View Single Post
To the html admin of this site.
Old
  (#1)
Cpl. Shrike
ShrikeBot Coder/Moderator
 
Cpl. Shrike's Avatar
 
Status: Offline
Posts: 550
Join Date: Mar 2004
Location: The Netherlands
Default To the html admin of this site. - 12-03-2004

I linked bots-united to shrikebot, but since shrikebot.com works framed it redirects bots-united inside a link.
this means the url inside the address bar stays www.shrikebot.com
I could fix this by adding new window to the link.
but it would be nifty to add this little piece o code to the bots-united page.
Code:
  <script LANGUAGE="JavaScript">
  <!--
  if (window != top)
  top.location.href = location.href;
  // -->
  </script>
I don't post it only for my benefit,
This prevent any subframing.
It simply makes sure it's running in top frame :-)

Last edited by Cpl. Shrike; 12-03-2004 at 22:47..
  
Reply With Quote