|
solutions - web1000 summary:
URL: www.web1000.com
Space: 25 Mb
What the Solution does: Breaks out of the Ad Frame
Description: Web1000 used to put pop-ups on their service. With an ad
frame. But then they've killed off the pop-up, so now they're only on
an ad-frame. Use this code to break out of the frame... solution:
Just throw this little
JavaScript anywhere in your site to kill the frame.
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
parent.location.href= self.location;
// --->
</SCRIPT>
|