- From: Fentress, Robert <rfentres@vt.edu>
- Date: Tue, 6 Jul 2004 15:50:27 -0400
- To: <w3c-wai-gl@w3.org>
Received on Tuesday, 6 July 2004 15:50:27 UTC
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 Honnen
Received on Tuesday, 6 July 2004 15:50:27 UTC