|
solutions - virtual
power summary:
URL: www.virtual-power.net
Space: 10 Mb
What the Solution does: Breaks out of the ad frame
Description: Come on, give us a challenge! An ad frame is too easy to
break out of! solution:
Throw this into your site to
kill them ads!
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length > 0)
parent.location.href=self.location;
// --->
</SCRIPT>
|