sarah87
04-14-2003, 05:32 PM
Can anyone tell me the day and date code? I've been looking for it everywere and just can't find it :( . Thanks ppl!
|
View Full Version : Day and date code? sarah87 04-14-2003, 05:32 PM Can anyone tell me the day and date code? I've been looking for it everywere and just can't find it :( . Thanks ppl! epolady 04-14-2003, 05:38 PM http://www.lissaexplains.com/forum//search.php?s=&action=showresults&searchid=60204&sortby=lastpost&sortorder=descending please search next time. Loren 04-14-2003, 05:48 PM The code is <script language="JavaScript"> <!-- Hide the JavaScript from older browsers document.write("Having a great day?") document.write("<BR>") document.write("Today's date is ",Date()) // End hiding of script --> </script> if you don't feel like looking and is on lissa's website! |