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>
SprDave
There are 0 replies to this message