MS Vs Netscape :-)
Date: 11/01/05
(Code WTF) Keywords: browser, microsoft
<script language="JavaScript">
var globalTable,oRow,oCell,aRows,aCells,oCell1_1;
if ('Netscape' == "Microsoft")
{
globalTable=document.all.globalTable;
}
else // it can be Netscape or any other browser
{
globalTable=document.getElementById("globalTable");
}
...
</script>
Working project!
Source: http://community.livejournal.com/code_wtf/18372.html