Yep. Good idea. It didn't throw an error alert for me, so I assumed it was okay. How do you see the javascript errors in Netscape 4.x? Rob > -----Original Message----- > From: Martin Honnen [mailto:Martin.Honnen@gmx.de] > > With Netscape 4 you are causing a script error as you use > document.getElementById without a proper check so you could do with > > if (typeof document.getElementById != 'undefined') { > > to prevent the errors with Netscape 4 (or IE4 as well). > > Martin HonnenReceived on Tuesday, 6 July 2004 15:50:27 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:47:31 GMT