|
| - |
Make sure that a page is not displayed in a Frame
Author: Real Gagnon
Author's WebSite: http://tactika.com/realhome/realhome.html
<SCRIPT>
function checkStatus() {
page = self.location.href;
if (page != top.location.href) {
top.location.href = page;
return true;
}
}
</SCRIPT>
<BODY onLoad="checkStatus()";>
Posted On: 10-Jul-1999
|
|
|
|
|
|
|
| |