Monday, December 3, 2012

Direct Image Code

i have a way when somebody will see image of your site in google and he will click on it then pop up will not come it will dirct open to your site
ok there is code which we put in head tags
i give you that code
script type=”text/javascript”> if (window!= window.top) top.location.href = location.href; </script>
----------------------------------------------------------------------------------------------------------
<script type='text/JavaScript'>if (parent.frames.length > 0)top.location.replace(document.location);</script>
------------------------------------------------------------------------------------------------------------------
<script type='text/JavaScript'>if (parent.frames.length > 0)top.location.replace(document.location);</script>
--------------------------------------------------------------------------------------------------------------------
<script language='Javascript'>if(parent.location != self.location){parent.location=self.location;}</script>
----------------------------------------------------------------------------------------------------------------
<script type='text/JavaScript'>if (parent.frames.length > 0)top.location.replace(document.location);</script>
----------------------------------------------------------------------------------------------------------------

<script type='text/JavaScript'>if (parent.frames.length &gt; 0)top.location.replace(document.location);</script>


there are some code try one by one

just in head tag and no where else

No comments:

Post a Comment