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

📄 duanxinsee.asp

📁 网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点:无须安装客户端] 主要功能模块:管理 公文 车辆 通知 档案 值班 人事 审批 仓库 主界面 软件下载 个人办公室
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -