Author: Real Gagnon
Author's WebSite: http://tactika.com/realhome/realhome.html
<SCRIPT>
function checkStatus() {
page = self.location.href;
if (page != "index.html") {
top.location.href = "index.html";
return true;
}
}
</SCRIPT>
<BODY onLoad="checkStatus()";>
note : replace "index.html" by your "frame-handler" page
Posted On: 10-Jul-1999