![]() | |||||
|
| Helpful Hints | November 13, 2001 |
Make It Easy - Change One Thing Many people have to change the year of their copyright yearly. Doing that on all your pages is very time consuming. Is their a way to make it easy? How does changing just one page every year sound? Of course the first time you do this you will have to do it on every page, but every year after you will not. What to do? Open up notepad and put the below <!-- document.writeln('<p><center><font size=-1>Copyright © 1999- 2001 Your Name</font></center>'); //--> Then save it as copyright.txt Then open up copyright.txt and save as type All Files and save as copyright.js You have just finished the first two steps. The third step is to insert the below: <SCRIPT language="Javascript" src="copyright.js"></SCRIPT> in all HTML pages that you would like the copyright to show up at. Wherever you insert this in your HTML is where your copyright will show up . . . Be sure to upload the copyright.js and any HTML that you have just put the script language in. Every year that follows all you have to change is your copyright.txt and then save it to copyright.js and upload the copyright.js. Presto, your copyright has been changed on all pages. Debbie Sharp |