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 :-)