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

📄 adminqunfa.asp

📁 人才招聘系统,用asp做的
💻 ASP
字号:
<!--#include file=../conn.asp-->
<!--#include file=usercookies.asp-->
<!--#include file=onlinerz.asp-->
<!--#include file=../config.asp-->
<link rel="stylesheet" type="text/css" href="../1.css">
<form action="adminqunfachk.asp" method="POST" name="sendmail">
  <input name="action" type="hidden" value="send">
  <table align="center" border="1" borderColor="#7c96b8" borderColorDark="#ffffff" cellPadding="0" cellSpacing="0" height="307" width="581">
    <tr>
      <td bgColor="#7c96b8" colSpan="2" height="20" width="577">
        <p align="center"><font color="#FFFFFF">发送邮件</font></td>
    </tr>
    <tr>
      <td height="31" width="100"><font color="#336699">&nbsp;信件标题:</font></td>
      <td height="31" width="475"><input class="bk" name="mailSubject" size="45" value="你好,我们是<%=title%>"></td>
    </tr>
    <tr>
      <td height="31" width="100"><font color="#336699">&nbsp;发送对象:</font></td>
      <td height="31" width="475"><%if request("oo")="" then%><select size="1" name="huiyuan">
      <option value="person">个人会员</option>
      <option value="company">企业会员</option>
      </select>
      <%else%>
      <select size="1" name="huiyuan">
      <%if request("oo")="person" then%><option value="person">个人会员</option><%end if%>
      <%if request("oo")="company" then%><option value="company">企业会员</option><%end if%>
      </select>
      <%end if%>
      </td>
    </tr>
    <tr>
      <td height="31" width="100"><font color="#336699">&nbsp;目标邮件:</font></td>
      <td height="31" width="475"><font color="#7c96b8"><%if request("username")="" then%>&nbsp;
      <input class="bk" name="obj" type="radio" value="1"> 
      所有注册用户:&nbsp; <input class="bk" name="obj" type="radio" value="2" checked> 
      订阅杂志用户:<%else%></font>&nbsp;给用户名是<input class="bk" name="obj" type="hidden" value="3"><input type="hidden" name="username" size="20" value="<%=request("username")%>"><font color="#CC0000"><%=request("username")%></font>的用户发信<font color="#CC0000"><br>&nbsp;注意:</font><font color="#FF9900">邮件地址程序会自己识别</font>!<%end if%></td>
    </tr>
    <tr>
      <td height="1" width="100">
      <div>
        <font color="#336699">信件内容:</font></div>
      </td>
      <td height="1" width="475">
      <div align="left">
        <font color="#7c96b8"><textarea class="bk" cols="61" name="mailbody" rows="13">你好,我们是<%=title%></textarea>*
        </font>
      </div>
      </td>
    </tr>
    <tr>
      <td colSpan="2" height="9" width="577">
      <div align="center">
        <input border="0" src="images/sendmail.gif" name="I1" type="image"></div>
      </td>
    </tr>
  </table>
</form>

⌨️ 快捷键说明

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