arkadaşlar popup kodu yalnız aynı kişi sayfayı bidaha açınca açılmasın yani herkese bir kere açılsın.. bide sayfayı normal boyutta açsın ..
yardımınız için şimdiden teşekkürler.
yardımınız için şimdiden teşekkürler.
<?
// cookie ile yapacağız
if ($HTTP_COOKIE_VARS["popup"]!=1) {
ob_start();
setcookie ("popup",1,time()+86400); // 1 gün boyunca hatırlar
ob_flush();
echo "<javascript> vs.. </javascript>";
}
?>
<script LANGUAGE="JavaScript">
<!--
var expDays = 1;
var page = "http://www.goxn.com/spam-filter.php";
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 lisanssız;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : lisanssız;
var path = (argc > 3) ? argv[3] : lisanssız;
var domain = (argc > 4) ? argv[4] : lisanssız;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == lisanssız) ? "" : ("; expires=" + expires.toGMTString())) +
((path == lisanssız) ? "" : ("; path=" + path)) +
((domain == lisanssız) ? "" : ("; 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 == lisanssız) {
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 == lisanssız) {
count=1;
SetCookie('count', count, exp);
window.open(page, "", windowprops);
}
else {
count++;
SetCookie('count', count, exp);
}
}
checkCount();
// End -->
</script>
ejder' Alıntı:herhangi bir sorun yok günde 1 kez açılıyor, şayet popup blocker programlar varsa, onlar 1 kez block koyunca açılmaz.
<script LANGUAGE="JavaScript">
<!--
var expDays = 1;
var page = "http://www.goxn.com/spam-filter.php";
var windowprops = "width=600,height=500,location=no,toolbar=yes,menub ar=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 lisanssız;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : lisanssız;
var path = (argc > 3) ? argv[3] : lisanssız;
var domain = (argc > 4) ? argv[4] : lisanssız;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == lisanssız) ? "" : ("; expires=" + expires.toGMTString())) +
((path == lisanssız) ? "" : ("; path=" + path)) +
((domain == lisanssız) ? "" : ("; 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 == lisanssız) {
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 == lisanssız) {
count=1;
SetCookie('count', count, exp);
window.open(page, "", windowprops);
}
else {
count++;
SetCookie('count', count, exp);
}
}
// End -->
</script>
<body unonload="checkCount();">
cappytoi' Alıntı:hata yapmışım çünkü <body> tagının olduğu yeri aşağıdaki gibi yap...
<body onunload="checkCount();">
<script language="JAVASCRIPT" type="TEXT/JAVASCRIPT"><!--
/****************************************************
Created With: PopupGenerator
URL: [url]http://www.haber16.com[/url]
****************************************************/
var win=lisanssız;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==lisanssız){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=yes,directories=yes,status=yes,menubar=yes,toolbar=yes,resizable=yes";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
onunload="NewWindow('http://www.smssend.gen.tr','popupgen','640','480','custom','front');">