.TK
Put this between the <HEAD> and </HEAD> tags on your first page to remove the annoying popup.
We have two ways of doing this, the first one makes your real url visible to visitors:
<!-- ############# Begin Num 1 ############# -->
<Script>
if (window.top != window.self) { window.top.location=window.self }
</script>
<!-- ############# End Num 1 ############# -->
The second lets you control the popup window:
<!-- ############# Begin Num 2 ############# -->
<Script>
subwin = window.open("http://YourHost.com/YourAccount/PopupPage","subwindow","height=100,width=486");
</Script>
<!-- ############# End Num 2 ############# -->
This is a bit random, but im bored.
[Updated on: Sat, 10 September 2005 13:34]
Report message to a moderator