alex_mayorga
2010-10-18 17:17:02 UTC
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");
}
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");
}