[thelist] Odd JavaScript Warning

Matt Warden mwarden at gmail.com
Wed Mar 7 10:53:33 CST 2007


On 3/7/07, Peter Brunone (EasyListBox.com) <peter at easylistbox.com> wrote:
>
>
>    document.all should never be used in Firefox (or in IE, really, but at least it works there).  Can you just put a check around it, i.e.
>
> if(document.all) {
>    // do your document.all code here
>    }

I'm pretty sure he is talking about an IE-only app. He's just using
Firefox for the Firebug debugging features.

-- 
Matt Warden
Cleveland, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.



More information about the thelist mailing list