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 Community Free programming tutorial and source code for beginners and professional http://www.scriptslibrary.net/javascript 2010-09-06T19:56:00Z Joomla! 1.5 - Open Source Content Management Show Current Date in JavaScript 2009-06-17T18:45:28Z 2009-06-17T18:45:28Z http://www.scriptslibrary.net/javascript/87-show-current-date-in-javascript Feras ferasc@hotmail.com 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 /> 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 Address 2009-06-16T04:57:59Z 2009-06-16T04:57:59Z http://www.scriptslibrary.net/javascript/83-validate-email-address Feras ferasc@hotmail.com <br /><br />Simple JavaScript function to validate email address. <br /><br />Simple JavaScript function to validate email address. Auto-Refresh page using JavaScript 2008-12-13T22:24:38Z 2008-12-13T22:24:38Z http://www.scriptslibrary.net/javascript/71-auto-refresh-page-using-javascript Administrator info@scriptslibrary.net This is am example of how to refresh a webpage using JavaScript. Change the Body tag in your html code to: {CODE brush: php;} &lt;body onLoad="javascript:pageTimeout('window.location.reload()',10000);"&gt; {/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;} &lt;body onLoad="javascript:pageTimeout('window.location.reload()',10000);"&gt; {/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.