PDA

View Full Version : Google Image Frame "Busting"



Todd W
11-15-2006, 08:27 PM
How do I make it so that if an image is found through google image search that when a user click sto view it it busts googles frame and shows my sites HOMEPAGE and not the image?

Would this be considered cloaking or frame busting or both?

KelliShaver
11-15-2006, 11:27 PM
<script type="text/javascript">
if (top.location != location) {
top.location.href = "http://mysite.com";
}
</script>