.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   General Programming (http://forums.bots-united.com/forumdisplay.php?f=25)
-   -   To the html admin of this site. (http://forums.bots-united.com/showthread.php?t=1079)

Cpl. Shrike 12-03-2004 22:46

To the html admin of this site.
 
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 :-)

Pierre-Marie Baty 13-03-2004 11:20

Re: To the html admin of this site.
 
copy/pasted and credited ;)


All times are GMT +2. The time now is 15:09.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.