⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mp3_checknew.asp

📁 这是ASP的OA
💻 ASP
字号:
<!-- #include file="const.asp" -->
<!-- #include file="mp3_config.asp" -->
<%
if session("visitid")<>"" then
	call opendb()
	conn.execute("update m3_online set activetime='"&now()&"' where id='"&session("visitid")&"'")
	call closedb()
end if
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
<script language="JavaScript">
var curvalue="<%=lastupdate%>";
var oPopup = window.createPopup();
var popTop=20;
var mytime;
function popmsg(msgstr){
var winstr="<table style='border: 1 solid  #333333'  width='200' height='140' border='0' cellpadding='0' cellspacing='0'  bgcolor='#fffff0'>";
winstr+="<tr><td height='10'> </td></tr><tr><td align='center'><table width='90%' height='100' border='0' cellpadding='0' cellspacing='0'>";
winstr+="<tr><td valign='top' style='font-size:12px; color: red; face: Tahoma'>"+msgstr+"</td></tr></table></td></tr></table>";
oPopup.document.body.innerHTML = winstr;
popshow();
}
function popshow(){
	if(popTop>1640){
		clearTimeout(mytime);
		oPopup.hide();
		return;
	}else if(popTop>1510&&popTop<1640){
		oPopup.show(screen.width-250,screen.height,200,1640-popTop);
	}else if(popTop>1500&&popTop<1640){
		oPopup.show(screen.width-250,screen.height+(popTop-1640),200,140);
	}else if(popTop<140){
		oPopup.show(screen.width-250,screen.height,200,popTop);
	}else if(popTop<160){
		oPopup.show(screen.width-250,screen.height-popTop,200,140);
	}
	popTop+=10;
	mytime=setTimeout("popshow();",50);
}
function popslide()
{
	popmsg("<p align=center>您好!亲爱的论坛用户:<br><br>论坛已有新歌发布啦 ^_^<br><br>请按 F5键 刷新播放器哦<br><br><input type=checkbox name=checkbox value=checkbox onChange='top.IsRefresh=false;'> 以后不再提示<br>Matrix3 Studio</p>");
}
if((parent.IsRefresh)&&(parent.curvalue!=curvalue))
{
	popslide();
}
</SCRIPT>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -