View Single Post
Old 2005-10-31, 10:20 PM   #12
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
Ohhh ok, I see what you're saying Alex. While thinking up the code I forgotten the main gist of your post

So:

PHP Code:
if($domain=="89.com") {
    echo 
"<script language='JavaScript1.1' type='text/JavaScript'>
if (parent.frames.length > 0) top.location.replace(document.location);</script>"
;

__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote