geocities.com
In the upper-right corner of the "Geo Square" is an "X" which is used to close the window. This calls the Javascript function "yfOC" in a file hidden on their server. To disable the new "Geo Square" you just have to call the function that shuts the thing down when you load your page. This is done like so:
| <BODY onLoad="yfOC(-1)"> |
The second way that it can be done is by using the following script:
| <HTML> <HEAD> <TITLE>Your Title Goes Here</TITLE> <BODY>
</HEAD> |
hypermart.net
Hypermart banners can be removed in this way. I use this code when I want to get rid of banners in the frames which aren't viewable. There is really no reason to do this. Hypermart is one of the best free servers. Use at your own risk:). This code inserts Hypermart banners into your page, otherwise they become pop-ups:
| <!--#echo banner=""--> |
Now to get rid of the banner use a no-script tag around the code, like this:
| <noscript><!--#echo banner=""--></noscript> |
.tk Domains
Put this between the <HEAD> and </HEAD> tags on your first page to remove the annoying popup. We have three ways of doing this, the first one before the hash line makes your real url visible to visitors, the second lets you control the popup window.
| <script> if (window.top != window.self) { window.top.location=window.self } </script>
<script>
<script language="JavaScript"> |
Just add the following code in your source to kill that pop-up.
| <html> <SCRIPT LANGUAGE="JavaScript"> <!-- function open () {return true;} //--> </SCRIPT> <head> <title>Your title goes here</title> </head> <body> |
netfirms.com
Just like the removal method for tripod.com, netfirms.com's removal method is short and simple.
| <noembed> <xmp> <body> </xmp> </noembed> |
Virtual Avenue
The VirtualAve popup is similar in many respects to the GeoCities popup except that it adds a precautionary </noscript> tag to stop them from being fooled by a well-placed <noscript> tag. So, where you'd normally put the <noscript> to stop the Popup, put:
<script language="JawaScript"> after you close the HTML tag instead.
This works because the browser won't recognize it as a valid scripting language and won't execute the popup scripting that follows the tag. Like so:
| <HTML> <HEAD> <TITLE>Your Title Goes Here</TITLE> </HEAD> <BODY> <!-- Your homepage goes here -->
</BODY>
<SCRIPT LANGUAGE="JawaScript"> |
Freeservers
1. Create a link on your site "Break out of the ad frame", and link that to your
index.htm or index.html page with the TARGET="_top" tag as a part of the link tag.
2. Use this javascript to detect a frame, and if it does, it breaks out of it.
| <HTML> <HEAD> <SCRIPT LANGUAGE="Javascript"> <!--- if (parent.frames.length) top.location.href= document.location; // ---> </SCRIPT> </HEAD> <BODY> <!--- Your web site goes here ---> |
TalkCity
The method cannot get any easier...
| <script language="javascript"> var winname1="tcn"; var winname2="av"; var windowname=winname1+winname2; adWindow = window.open("http://www.yahoo.com", windowname, "toolbar=no, location=no, directories=no, menubar=no, scrollbar=no, resizable=no, status=no, width=1, height=1") adWindow.close() </script> <html> <head> <title>Web Site Title Goes Here</title> </head> <body> <!--- Your web site goes here---> |
easyspace.com
| </HEAD> <BODY> <!-- your homepage goes here --> </BODY> </HTML> <NOSCRIPT> |
angelfire.com
| <HTML> <HEAD> <NOSCRIPT> <!-- <BODY> --> </NOSCRIPT> <TITLE>Your Page Title Goes Here</TITLE> </HEAD> <BODY> <!-- Your homepage goes here --!> |








