I am using the basic clock javascript code provided from the clock section on the javascript section of this site and it is apparently incompatible with netscape. it works fine in ie, but the times just don't appear in netscape. if anyone has any comments directly related to that script, i would greatly appreciate it. otherwise, i'd like any advice you may have on netscape compatiblity. thanks!
Actually I have the same problem (sort of). I messed around with a script that was based on that one, and yet I still can't figure out what makes it IE only. All the defined variables (like getUTChours) should work with non-IE browsers... so anyone else have any ideas...?
I can tell you that it won't work with NS 6+ or Mozilla. It is only set up to work on NS 4 (document.layers) and IE (document.all). To make it work on NS 6, change the browser detection and then use
Bookmarks