I have this script to burst out of an iFrame:
It does not work in Firefox.Code:... <head> <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" > <!-- function FrameBuster(){ window.focus(); if (top!=self.parent){ top.location=self.parent.location; } --> </script> </head> <body onload="FrameBuster();"> ...
Can't figure out what's wrong. The error console shows nothing.
Can anyone help, or can anyone suggest a solution which works in Firefox, as I am making an on-line app, and we are dictating the browser used as Firefox.



Reply With Quote

Bookmarks