|
HELP, copyright.js script needs year to automatically change.
Below is a "copyright.<acronym title="JavaScript">js</acronym>" script that automatically inserted on each site page by this.... <script language="JavaScript" src="copyright.<acronym title="JavaScript">js</acronym></script>
I would like the year 2009 to change automatically on January 1st.
================================================
<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
document.write('<span class ="copyright">© Copyright 2009 ');
document.write('<a href="index.html" target="_top">Your Company Name</a> ');
document.write('All Rights Reserved<br>');
document.write('For more information feel free to ');
document.write(' <A HREF="contact.htm">Contact Us</a>');
document.write('</span><br>');
// End -->
Last edited by End User; 10-23-09 at 07:06 AM.
Reason: Removed acronym tags
|