Possible Duplicate:
How to prevent IFRAME from redirecting top-level window
<iframe width="980px" frameborder="0" marginheight="0" marginwidth="0" height="1500px" src="http://www.torrentz.com/search?q=<?php echo $_GET['search'] ?>" ></iframe>
I have a frame like this.Now when i run tun this in my page..its startes redirecting my to "torrentz.com"..
Have any idea how to stop it ?