📄 getjob1.asp
字号:
<!--#include file="dbconn.asp"-->
<%
sql="select * from job where jobid='"& Request("jobid") &"'"
set Rs=conn.Execute(sql)
newhit=rs("visit")+1
sql="update job set visit=" &newhit& " where jobid='"& Request("jobid") &"'"
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="getjob2.asp" onSubmit="return test(this)">
<table border="1" width="70%" align="center" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="5" bgcolor="#A4D1FF" height="339">
<tr>
<td width="100%" colspan="2" align="center" height="13">应聘公司及职位:<%=rs("company_name")%> <%=rs("job_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="<%=trim(Request("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="应聘<%=rs("job_name")%>" class="td"></td>
</tr>
<tr>
<td width="35%" align="center" height="144">内 容:</td>
<td width="65%" align="center" height="144"><TEXTAREA NAME="Body" COLS=39 ROWS=8 class="td">尊敬的<%=rs("company_name")%>的朋友:
我叫<%=trim(Request("name"))%>。
我在承德在线求职频道上看到了贵公司的招聘信息,我对贵公司的<%=rs("job_name")%>职位非常有兴趣,希望和你们进行进一步的接触。
谢谢!
<%=trim(Request("name"))%>敬上
要查看我的简历请点击
http://www.cdol.com/myjob//resume/resume.asp?userid=<%=trim(Request("myid"))%></TEXTAREA></td>
</tr>
<tr>
<td width="100%" colspan="2" align="center" height="34"><INPUT TYPE="SUBMIT" VALUE="发 送"><input type="hidden" name="ID" value="<%=rs("jobid")%>">
</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 + -