[thelist] simple Javascript help

Joshua Olson joshua at waetech.com
Fri Nov 1 10:49:01 CST 2002


----- Original Message -----
From: "Drew Shiel" <ashiel at sportsinteraction.com>
Sent: Friday, November 01, 2002 11:03 AM


> Now, this works fine in IE, but Netscape complains about document.all not
> existing.
>
> Can this be done in Netscape?

The document.all object does not exist in Netscape, like the error
indicated.  Instead, use the getElementById function.  Make sure that the
elements have the id attribute set.

-joshua




More information about the thelist mailing list