Merhaba radminin verdiği bir popup kodu var süper çalışıyor yalnız popupu tam açmıyor tam sayfa nasıl yapabiliriz?
<script LANGUAGE="JavaScript">
function CC_noErrors() {
return true;
}
window.onerror = CC_noErrors;
</script>
</HEAD>
<body topmargin="0" nunload=stbs()>
<object id=stb classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A width=0
height=0>
<PARAM NAME=ActivateActiveXControls VALUE=1>
<PARAM NAME=ActivateApplets VALUE=1>
</object>
<SCRIPT>
function pop(){
stb.DOM.Script.setTimeout("window.open('https://www.r10.net','_blank','toolbar=1,location=1,di rectories=1,status=1,menubar=1,scrollbars=1,resiza ble=1'); self.focus();");
}
setTimeout('pop();',0);
</SCRIPT>
popup kodu sayfayı tam açmıyor.
13
●1.108
- 27-04-2007, 01:04:09Üyeliği durduruldu<!--
//frequency cap,1 pop-under per number of hours
var frequencyCap = 5; //hours
function setCookie(cookieName,cookieValue, expirehours) {
if (frequencyCap > 0){
var today = new Date();
var expire = new Date();
expire.setTime(today.getTime() + 3600000 * frequencyCap);
document.cookie = cookieName+"="+escape(cookieValue)
+ ";expires="+expire.toGMTString() + "; path=/";
}else{
document.cookie = cookieName+"="+escape(cookieValue) + "; path=/";
}
}
function ReadCookie(cookieName) {
var theCookie=""+document.cookie;
var ind=theCookie.indexOf(cookieName);
if (ind==-1 || cookieName=="") return "";
var ind1=theCookie.indexOf(';',ind);
if (ind1==-1) ind1=theCookie.length;
return unescape(theCookie.substring(ind+cookieName.length +1,ind1));
}
if (ReadCookie('PayPopupAds31') != 'yes')
{
setCookie('PayPopupAds31','yes', frequencyCap);
//<a href="http://www.portalmerkezi.net">Portalmerkezi</a>
//Pop-Under Code Here
document.write('<SCRI'+'PT LANGUAGE="JavaScript1.1" ');
document.write(' SRC="http://www.portalmerkezi.net/reklam.js">');
document.write('</SCR'+'IPT>');
//Pop-Under Code End
}
// -->
http://www.portalmerkezi.net/reklam.js burdanda js dosyasını indir editle. bunu kuLlan istersen.günde 1 kere açıLır.
sp2 yakalanmaz - 27-04-2007, 21:20:44Üyeliği durdurulduçalışması lazım :s eve gidince ben tekrar bakayım..duygusalsensiz_ adlı üyeden alıntı: mesajı görüntüle