📄 contact.asp
字号:
<!--#include file="dbconn.asp"-->
<%
sql="select * from resume where userid='"& Request("userid") &"'"
set Rs=conn.Execute(sql)
%>
<html>
<head>
<script language="JavaScript">
<!-- Hide
function test(form) {
if (form.toWho.value == "" ||
form.toWho.value.indexOf('.','@', 0) == -1){
alert(" 收件人电子信箱地址不正确! 请再输入一次!");
return false;
}
if (form.fromWho.value == "" ||
form.fromWho.value.indexOf('.','@', 0) == -1){
alert(" 发件人电子信箱地址不正确! 请再输入一次!");
return false;
}
}
// -->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="css/cdol.css">
<title>应聘</title>
</head>
<body bgcolor="#E6E5B8">
<FORM METHOD="POST" ACTION="contact1.asp" onSubmit="return test(this)">
<table border="1" width="70%" align="center" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="5" bgcolor="#A4D1FF" height="355">
<tr>
<td width="100%" colspan="2" align="center" height="13">求职者姓名:<%=rs("name")%></td>
</tr>
<tr>
<td width="35%" align="center" height="23">收件人:</td>
<td width="65%" align="center" height="23"><INPUT NAME="toWho" TYPE="text" SIZE=30 value="<%=rs("email")%>" class="td"></td>
</tr>
<tr>
<td width="35%" align="center" height="23">发件人:</td>
<td width="65%" align="center" height="23"><INPUT NAME="fromWho" TYPE="text" SIZE=30 value="<%=session("email")%>" class="td"></td>
</tr>
<tr>
<td width="35%" align="center" height="23">主 题:</td>
<td width="65%" align="center" height="23"><INPUT NAME="subject" TYPE="text" SIZE=30 value="<%=session("name")%>招聘" class="td"></td>
</tr>
<tr>
<td width="35%" align="center" height="160">内 容:</td>
<td width="65%" align="center" height="160"><TEXTAREA NAME="Body" COLS=39 ROWS=10 class="td">尊敬的<%=rs("name")%>:
您好!我们是<%=session("name")%>的工作人员。
我们在承德在线求职频道上看到了您的招聘信息,我们对您非常有兴趣,希望和您进行进一步的接触。
<%=session("name")%>诚邀您的加盟!
<%=session("name")%> 敬上</TEXTAREA></td>
</tr>
<tr>
<td width="100%" colspan="2" align="center" height="34"><INPUT TYPE="SUBMIT" VALUE="发 送"><input type="hidden" name="ID" value="<%=rs("userid")%>"></td>
</tr>
</table></form>
<p align="center"><a href="javascript:onClick= window.close()">关闭窗口</a></p>
<%set rs=nothing
conn.close
set conn=nothing%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -