Force Flow
01-08-2003, 06:30 PM
I somewhat new to javascript and was wondering how to get this javascript code working:
document.write('Copyright © 1998-' +
(new Date()).getFullYear());
I know the code ends with a < /script > (without the spaces), but what's the one that starts it?
document.write('Copyright © 1998-' +
(new Date()).getFullYear());
I know the code ends with a < /script > (without the spaces), but what's the one that starts it?