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

📄 email_add_fail.asp

📁 企业信息化管理系统:针对的是一个计算机配件生产公司为背景实现的。
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>发送Email失败!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
}
.style1 {color: #C60001}
.style3 {
	color: #C60001;
	font-size: 12pt;
	font-weight: bold;
}
-->
</style></head>

<body>
<table width="600" height="401" border="0" cellpadding="-2" cellspacing="-2" >
  <tr>
    <td width="600" height="349" valign="top"><table width="100%" height="115"  border="0" cellpadding="-2" cellspacing="-2">
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table>      
      <form name="form1" method="post" action="">
        <table width="80%" height="169"  border="0" align="center" cellpadding="-2" cellspacing="-2">
          <tr>
            <td height="105"><div align="center" class="style1"></div>              
            <div align="center"><span class="style3">收件人不在公司成员内,请与管理员联系!</span></div></td>
          </tr>
          <tr>
            <td height="25" valign="top"><div align="center" class="style1"></div></td>
          </tr>
          <tr>
            <td><div align="center">
                <input name="myclose" type="button" class="Style_button" id="myclose" value="关闭"
				 onClick="javascrip:window.close()">
            </div></td>
          </tr>
        </table>
      </form></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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