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