webmasterbeta
New Member
I am trying to prevent an HTML page from loading in a frame. I have includedthe code that I am using and it works great using Internet Explorer, howeverit causes Netscape to crash.If you have any suggestions please let me know.Thanks in advance for any input<SCRIPT LANGUAGE="JavaScript">if (self.top != self) // in a sub-frame{self.top.location = self.location;}</SCRIPT>