XRS URL

Summary:
URL- http://url.xrs.net
Description- XRS URL is a 'URL redirect service' from the XRS Portal. This service used to be ad-free until recently when they started throwing a little 'XRSBar' on the bottom of your web site, which on the left has a 'cool link' or in other words Paid Advertisement and on the right says 'Service Provided by the XRS Network.' Even worse is that this bandwidth hog of a bar refreshes every 15 seconds slowing down the loading of your web site. Get it off!!! Get it off!!! 

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 XRSBar", 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.