|
solutions - acmecity summary:
URL: www.acmecity.com
Space: 20 Mb
What the Solution does: Breaks out of the ad frame
Description: There is a server out there that lets you steal graphics
from other sites and not get in trouble. That's right, AcmeCity lets
you use pics of your favourite Warner Bros. star. But, to compensate,
they'll throw a nice fat ad frame in your face! solution:
Add this simple code to kill
the ads, and keep your cloaked URL Key
To Colour Coding System Can Be Found Here <HTML>
<HEAD>
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length > 0)
parent.location.href=self.location;
// --->
</SCRIPT>
<title>Your
Web Site Title Goes Here</title>
</HEAD>
<BODY BGCOLOR="YELLOW">
<!--- Your web site goes here --->
|