سلام این کد پاپ اپ برای باز شدن 3 صفحه با یک کلیک است فقط از قبل بگم این 3 صفحه رو صفحه مرورگر باز میشه و برای کاربر مزاحمت ایجاد میکنه اگه خودتون میتونید ویرایشش کنید خوبه
<script type="text/javascript">
function getCookie(c_name)
{
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i<ARRcookies.length;i++)
{
x=ARRcookies.substr(0,ARRcookies.indexOf("="));
y=ARRcookies.substr(ARRcookies.indexOf("=")+1);
x=x.replace(/^\s+|\s+$/g,"");
if (x==c_name)
{
return unescape(y);
}
}
}
function setCookie(c_name,value)
{
var exdays= 1;
var exdate=new Date();
exdate.setHours(exdate.getHours() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
function checkCookie()
{
var username1=getCookie("tabligh1");
var username2=getCookie("tabligh2");
var username3=getCookie("tabligh3");
var usernam = "sendshod";
if(username2=="" | username2==null){
if(window.open('ادرس سایت مورد نظر /','_blank','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1')){
window.focus();
setCookie("tabligh2",usernam);
}
}
if(username1=="" | username1==null){
if(window.open('ادرس سایت مورد نظر/','_blank','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1')){
window.focus();
setCookie("tabligh1",usernam);
}
}
if(username3=="" | username3==null){
if(window.open('ادرس سایت مورد نظر/','_blank','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1')){
window.focus();
setCookie("tabligh3",usernam);
}
}
}
document.onclick = checkCookie;
if ((window.XMLHttpRequest == undefined) && (ActiveXObject != undefined)) window.onload = checkCookie;
</script>
این کد باید بین </head> و <body قرار بگیره تا عمل کنه
در قسمت ادرس مورد نظر سایت رو که میخاین پاپ کنید بزارید