document.all support on Firefox trunk?
alex_mayorga <[email protected]> Mon, 18 Oct 2010 10:17:02 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hello everyone,
I've landed here from https://bugzilla.mozilla.org/show_bug.cgi?id=248549#c85
The nightly build I use is being sniffed by the piece of "code" below,
please let me know what's the status of document.all support on
Firefox trunk.
Thanks,
Alex
function checkBrowser(){
if (!(document.all))
{
window.location.replace("netscape.asp");
}