Link to home
Create AccountLog in
Avatar of hulzz
hulzz

asked on

I need a script that can intercept and destroy the "break out of frames" script before it has a chance to switch my url to their url? it MUST be compatible with IE, FF

I need a script that can intercept and destroy the "break out of frames" script before it has a chance to switch my url to their url? it MUST be compatible with IE, FF.
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
You might be able to do that by loading the html of the target page, replacing it, and setting the frame src to the modified html.
Yes, process the html on the server as I mentioned