?? 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 + -