Hi i use a piece of script that allows my page to break out of other peoples frames:
This works great, but if i click back, doesn't keep the previous page in history, or just completely bypasses it. See here for an example:
Can anybody tell me how to get around this?
Code:
<SCRIPT>
<!--
if (self != top){
if (document.images) top.location.replace(self.location);
else top.location = self.location;}
// -->
</SCRIPT>
Can anybody tell me how to get around this?