RE: collapsible hierarchical menu navigation javascript (accessible)

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