Hi,
I have the following code:
[HTML]date = new Date();
update = date.getYear();
document.write( '<p class="copyrigh t" align="center"> © ' + update +' <a href="javascrip t:validate(\'' + link + '\')">'+ compname + '<\/a>. All Rights Reserved.');[/HTML]
It works ok in IE however in Firefox it keeps displaying 108 instead of 2008, how would I get it to work in Firefox?
I expect this is a simple problem, if it is just let me know ok
thnks in advance
DO NOT ANSWER THREAD AS I HAVE FOUND A SOLUTION AND I CANNOT DELETE IT SO JUST IGNORE IT OK
I have the following code:
[HTML]date = new Date();
update = date.getYear();
document.write( '<p class="copyrigh t" align="center"> © ' + update +' <a href="javascrip t:validate(\'' + link + '\')">'+ compname + '<\/a>. All Rights Reserved.');[/HTML]
It works ok in IE however in Firefox it keeps displaying 108 instead of 2008, how would I get it to work in Firefox?
I expect this is a simple problem, if it is just let me know ok
thnks in advance
DO NOT ANSWER THREAD AS I HAVE FOUND A SOLUTION AND I CANNOT DELETE IT SO JUST IGNORE IT OK
Comment