?? resureg.asp
字號(hào):
<!--#include file="../dbconn.asp"-->
<%
sql="select username from resume where username='" & Request("username") & "'"
set Rs=conn.Execute(sql)
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/cdol.css">
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<title>注冊(cè)結(jié)果</title>
</head>
<body bgColor=#E6E5B8 text="#383098">
現(xiàn)在位置:<a href="index.asp">首頁(yè)</a>—<a href="login.htm">會(huì)員注冊(cè)</a>--注冊(cè)結(jié)果
<p> </p>
<p> </p>
<p align="center">
<%If not Rs.Eof Then
Response.Write "<center>您的用戶(hù)名已經(jīng)有人使用,請(qǐng)使用其他名稱(chēng)注冊(cè)!<p>"
Response.Write "<center><a href='postresu.htm'> 請(qǐng)重新登陸好嗎? </a>"
else
%>
<%
login=trim(Request.Form("username"))
passwd=trim(Request.Form("passwd_1"))
name=trim(Request.Form("cname"))
sex=trim(Request.Form("sex"))
old=trim(Request.Form("old"))
marry=trim(Request.Form("marry"))
address=trim(Request.Form("address"))
phone=trim(Request.Form("phone"))
bp=trim(Request.Form("bp"))
email=trim(Request.form("email"))
gradu=trim(Request.Form("gradu"))
edu=trim(Request.Form("edu"))
school=trim(Request.Form("school"))
subject=trim(Request.Form("subject"))
work_year=trim(Request.Form("work_year"))
company=trim(Request.Form("company"))
position=trim(Request.Form("position"))
computer=trim(Request.Form("computer"))
english=trim(Request.Form("english"))
other=trim(Request.Form("other"))
job_area=trim(Request.Form("job_area"))
salary_wish=trim(Request.Form("salary_wish"))
jobname_wish=trim(Request.Form("jobname_wish"))
jobclass_wish=trim(Request.Form("jobclass_wish"))
sz = "'" & login & "', '"& passwd & "', '"& name & "','"& sex & "','"& old & "','"& marry & "', '"& address & "','"& phone & "','"& bp & "','"& email & "','"& gradu & "','"& edu & "', '"& school & "', '"& subject & "', '"& work_year & "', '"& company & "', '"& position & "','"& computer & "', '"& english & "', '"& other & "','"& job_area & "','"& salary_wish & "','"& jobname_wish & "','"& jobclass_wish & "'"
sql1 = "insert resume (username,pwd,name,sex,old,marry,address,phone,bp,email,gradu,edu,school,subject,work_year,company,position,computer,english,other,job_area,salary_wish,jobname_wish,jobclass_wish) values (" & sz & ")"
conn.Execute(sql1)
conn.Close
set conn=nothing
Response.Write "<center>您的簡(jiǎn)歷已經(jīng)注冊(cè)到我們的數(shù)據(jù)庫(kù)里!<p>"
Response.Write "<center><a href='index.asp'> 返回 </a>"
end if%>
</p>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -