SpacePorts

Summary:
URL- http://www.spaceports.com
Description- These guys insert the code for the Popup Ad BEFORE the opening HTML tag. This of course is in direct violation of every standard ever written by the W3! Everyone knows that ads are more important than standards!

Special thanks to Bill Webb for sharing this tip along with many more on his site:
Counterexploitation and the Free Webpage Provider.

Like the Digiweb pop, the ad window must be hijacked by name. But, since the adwindow is nameless to begin with this works just as well as any name. The URL is the file you want to temporarily replace the window contents with.

---------- here's the script they add automatically into your page : --------------------
<script>
window.open ('http://www.spaceports.com/cgi-bin/ad.cgi','','toolbar=no,location=no,width=500,height=100')
</script>

<HTML>
---------- here's the script that you add into your page : --------------------
<script language="javascript">
deadAd= window.open('http://www.yahoo.com','','width=500,height=100');
deadAd.close();
</script>

<HEAD>
<TITLE>Your Page Title Goes Here</TITLE>
</HEAD>
<BODY>
<!-- Your homepage goes here -->





[ Back to the Main Listing ]





© Copyright 1999 Kendall Dawson.
All rights reserved.