[Gllug] Harry's Dodgy Site

Anthony Leung anthony.leung at virgin.net
Tue Oct 2 14:04:10 UTC 2001


It looks quite nice actually, even if the design is not totally spot on.
Anyhow, looking at it, it looks as if you've got an immediate redirect.
Trapping this page by holding down the stop button and releasing as you
press backspace, you get a page which looks like this, the clue to which was
given by the Mozilla user:
<script language="Javascript">

   var bd = new BrowserDetector(navigator.userAgent);

        if (bd.browser == "Netscape") {

document.location.href='frameset_ns.php?sid=1&pid=10305';
                }
  else if(bd.browser == "IE") {

document.location.href='frameset_ie.php?sid=1&pid=10305';
  }
 </script>
Yes, I thought it was something to do with the frames or the visibility
tags, but it's a simple browser detector. And it's so flaming quick that you
hardly see the address change.
Personally, it's possible to change but odds are they won't as they'll
probably use more flash innit. And it's a bit of a headache to rearrange the
frames.
Anthony


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list