JavaScript Keep in Frames Script
Keep in Frames Script
<script>
//if not in frames
if (parent.frames.length==0)
//CHANGE "ok.htm" to the URL of your main frame page
window.location.replace("ok.htm")
</script>
<script>
//if not in frames
if (parent.frames.length==0)
//CHANGE "ok.htm" to the URL of your main frame page
window.location.replace("ok.htm")
</script>