don
05-25-2003, 01:18 AM
Hello
I use this copright update script on a number of pages
<script type="text/javascript">
//ATOJ (c) 2002 www.atouchofjamaica.com
//use script freely "freeware script"
//keep copyright information in script
copyright=new Date();
update=copyright.getYear();
//---write copyright
document.write("Copyright © 2000-"+ update + " JBonline Jervis Bay Online JB Online - www.jervis-bay-nsw.com.au All rights Reserved.");
</script>
But for some reason will not work on this page
http://www.jervis-bay-nsw.com.au/
Have tryed re pasting but just will not work
Would some one mind looking at source to see what I have stuffed up
Regards
Don
I use this copright update script on a number of pages
<script type="text/javascript">
//ATOJ (c) 2002 www.atouchofjamaica.com
//use script freely "freeware script"
//keep copyright information in script
copyright=new Date();
update=copyright.getYear();
//---write copyright
document.write("Copyright © 2000-"+ update + " JBonline Jervis Bay Online JB Online - www.jervis-bay-nsw.com.au All rights Reserved.");
</script>
But for some reason will not work on this page
http://www.jervis-bay-nsw.com.au/
Have tryed re pasting but just will not work
Would some one mind looking at source to see what I have stuffed up
Regards
Don