luckysigns
07-18-2004, 10:27 PM
Hello:
I have been able to use the following copyright update JS successfully on many pages:
<script language="JavaScript">
copyright=new Date();
update=copyright.getYear();
document.write("© 1999-"+ update + " TagXpress, Paw Print ID's, Paw Pals, DogTagsAmerica, LuckySigns, All Rights Reserved.");
</script>
For example it works at the following:
http://www.tagxpress.com/disktest.htm
HOWEVER, I CANNOT get it to work on this page:
http://www.tagxpress.com/diskstest2.htm
After adding the script in my HTML editor I get the following error:
"Object Doesn't support this property or method"
Where could the problem be? Really want to integrate this great feature to all my sites/pages?
Thanks in advance for any help, LS
I have been able to use the following copyright update JS successfully on many pages:
<script language="JavaScript">
copyright=new Date();
update=copyright.getYear();
document.write("© 1999-"+ update + " TagXpress, Paw Print ID's, Paw Pals, DogTagsAmerica, LuckySigns, All Rights Reserved.");
</script>
For example it works at the following:
http://www.tagxpress.com/disktest.htm
HOWEVER, I CANNOT get it to work on this page:
http://www.tagxpress.com/diskstest2.htm
After adding the script in my HTML editor I get the following error:
"Object Doesn't support this property or method"
Where could the problem be? Really want to integrate this great feature to all my sites/pages?
Thanks in advance for any help, LS