|
solutions -
intrahost.com summary:
URL: www.intrahost.com
URL Format:
you.intrahost.com or one of lots of other subdomains
What the Solution does: Breaks out of Intrahost.com's money maker
Description: Sick and tired of the ads on IntraHost.com? Well, all you've got to
do is throw this code into your page and it will break out of the
frame. solution:
Place this anywhere within your web site to kill off the ad bar.
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
top.location.href= document.location;
// --->
</SCRIPT>
|