Code popup bật cửa sổ nhỏ góc phải màn hình

Dưới đây mình gửi các bạn 1 đoạn mã code hiển thị popup nhảy trang góc nhỏ bên phải màn hình hiển thị
<script>function addEvent(obj,eventName,func){if(obj.attachEvent){obj.attachEvent("on"+eventName,func);}else if(obj.addEventListener){obj.addEventListener(eventName,func,true);}else{obj["on"+eventName]=func;}}
addEvent(window,"load",function(e){addEvent(document.body,"click",function(e){var pX;pX=screen.width;if(!pX){pX=document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth;}
if(pX>800){if(document.cookie.indexOf("pnpopup=popactive")==-1){document.cookie='pnpopup=popactive';params='width=50';params+=', height=50';params+=', top=1650, left=1460, resizable=no, scrollbars=yes, location=yes';var w=window.open("http://www.pitech.com/",'window1',params).blur();window.focus();}}});});</script>

Thay link bôi đỏ thành địa chỉ website bạn muốn hiển thị popup thu nhỏ góc phải màn hình.
Chúc bạn thành công, thân ái chào quyết thắng. 

Không có nhận xét nào:

Đăng nhận xét

Pages