Hi to all!
This is my first post. I wait to contribute to advance the script.
AD FRAME in the destination page: This frame it's possible to break with the the following code, in the destination page:
<SCRIPT type="text/javascript" LANGUAGE="Javascript">
<!---
if (parent.frames.length)
parent.location.href= self.location;
if (top.frames.length!=0)
top.location=self.location;
// -->
</SCRIPT>
This code is in all the Internet, simply looks in google.
Suggestions for to avoid this fraud problem?
Thanks!