Javascript / Frames / Force to load in Frames
want to stop people from loading the page outside of your frame, put this script inside the page you want opened in your frame.
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: unknown
<!---Head--->
<script language="javascript">
function FullScreen_go(){
if (top.location == location) {
top.location.href = "http://your frameset here";
}
}
</script>
<!---Body--->
none
No Reviews to show
