P photoshopfreak Established Member โ 20 โ Impact 2 Jun 28, 2005 609 views 2 replies #1 I visited a site via Googles image search & the website re-directed me to the correct page containing the image but removed the Google frame... I need this, does anyone know how to do it? please explain :hehe: ...
I visited a site via Googles image search & the website re-directed me to the correct page containing the image but removed the Google frame... I need this, does anyone know how to do it? please explain :hehe: ...
D deadserious Established Member โ 20 โ Impact 6 Jun 28, 2005 #2 Can you provide a link to the site that did that? I'm guessing they probably just have code that breaks out of any frames.
Can you provide a link to the site that did that? I'm guessing they probably just have code that breaks out of any frames.
Fork Established Member โ 20 โ Impact 31 Jun 28, 2005 #3 Its a simple JavaScript <script language="JavaScript" type="text/javascript"> <!-- if (top.location != location) { top.location.href = document.location.href ; } --> </script> That should work.
Its a simple JavaScript <script language="JavaScript" type="text/javascript"> <!-- if (top.location != location) { top.location.href = document.location.href ; } --> </script> That should work.