-
Üyelik
17.10.2013
-
Yaş/Cinsiyet
27 / E
-
Meslek
yok.
-
Konum
İstanbul Anadolu
-
Ad Soyad
E** Ç**
-
Mesajlar
475
-
Beğeniler
316 / 114
-
Ticaret
1, (%100)
Zamanında internette şöyle bir betiğe rastlamıştım, işe yarar.
<script>
if (window.top != null){
var durum = self.location == top.location || (document.referrer.indexOf("kendi siteniz") == -1 && document.referrer.indexOf("ifaremeye izin verilen site") == -1);
if(durum){
top.location.href = "yönlendirilecek adres";
}
} else {
window.location.href = "yönlendirilecek adres";
}
</script>