• 04-03-2010, 15:47:18
    #1
    Üyeliği durduruldu
    Sitemden iframe çekenler ana sayfama yönlenmesini istiyorum bunu javascprit ile yapabilirmiyiz ?Yardımcı olabilirseniz sevinirim.
  • 04-03-2010, 16:41:03
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    <script type="text/javascript">
    <!--
    if (top.location != self.location) { top.location = self.location }
    //-->
    </script>
    bunu eklemeyi dene. Olması lazım.
  • 04-03-2010, 16:54:35
    #3
    Üyeliği durduruldu
    çok sağol kod çalışıyor fakat bunu ana sayfaya nasıl yönlendirebiliriz bu kod direk iframe çekilen sayfaya yönleniyor
  • 04-03-2010, 17:01:12
    #4
    Üyeliği durduruldu
    <script type="text/javascript">
    <!--
    if (top.location != self.location) { top.location = 'http://www.siteadresi.com' }
    //-->
    </script>
    tamam buldum bu kodla tam istediğim gibi oluyor.İlgilendiğin için çok sağol