Create your free account now! Sign up

SprDave


This is a little script to put in a page, in the HTML between the <head> </head> tags, that will make the page reload itself as the top frame if it isn't already.

<script language="javascript">
if (top.location.href != document.location.href) top.location.href = document.location.href ;
</script>
This is CABL.com posting #127089. Tiny Link: cabl.co/mHdZ
There are 0 replies to this message