popBusters 

Software Contents
home
eliminate
abusers
club
history
software
other haters
contact us

solutions - virtual nine hosting

summary:
URL: www.vr9.com
Space: 25 Mb
What the Solution does: Totally eliminates the pop-up
Description: Virtual Nine's solution is easy to use! Enjoy ad-free web sites with username.vr9.com subdomains.

solution:

Please note that this is only for the static HTML pages, and not for the output of a CGI Script.

Key To Colour Coding System Can Be Found Here

<!--- Your web site goes here --->
</body>
</html>
<meta crap='<!--#include virtual="/logs/banner"-->'>

This will make the VR9 server put the code for their ads where the <!--#include virtual="/logs/banner"-->, and then the viewer's browser will just ignore the ads, since it is in a tag which it doesn't recognize.

Also, you can kill the pop-ups by inserting this little JavaScript on your page:

<html>
<head>

<script language="JavaScript">
self.name="test";
</script>
<title>Your Page Title</title>
</head>