Forum Moderators: open
<SCRIPT language="Javascript1.2">
<!--
ns4 = (document.layers)? true:false
if (ns4 == true) {
parent.location.href = "nsdefault.html";
}
if (ns4 == false) {
parent.location.href = "iedefault.html";
}
// -->
</SCRIPT>
Any suggestions?
I found a similar thing at [webmasterworld.com...] , but don't know...