Deneme sayfası : http://phpindir.tk/sorunsuz_pop.html
Not: Pop sürekli açılamakta, tek kullanıcıya tek sefer açtırmak isterseniz for (var n=1; n<cookies.length; n++) { n=1 'i n=0 yapın.
win = window.open bölümünden popup penceresinin boyutlarını ayarlayabilirsiniz.
Kodlar :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<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[0]; c_value = cookie[1]; 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('http://www.Site-Adresi.com'); setCookie('popundr', 1, 24*60*60*1000); } } initPu(); </script> |
İsterseniz kodları buradan indirebilirsiniz.
umarım işinizi görür.
NOT : Sayfanın herhangi biyerine tıklamadan açılmaz.