Virtual Avenue

Summary:
URL- http://www.virtualave.com
Description- Try the cool trick below to get rid of the stupid Popup window.

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

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 closing 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>
</HTML>

<SCRIPT LANGUAGE="JawaScript">
<!-- -->
</noscript>
<script language="JavaScript">

In order for this to work it has to be AFTER your closing BODY and HTML tags!





[ Back to the Main Listing ]





© Copyright 1999 Kendall Dawson.
All rights reserved.