[geeks] Misc goofiness

Jeff Cole jeff at flambe.org
Thu Dec 2 15:43:30 CST 2004


Mike Hebel wrote:
  > He's checking something internal too because the User Agent Switcher
> doesn't fool it either.

<script>

var n=navigator.appName
var ns=(n=="Netscape")
var ie=(n=="Microsoft Internet Explorer")
if (ns)
location="indexns.html"

//-->
</script>


The site works just fine with lynx :p



More information about the geeks mailing list