Webmaster Forumu - Webmaster Zone

Geri git   Webmaster Forumu - Webmaster Zone > Webmaster Zone > Programlama Dilleri > HTML CSS DHTML
Şifrenizimi Unuttunuz? Bize Katılın!

Cevapla
Görüntüleme: 391 - Cevaplar: 1  
LinkBack Seçenekler Stil
  #1 (permalink)  
Alt 23-03-2008, 14:42:06
captain captain isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
No Status
 
Üyelik tarihi: 31/7/2007
Nerden: Istanbul
Yaş: 19
Mesajlar: 103
iTrader: (0)
Tecrübe Puanı: 34
Puanları: 20
captain üyemiz henüz acemi
Standart ie'de popup engelleyiciye takılmayan popup kodu

Ie'nin pop up engelleyicisine ve benzeri şeylere takılmayan sağlam pop up kodu verebilirmisiniz sanırım bu kodlar .js uzantılı oldugunda daha sağlikli çalişiyormuş.

bu konu hakkında elinde sağlam kod olan varmı, sağlam bişey bulamdım bi türlü..
Alıntı ile Cevapla
  #2 (permalink)  
Alt 25-03-2008, 18:09:04
Saga - ait Kullanıcı Resmi (Avatar)
Saga Saga isimli üyemiz çevrimdışıdır. (Offline)
Server.MapPath
Asp Coder..
 
Üyelik tarihi: 30/9/2007
Nerden: İstanbul / Beykoz
Mesajlar: 772
iTrader: (4)
Tecrübe Puanı: 66
Puanları: 1443
Saga is a glorious beacon of lightSaga is a glorious beacon of lightSaga is a glorious beacon of lightSaga is a glorious beacon of lightSaga is a glorious beacon of lightSaga is a glorious beacon of light
Standart Cevap: ie'de popup engelleyiciye takılmayan popup kodu

Umarım işine yarar.

</head> tagından önce kullanılması gerekir..

Kod:
<script LANGUAGE="JavaScript"> <!-- 
var expDays = 1;
var page = http://www.zone.org ;
var windowprops = "width=600,height=500,location=no,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes";
function GetCookie (name) {  
var arg = name + "=";  
var alen = arg.length;  
var clen = document.cookie.length;  
var i = 0;  
while (i < clen) {    
var j = i + alen;    
if (document.cookie.substring(i, j) == arg)      
return getCookieVal (j);    
i = document.cookie.indexOf(" ", i) + 1;    
if (i == 0) break;   
}  
return null;
}
function SetCookie (name, value) {  
var argv = SetCookie.arguments;  
var argc = SetCookie.arguments.length;  
var expires = (argc > 2) ? argv[2] : null;  
var path = (argc > 3) ? argv[3] : null;  
var domain = (argc > 4) ? argv[4] : null;  
var secure = (argc > 5) ? argv[5] : false;  
document.cookie = name + "=" + escape (value) + 
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + 
((path == null) ? "" : ("; path=" + path)) +  
((domain == null) ? "" : ("; domain=" + domain)) +    
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {  
var exp = new Date();  
exp.setTime (exp.getTime() - 1);  
var cval = GetCookie (name);  
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var exp = new Date(); 
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
   }
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1;
SetCookie('count', count, exp);
window.open(page, "", windowprops);
}
else {
count++;
SetCookie('count', count, exp);
   }
}
checkCount();
//  End --> ***********
Not: ALINTIDIR
__________________
Giden gitmiştir, gittiği gün bitmiştir. Ben gideni değil, giden beni kaybetmiştir.

Konu Saga tarafından (25-03-2008 Saat 18:13:11 ) değiştirilmiştir..
Alıntı ile Cevapla
Cevapla



Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık

Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Sp2 Popup Kodu Lazım SanaLisyan HTML CSS DHTML 0 29-08-2007 12:05:50
Popup kod lazım. Bilen var mı? fosch Konu Dışı 4 12-06-2007 20:59:37
Adsense kodu olan siteme popup reklam versem bi sakıncası olur mu? Ersen Webmaster Genel 5 10-03-2007 17:13:11
saat - çerez - rastgele ve iesp2 Popup kodu bilmiyorum PHP 9 10-02-2007 15:07:03


oyun , kontör , türkçe dizin

Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 10:12:17 .


Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
Zone Org | 2006-2008

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125