手机站
网通分站
电信主站
密 码:
用户名:
当前位置 : 主页>网站运营>免费资源>列表

超完美弹窗代码

来源:互联网 作者:www.west263.com 时间:2008-02-22
西部数码-全国虚拟主机10强!40余项虚拟主机管理功能,全国领先!双线多线虚拟主机南北访问畅通无阻!免费赠送企业邮局,.CN域名,自助建站480元起,免费试用7天,满意再付款! P4主机租用799元/月.月付免压金!
超完美弹窗代码

代码是偶的好友写的。使用了 觉得不错

功能:5小时弹一次 背后弹出 自动适应不同分辩率 准全屏显示

代码:
<script>
function openwin(){
window.open(http://www.6882.com,"pop1","width=" (window.screen.width-15) ",height=" (window.screen.height-170) ",left=0,top=0,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes")
setTimeout("focus();",5);
}
function get_cookie(Name) {
var search = Name "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset = search.length
end = document.cookie.indexOf(";", offset);
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function Set()
{
  var Then = new Date()    
  Then.setTime(Then.getTime() 5*60*60*1000 )
  document.cookie = "popped1=yes;expires=" Then.toGMTString()
}

function loadpopup(){
if (get_cookie('popped1')=='')
{
openwin()
Set()
}
}
setTimeout("loadpopup()",5);

</script>

文章整理:西部数码--专业提供域名注册虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!