F finansci Katılım 21 Eyl 2018 Mesajlar 144 Tepkime puanı 0 Puanları 0 Web sitesi 720phdfilmizlet1.com 12 Nis 2020 #1 Selamlar, arkadaşlar 2 veya 3 popup açma kodu arıyorum. Çoğu sitede paylaşılan kodlarda 1 popup engelliyor. Ben 2 popup'ında açılmasını istiyorum. Varsa rica etsem gönderir misiniz?
Selamlar, arkadaşlar 2 veya 3 popup açma kodu arıyorum. Çoğu sitede paylaşılan kodlarda 1 popup engelliyor. Ben 2 popup'ında açılmasını istiyorum. Varsa rica etsem gönderir misiniz?
Akuma Katılım 1 Ağu 2018 Mesajlar 56 Tepkime puanı 15 Puanları 0 Konum KOCAELİ 12 Nis 2020 #2 php ile açtırabilirsin coklu pop
Akuma Katılım 1 Ağu 2018 Mesajlar 56 Tepkime puanı 15 Puanları 0 Konum KOCAELİ 12 Nis 2020 #3 FOOTER BÖLÜMÜNE KOYACAĞIN KOD <script type="text/javascript"> var puShown = false; function doOpen(url) { if ( puShown == true ) { return true; } win = window.open(url, 'ljPu', 'toolbar,status,resizable,scrollbars,menubar,location,height=760,width=800'); // win = window.open(url, 'ljPu', 'height=680,width=790'); if ( win ) { win.blur(); puShown = true; } return win; } function setCookie(name, value, time) { var expires = new Date(); expires.setTime( expires.getTime() + time ); document.cookie = name + '=' + value + '; expires=' + expires.toGMTString(); } function getCookie(name) { var cookies = document.cookie.toString().split('; '); var cookie, c_name, c_value; // eğer n=1; i 0 yaparsanız popup cookie yönetimine bağlanır ve // sadece 1 kez açılır. n=1; kaldığı sürece popup sürekli açılacaktır. for (var n=1; n<cookies.length; n++) { cookie = cookies[n].split('='); c_name = cookie[1]; c_value = cookie[0]; if ( c_name == name ) { return c_value; } } return null; } function initPu() { if ( document.attachEvent ) { document.attachEvent( 'onclick', checkTarget ); } else if ( document.addEventListener ) { document.addEventListener( 'click', checkTarget, false ); } } function checkTarget(e) { if ( !getCookie('popundr') ) { var e = e || window.event; var win = doOpen(' Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol. setCookie('popundr', 1, 24*60*60*1000); } } initPu(); </script> FTP DE OLUŞTURUCAĞIN dagit.php <?php $siteler = array("domain1.com","domain2.com","domain1.com"); $rast = rand(0,1); header("Location:".$siteler[$rast]); ?>
FOOTER BÖLÜMÜNE KOYACAĞIN KOD <script type="text/javascript"> var puShown = false; function doOpen(url) { if ( puShown == true ) { return true; } win = window.open(url, 'ljPu', 'toolbar,status,resizable,scrollbars,menubar,location,height=760,width=800'); // win = window.open(url, 'ljPu', 'height=680,width=790'); if ( win ) { win.blur(); puShown = true; } return win; } function setCookie(name, value, time) { var expires = new Date(); expires.setTime( expires.getTime() + time ); document.cookie = name + '=' + value + '; expires=' + expires.toGMTString(); } function getCookie(name) { var cookies = document.cookie.toString().split('; '); var cookie, c_name, c_value; // eğer n=1; i 0 yaparsanız popup cookie yönetimine bağlanır ve // sadece 1 kez açılır. n=1; kaldığı sürece popup sürekli açılacaktır. for (var n=1; n<cookies.length; n++) { cookie = cookies[n].split('='); c_name = cookie[1]; c_value = cookie[0]; if ( c_name == name ) { return c_value; } } return null; } function initPu() { if ( document.attachEvent ) { document.attachEvent( 'onclick', checkTarget ); } else if ( document.addEventListener ) { document.addEventListener( 'click', checkTarget, false ); } } function checkTarget(e) { if ( !getCookie('popundr') ) { var e = e || window.event; var win = doOpen(' Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol. setCookie('popundr', 1, 24*60*60*1000); } } initPu(); </script> FTP DE OLUŞTURUCAĞIN dagit.php <?php $siteler = array("domain1.com","domain2.com","domain1.com"); $rast = rand(0,1); header("Location:".$siteler[$rast]); ?>