Bolt

Summary:
URL- http://www.geocities.com
Description- Gets rid of Bolt's popup ad.

Put the following javascript code within your HEAD tags:

<HTML>
<HEAD>
<script language="JavaScript">
<!--

function filterIt(url,name,settings)
{
if (url.indexOf("pop") != -1)
{
return false;
}
return window.secureOpen(url,name,settings);
}
window.secureOpen = window.open;
window.open = filterIt;

//-->
</script>
<TITLE>Your Title Goes Here</TITLE>
</HEAD>
<BODY>
<!-- Your page goes here -->
</BODY>
</HTML>





[ Back to the Main Listing ]





© Copyright 2000, 4degreez.com.
All rights reserved.