Thread
:
Is there a way to stop google from...
View Single Post
12-17-2005, 08:09 AM
X37375787
Guest
Posts: n/a
Use a frame buster to break out of the Google image view frame.
<script>
<!--
if( window != window.top ) {
top.location.href = location.href;
}
//-->
</script>