duanxinsee.asp

来自「网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点」· ASP 代码 · 共 38 行

ASP
38
字号
<!--#include file="config/config.asp"-->
<%username=session("hxf_u_nickname")
if username=""  then  Response.Redirect "error.asp?id=440"
Set conn=Server.CreateObject("ADODB.CONNECTION")
Set rs=Server.CreateObject("ADODB.RecordSet")
connstr=Application("hg_connstr")
conn.open connstr
set   tablelist=conn.execute("select  * from  短信 where  jieshou='"&username&"' and del=false")
if not(tablelist.eof and tablelist.bof) then
Response.Redirect "duanxincall.asp"
else
Response.Redirect "duanxinsee.asp"
conn.close
set conn=nothing
end if
%>
<HTML><HEAD><TITLE>OA短消息即使接受窗口</TITLE>
<meta HTTP-EQUIV=REFRESH CONTENT=6;URL=duanxinsee.asp>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK 
href="forum.css" rel=stylesheet>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<body>
      <TABLE borderColor=#ffffff cellSpacing=1 cellPadding=3 width="294" 
      border=2 height="131">
        <TBODY>
        <TR>
          <TD align=middle bgColor=#3399ff height="14" width="280"><FONT face=Wingdings 
            color=#ffffff>*</FONT><FONT 
            color=#ffffff><span lang="en-us">OA</span>短信即时通</FONT></TD></TR>
        <TR>
          <TD vAlign=center align=middle bgColor=#f2f8ff height="42" width="280">
          <img border="0" src="IMAGES/newNew.gif"></TD></TR>
        <TR>
          <TD vAlign=center align=middle bgColor=#e8f4ff height="12" width="443">
           </TD></TR>
        </TBODY></TABLE>

</html>

⌨️ 快捷键说明

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