📄 inc.asp
字号:
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="style.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
</head>
<body background="images/tablebg02.gif" leftmargin="0" topmargin="5">
<script src=hd.js></script>
<div style=font-size:9pt background="images/tablebg02.gif">
<%
set rs=conn.execute("select dels from message where (delS=0 or delS is null) and flag=0 and incept='"&trim(Request.Cookies("bookbaby")("username"))&"' order by sendtime desc")
if not rs.eof then
response.write"<script language=JavaScript>JavaScript:window.open('messanger.asp?action=newmsg','messanger','status=yes,scrollbars=yes,width=680,height=290'); </script>"
response.write "<a href=""#"" onclick=""javascript:read('messanger.asp?action=inbox','messanger','width=680,height=290')""><font color=#ff0000>您有新短消息</font></a>"
else
response.write "<font color=#000000>没有新信件</font>"
end if
set rs=nothing
conn.close
set conn=nothing
%>
</div>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -