?? getjob0.asp
字號:
<!--#include file="dbconn.asp"-->
<%
sql="select * from resume where username='" & Request("user_name") & "'"
set Rs=conn.Execute(sql)
%>
<html>
<head>
<title>求職登錄</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="css/cdol.css">
</head>
<body topmargin=0 marginheight=0 bgColor=#E6E5B8 text="#383098">
<p> </p>
<p> </p>
<p></p>
<%If Rs.Bof OR Rs.Eof Then
Response. Write "<html><body><center>我們的數據庫中沒有查到您的用戶名,請先注冊新用戶<p>"
Response.Write "<a href='resume/postresu.htm'target='_blank'> 注冊新用戶 </a>"
Response.Write "</center></body></html>"
Else
If trim(Request("pwd"))<>Rs("pwd") Then
Response. Write "<html><body><center>密碼出錯,請檢查是否大小寫不對。<p>"
Response.Write "<a href='getjob.asp'> 返回 </a>"
Response.Write "</center></body></html>"
else%>
<table border=0 cellPadding=0 cellSpacing=0 width=387 align=center height="253">
<form method=post action="getjob1.asp">
<tr>
<td align=center height=110 colspan="2">
<p>你好,<%=rs("name")%>。你的求職信息將會以Email的形式發送。</p>
<p>你可以在此更改Email地址:<input type="text" name="email" value="<%=rs("email")%> " size="17" class="td"></p>
</td>
</tr>
<tr>
<td align=center height=1>
<input type="hidden" name="jobid" value="<%=Request("jobid")%>">
<input type="hidden" name="name" value="<%=rs("name")%>">
<input type="hidden" name="myid" value="<%=rs("userid")%>">
</td>
<td height=1 align=center>
<p>
<INPUT class=p3 name=Submit type=submit value=確認提交> </p>
</td>
</tr>
</form>
</table>
<%end if
end if
conn.Close
set conn=nothing %>
<br clear=all>
<br>
<p align="center"><a href="javascript:onClick= window.close()">關閉窗口</a></p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -