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

📄 msg.asp

📁 具有计划、任务、通告、公文、员工档案、等网络办公功能
💻 ASP
字号:
<%
dim topic,msg,isnote
Response.Expires =0
topic=Request.QueryString ("topic")
msg=Request.QueryString ("msg")
isnote=Request.QueryString ("isnote")

%>
<html>
<head>
<title>网络办公自动化系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript" src="style.js"></script>
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="3" topmargin="0">
<table width="15%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="9"><img src="../images/left_1.gif" width="9" height="24"></td>
    <td bgcolor="#0066FF" align="center" nowrap><font color="#FFFFFF"><%=topic%></font></td>
    <td align="right" width="9"><img src="../images/right_1.gif" width="9" height="24"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="47%">&nbsp;</td>
    <td width="53%"> 
      <table border="0" cellspacing="0" cellpadding="0" align="right">
        <tr> 
          <td height="24" width="9"><img src="../images/left_2.gif" width="9" height="24"></td>
          <td height="24" background="../images/bg_2.gif" width="150">&nbsp;</td>
          <td height="24"><img src="../images/right_2.gif" width="7" height="24"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td colspan="2"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td bgcolor="#0099FF"> 
            <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
              <tr> 
                <td bgcolor="#0099FF" height="20" width="29%"> 
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                    <tr> 
                      <td bgcolor="#0099FF">
                        <table width="100%" border="0" cellspacing="1" cellpadding="0">
                          <tr>
                            <td bgcolor="#F7F7F7">
                              <table width="100%" border="0" cellspacing="30" cellpadding="0">
                                <tr>
                                  <td>
                                  <%if isnote=1 then%> 
                                    <p class="hight">   <img src="../images/hy.gif" width="32" height="31" align="absmiddle">欢迎您进入 
                                      <font color="#006600"><%=topic%></font> !<br>
                                      操作左边的菜单条,可以进行相关内容的工作。<br>
                                      如果您没有权限进行此项工作,系统将提醒您进行其他内容的工作。</p>
                                  <%
                                  end if
                                  if msg<>"" then
                                  %>
                                  
                                    <p align="center"><img src="../images/zy.gif" width="23" height="30" align="absmiddle"> 
                                      <%=msg%><br>
                                    </p>
                                  <%end if%>
                                    </td>
                                </tr>
                              </table>
                            </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td valign="top" height="40"> 
      <table border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td height="23" class="F1" width="9"><img src="../images/left_3.gif" width="9" height="23"></td>
          <td background="../images/bg_1.gif" class="F1" height="23" width="150">&nbsp; 
          </td>
          <td align="right" class="F1" height="23" width="9"><img src="../images/right_3.gif" width="9" height="23"></td>
        </tr>
      </table>
    </td>
    <td height="40">&nbsp; </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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