VDirect

Summary:
URL- http://www.vdirect.net
Description- VDirect are Yet Another Free Url Redirectory Service. Hoping you'll signup for domains like webrally.net, they want to throw an ad, er, I mean junk frame on your creation that you spent hours working on   

This tip brought to you by the folks at popBusters - http://popbusters.cjb.net 

1) create a link on your site "Break out of the ad frame", and link that to your
index.htm or index.html page with the TARGET="_top" tag as a part of the link tag

2) use this javascript to detect a frame, and if it does, it breaks out of it.

<HTML>
<HEAD>
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
top.location.href= document.location;
// --->
</SCRIPT>
</HEAD>
<BODY>
<!--- Your web site goes here ---> 



[ Back to the Main Listing ]





© Copyright 1999 Kendall Dawson.
All rights reserved.