Arrive Redirect Service

Summary:
URL- http://arrive.at
Description- Arrive.at is a URL forwarding service. They give you a choice of over 50 address that points to your REAL URL. And, in addition to a free redirect you get a big fat banner frame too! You know what to do:

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

There's two ways to kill the ad frame:

1) Create a link on your site "Break out of the @rrive Ad Bar", 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.