Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/database/database.php:2) in /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/session/session.php on line 423
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/database/database.php:2) in /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/session/session.php on line 423
Warning: Cannot modify header information - headers already sent by (output started at /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/database/database.php:2) in /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/session/session.php on line 426 JavaScript - The Scripts Library CommunityFree programming tutorial and source code for beginners and professionalhttp://www.scriptslibrary.net/javascript2010-09-06T19:56:00ZJoomla! 1.5 - Open Source Content ManagementShow Current Date in JavaScript2009-06-17T18:45:28Z2009-06-17T18:45:28Zhttp://www.scriptslibrary.net/javascript/87-show-current-date-in-javascriptFerasferasc@hotmail.comThis is a simple JavaScript code to place the current date onto your webpage. You can add it in the header of your document, or in a separate js file and call it wherever you want to show the date. <br />This is a simple JavaScript code to place the current date onto your webpage. You can add it in the header of your document, or in a separate js file and call it wherever you want to show the date. <br />Validate Email Address2009-06-16T04:57:59Z2009-06-16T04:57:59Zhttp://www.scriptslibrary.net/javascript/83-validate-email-addressFerasferasc@hotmail.com<br /><br />Simple JavaScript function to validate email address. <br /><br />Simple JavaScript function to validate email address. Auto-Refresh page using JavaScript2008-12-13T22:24:38Z2008-12-13T22:24:38Zhttp://www.scriptslibrary.net/javascript/71-auto-refresh-page-using-javascriptAdministratorinfo@scriptslibrary.netThis is am example of how to refresh a webpage using JavaScript. Change the Body tag in your html code to: {CODE brush: php;} <body onLoad="javascript:pageTimeout('window.location.reload()',10000);"> {/CODE} The page will refresh automatically each 10000 milliseconds (10 seconds). You can change the interval time by changing the value in the JavaScript code. <br /> Remember, this value is in milliseconds.This is am example of how to refresh a webpage using JavaScript. Change the Body tag in your html code to: {CODE brush: php;} <body onLoad="javascript:pageTimeout('window.location.reload()',10000);"> {/CODE} The page will refresh automatically each 10000 milliseconds (10 seconds). You can change the interval time by changing the value in the JavaScript code. <br /> Remember, this value is in milliseconds.