栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > Web开发 > JavaScript

dotopAlert 提示用户需安装播放器的代码

JavaScript 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

dotopAlert 提示用户需安装播放器的代码



复制代码 代码如下:
var _WName = 'dotopalert'; //窗口ID
var _Lastver = 1;//远程版本号
var _Timespan = 1;//cookie时间:小时
var _alertimg = "http://www.**.com/js/ads/alert.png";//图片地址
var _WUrl = 'http://**.com/**.exe';//下载地址
function $(id){
    return "string" == typeof id ? document.getElementById(id) : id;
};
var dcookie={}
dcookie.set =function(name, value, expiresd, path, domain, secure)
{
    var expdate = new  Date();
    var expires = arguments[2] || null;
    var  path  =  arguments[3] || "/";
    var  domain  =  arguments[4] || null;
    var  secure  =  arguments[5] || false;
    if(expires) expdate.setMinutes(expdate.getMinutes() + parseInt(expires));
    var cookietemp = escape(name) + '=' + escape(value) + (expires ? '; expires=' + expdate.toGMTString() : '') + (path ? '; path=' + path : '')+ (domain ? '; domain=' + domain : '')+(secure ? '; secure' : '');
    document.cookie = cookietemp;
}
dcookie.get=function(name)
{
    var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)");
    if(arr=document.cookie.match(reg))
    {
        return unescape(arr[2]);
    }
    else
    {
        return null;
    }
}
function __showNotice()
{
    var dWidth,dHeight,dLeft,dTop
    dWidth=$(_WName).scrollWidth
    dHeight=$(_WName).scrollHeight
    dLeft=Math.floor((window.document.documentElement.clientWidth-dWidth-414)/2)+(window.document.documentElement.scrollLeft||window.document.body.scrollLeft)
    dTop=Math.floor((window.document.documentElement.clientHeight-dHeight-178)/2)+(window.document.documentElement.scrollTop||window.document.body.scrollTop)
    $(_WName).style.display = '';
    $(_WName).style.left=dLeft+"px"
    $(_WName).style.top=dTop-40+"px"
}
function dotopClose()
{
    $(_WName).style.display = 'none';
}
function dotopOK()
{
    dcookie.set('dNotices',1,60*_Timespan ,'/');
    $(_WName).style.display = 'none';
}
function dotopNO()
{
    $(_WName).style.display = 'none';
}
function getChaosuV()
{
    var version="0.0";
    try
    { 
         var c = new ActiveXObject("WebProxy.CChaosuInfo");
         version = c.GetVersion(0);
    } catch (e) {
        try
        { 
            var c = new ActiveXObject("chaosuProxy.CChaosuInfo");
          version = c.GetVersion(0);
        }catch (e) {
        }
    }   
    version=""+version
    var index=version.indexOf('.');
    if(index==-1)version="2."+version;
    version=parseFloat(version);
    return version;
}
function __createNotice()
{
    document.write("");
    __showNotice();
}
var iNum = parseInt(dcookie.get("dNoticeNum"));
iNum = (isNaN(iNum)) ? 0 : iNum;
var iAllow = parseInt(dcookie.get("dNotices"));
iAllow = (isNaN(iAllow)) ? 0 : iAllow;
if (iAllow==0 && getChaosuV()<_Lastver ){
    if (iNum>2)
    {
        dcookie.set('dNoticeNum',0,60*_Timespan ,'/');
        dcookie.set('dNotices',1,60*_Timespan ,'/')
    }else{
        iNum++;
        dcookie.set('dNoticeNum',iNum,60*_Timespan ,'/');
        __createNotice()
    }
}
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/112734.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号