You are here: irt.org | FAQ | JavaScript | Frame | Q206 [ previous next ]
Try:
<html>
<head>
<script language="JavaScript"><!--
if (self != top) {
if (document.images)
top.location.replace(window.location.href);
else
top.location.href = window.location.href;
}
//--></script>
</head>
<body>
...
</body>
</html>