I hope you to help me with this situation , if for example we go through this link
- Code: Select all
http://travel.maktoob.com/vb//redirectLink.php?link=http%3A%2F%2Frapidshare.com%2Ffiles%2F246270511%2FGarmin_WorldMap_v4.part1.rar
the iframe will be removed because the rapidshare is using this code
- Code: Select all
<script type="text/javascript">
if (top != self) top.location = self.location;
if (document.URL.substr(7,7) == "intern.")
document.write('<base href="http://rapidshare.com">');
</script>
So how prevent this code from removing my iframe ?
I really really hope to get an solution for this .
Thank you too much ,
Zi5



