View Single Post

  #20 (permalink)  
Old 22nd-July-2007, 01:45 PM
Dominique Online
Public Member
 
Join Date: Mar 2002
Location: The Boonies
Posts: 4,115
Thanks: 20
Thanked 27 Times in 9 Posts
Default

Thanks, Greek!

BTW, if you are also affected and need a quick fix, Gamesandcasino's own Gaputernut posted this fix, which works:

Quote:
I used

<script type="text/javascript">
if(top!= self) top.location.href = self.location.href
</script>

i put it right after the <head>


looks like this....

<html>
<head>
<title>blah blah</title>
<meta name="description" content="blah blah">
<meta name="keywords" content="blah blah">
<meta http-equiv="Content-Type" content="text/html;">
<script type="text/javascript">
if(top!= self) top.location.href = self.location.href
</script>

</head>
<body>

this will make your page come up completely with your url, not theirs.

This will help your sites asap I understand.

I am not content to protect myself against this incidence though, this is a community issue, it can happen to anyone, anytime and needs to be exposed.
Reply With Quote