PDA

View Full Version : removal of referer frame ?


Dys
04-23-2005, 04:59 AM
I have an issue I would like to resolve.

I have another site with MANY links to my site, I have blocked the site by returning the user back to original site, but would like to just remove the referer frame and have them come into our site losing the referer..... now the easiest way to do this would be a javascript as such

<SCRIPT LANGUAGE="JavaScript">
<!--
if (window != top) { top.location.href = location.href; }
-->
</SCRIPT>

but I cant seem to get this to work in the showthread and or index

any ideas?