popBusters 

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

solutions - windom's

summary:
URL: windoms.sitek.net
Space: 12 Mb
What the Solution does: Totally eliminates the pop-up
Description: The Windom's server has been designed to put pop-ups after the first show of <BODY>. So, the pop-up code is then in the <noscript> tags, so that the JavaScript browsers ignore it, and the ones that can't understand JavaScript can't run the code anyway.

solution:
Use the code below to nuke them pop-ups!

Key To Colour Coding System Can Be Found Here

<html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<noscript>
<body bgcolor="fuchsia">
</noscript>
<!--- Your web site goes here --->