?? viewuser.asp
字號:
<html>
<head>
<title>用戶資料</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style6 {font-size: 14px}
.style8 {
font-size: 18px;
font-weight: bold;
color: #0000FF;
}
.style9 {font-size: 18px}
.style7 { font-size: 18px;
color: #0000FF;
}
-->
</style>
</head>
<!--#include file="conn.asp"-->
<%
'畢業(yè)設(shè)計:林林在線網(wǎng)絡(luò)招聘系統(tǒng)
'畢業(yè)設(shè)計:林林在線網(wǎng)絡(luò)招聘系統(tǒng)
if session("user")="" then
Response.write("<center>使用錯誤,請先登陸")
Response.End
end if
%>
<%
dim uid
dim rs, sql
Set rs=Server.CreateObject("Adodb.RecordSet")
sql="select * from userinfo where user='"&Request.QueryString("user")&"'"
rs.Open sql,conn,1,1
%>
<body>
<%RS.Move uid=("select userid from userinfo where user='"&Request.QueryString("user")&"'")%>
<form method="post" id="form1" name="form1">
<p align="center"><strong><font color="#6A5ACD" face="幼圓" size="5">個人具體資料</font></strong></p>
<p align="center"><strong><font color="crimson" face="幼圓" size="4">[姓名:]<%=rs("username")%></font></strong>
<br>
<br>
<span class="style7"><span class="style6">
<%
if session("flag")=1 or session("flag")=2 then
Response.Write "<A HREF=../mail/com/writetouser.asp?user="&rs("user")&">給該用戶發(fā)送消息</a>"
end if
%>
<br><br>
</span></span>
<table border="1" cellpadding="0" cellspacing="0" height="300" style="height:250px;width:496px" width="496">
<tr>
<td><span class="style6">[性別:]<%=rs("usersex")%></span></td>
<td><span class="style6">[年齡:]<%=rs("userage")%></span></td>
</tr>
<tr>
<td><span class="style6">[學(xué)歷:]<%=rs("userlevel")%></span></td>
<td><span class="style6">[專業(yè):]<%=rs("usermajor")%></span></td>
</tr>
<tr>
<td><span class="style6">[E-mail:]<%=rs("email")%></span>
<td><span class="style6">[求職意向1:]<%=rs("job1")%></span>
<tr>
<td><span class="style6">[電話:]<%=rs("phone")%></span>
<td><span class="style6">[求職意向2:]<%=rs("job2")%></span>
<tr>
<td colspan="3"><span class="style6">[聯(lián)系地址:]<%=rs("addr")%>
</span>
<tr>
<td colspan="3">
<div align="center" class="style8"> 個人簡歷<br>
<span class="style7"><span class="style6">
</span></span></div>
<tr>
<td colspan="2"><pre class="style6"><%=rs("resume")%></pre>
<tr>
<th colspan="2"><%response.write "<a href='javascript:onclick=history.go(-1)'><span class='style9'>返回前一頁</span></a>"%>
</table>
</form>
<table width="496" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td scope="col"><div align="center"><span class="style9">
<%
if session("flag")=2 then
Response.Write "<TD><FORM METHOD='POST' TARGET= '_self' ACTION='lyadd.asp?UserName=" & _
RS("username") & "&User=" & RS("user") & "&job1=" & RS("job1") & "&job2=" & RS("job2") & "&Usermajor=" & RS("usermajor") & "&Userage=" & RS("userage") & "&Usersex=" & RS("usersex") & "&Userlevel=" & RS("userlevel") & _
"'></td>"
Response.Write "<TD align='center'><INPUT TYPE='SUBMIT' VALUE='初步錄用此人'></TD></FORM>"
end if
%>
</span></div></td>
</tr>
</table>
<%
rs.Close
set rs=Nothing
conn.Close
set conn=Nothing
%>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -