📄 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;
}
.style7 { font-size: 18px;
color: #0000FF;
}
-->
</style>
</head>
<!--#include file="conn.asp"-->
<%
'毕业设计:林林在线网络招聘系统
'毕业设计:林林在线网络招聘系统
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>
<span class="style7"><span class="style6"><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">[学历:]<%=rs("userlevel")%></span></td>
<td><span class="style6">[专业:]<%=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">[联系地址:]<%=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"><span class="style6"><a href="../index.asp">返回首页</a></span>
</table>
</form>
<%
rs.Close
set rs=Nothing
conn.Close
set conn=Nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -