Have current date show up when site is opened

L

Lisa Jean

I am lost. Is there something in FP 2003...or a code...I
can put on my web page...that whenever someone opens my
site...the current date always shows up on the page.

Thanks in advance for any help!

Lisa Jean
 
J

Jerry

I found this code by doing a search of this N
<!-- ONE STEP TO INSTALL CURRENT DATE & TIME (SHORT)

1. Put the last code into the BODY of your HTML document --><!-- STEP ONE: Copy this code into the BODY of your HTML document --><BODY><SCRIPT
document.write(Date()+"."
</SCRIPT><p><center><font face="arial, helvetica" size="-2">Free JavaScripts provided<br
by <a href="http://javascriptsource.com">The JavaScript Source</a></font></center><p><!-- Script Size: 0.30 KB --

Good Luc
Jerry
 
Top