کد مورد نظر دو سایت به صورت همزمان با کلیک روی صفحه باز میشن البته صفحات باز شده در مرورگر فایر فاکس پشت صفحه قرار میگیرن.
کد مورد نظر رو بین تگ هد قرار بدید . <head>
قبل از قرار دادن کد آدرسه دو سایتی که می خواید باز شن رو در کد ویرایش کنید.
نظر فراموش نشه !!
دانلود کد پاپ آپ باز شدن همزمان دو سایت
<script> /* pop up java code by www.farsweb.net */ function getCookie(c_name){ var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i<ARRcookies.length;i++){ x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("=")); y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1); x=x.replace(/^\s+|\s+$/g,""); if (x==c_name){ return unescape(y); } } } function setCookie(c_name,value){ var exdays=2; 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("farsweb"); var username2=getCookie("agahiroz"); var usernam = "farsweb"; var usernam = "agahiroz"; if(username1==null){ window.open('','_parent','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1'); window.focus(); } if(username2==null){ window.open('','_parent','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,'); window.focus(); } if(username1=="" | username1==null){ if(window.open('https://www.farsweb.net','_blank','toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1')){ window.focus(); setCookie("farsweb",usernam); } } if(username2=="" | username2==null){ if(window.open('http://agahiroz.com','_blank','toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1')){ window.focus(); setCookie("agahiroz",usernam); } } } document.onclick = checkCookie; if ((window.XMLHttpRequest==undefined) && (ActiveXObject != undefined)){ window.onload=checkCookie; } </script>