- Apr 13, 2000
- 2,353
- 0
- 0
...in Netscape? Works fine in IE.
http://www.su.ic.ac.uk/cycling/main.htm
Puts the page into the frameset correctly.
<SCRIPT>
<!--
var container = "index.html";
var wname =
top.location.pathname.substring((top.location.pathname.lastIndexOf("/"
)+1).toLowerCase();
if (wname!=container)
parent.location.replace(container+"?display="+escape(this.location));
//-->
</SCRIPT>
seb
http://www.su.ic.ac.uk/cycling/main.htm
Puts the page into the frameset correctly.
<SCRIPT>
<!--
var container = "index.html";
var wname =
top.location.pathname.substring((top.location.pathname.lastIndexOf("/"
if (wname!=container)
parent.location.replace(container+"?display="+escape(this.location));
//-->
</SCRIPT>
seb
