|
solutions - the
.nu internet summary:
URL: www.homepage.nu
URL Format:
you.homepage.nu, you.evil.nu and others
What the Solution does: Breaks out of .nu ad frame
Description: The .NU Internet make money with an ad frame, which takes
quite a large chunk out of your web site. So, fix it up, and re-gain
the lost space by using this solution! solution:
Insert this script into your web site and enjoy your .nu redirect
address.
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
top.location.href= document.location;
// --->
</SCRIPT>
|