Forum Moderators: open
It seams that all of a sudden I've some javascript problems since I'm using Firefox1.5...
Before (using firefox1.07) everything was all up and working!
Now a little script like
<script language="JavaScript1.1">
var time=new Date();
var year=time.getYear();
document.write(year);
</script>
is no longer working..... (yeah really!) It returns 106!
My question is : What can I do?