Hi, how i can make something like if someone open on my page PAGE.COM works fine if he try copy code and put on some other server and if try open transfer on my page PAGE.COM ? THX
Well, if someone steals your code will probably remove this, but anyway (not tested): <script type="text/javascript" charset="utf-8"> if window.location != 'http://mypage.com' { window.location = 'http://mypage.com'; } </script> Code (markup):
Well, if someone steals your code will probably remove this, but anyway (not tested): <script type="text/javascript" charset="utf-8"> if window.location != 'http://mypage.com' { window.location = 'http://mypage.com'; } </script> Code (markup):