📄 inuser1.asp
字号:
<% option explicit %>
<!--#include file="odbc_connection.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>公司信息</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style3 {font-size: 12px; color: #666666; }
.style4 {font-size: 12px; color: #FF0000; font-weight: bold; }
-->
</style>
<link href="css/mes.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style5 {font-size: 12px; color: #6600FF}
.style6 {
font-size: 14px;
font-weight: bold;
color: #FF6600;
}
-->
</style>
<Script Language="JavaScript">
<!--
function check_Null(){
if (document.form1.commessage.value==""){
alert("对不起,你回复的信息不能为空!");
return false;
}
return true;
}
// -->
</Script>
</head>
<body bgcolor="#0F409F" text="#000000" style="scrollbar-arrow-color:#8FBFEF;scrollbar-base-color:0F3F9F; SCROLLBAR-TRACK-COLOR: #4F87CF;SCROLLBAR-3DLIGHT-COLOR: #8FBFEF; SCROLLBAR-DARKSHADOW-COLOR: #8FBFEF; SCROLLBAR-HIGHLIGHT-COLOR: #0F3F9F">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="62" align="left" valign="top"><!--#include file="top.asp"--></td>
</tr>
<% dim user
user=request("user")
dim rs,sql
sql="select * from userinfo where user='"&user&"'"
set rs=db.execute(sql)%>
<tr>
<td height="438" align="center" valign="top">
<form name="form1" method="post" action="inuser2.asp" onsubmit="JavaScript: return check_Null();">
<table width="760" height="438" border="1" cellpadding="4" cellspacing="0" bordercolor="#CCCCCC" bgcolor="#FFFFFF" style="border-collapse:collapse ">
<tr align="center">
<td height="30" colspan="2" class="style6">个 人 求 职 应 聘 信 息</td>
</tr>
<tr>
<td height="30" width="108" align="right"><span class="style5">姓名:</span></td>
<td width="630" align="left" class="style3"><%=rs("name")%><input type="hidden" name="username" value="<%=rs("name")%>"></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">性别:</span></td>
<td align="left" class="style3"><%=rs("sex")%></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">年龄:</span></td>
<td align="left" class="style3"><%=rs("age")%></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">专业:</span></td>
<td align="left" class="style3"><%=rs("mylevel")%></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">学历:</span></td>
<td align="left" class="style3"><%=rs("major")%></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">求职意向:</span></td>
<td align="left" class="style3"> <span class="style5">求职意向1:</span><%=rs("job1")%><br>
<br>
<span class="style5">求职意向2:</span><%=rs("job2")%></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">联系地址:</span></td>
<td align="left" class="style3"><%=rs("addr")%></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">邮编:</span></td>
<td align="left" class="style3"><%=rs("zip")%></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">联系电话:</span></td>
<td align="left" class="style3"><%=rs("tel")%></td>
</tr>
<tr>
<td height="30" align="right"><span class="style5">E-mail:</span></td>
<td align="left" class="style3"><%=rs("email")%></td>
</tr>
<tr>
<td align="right"><span class="style5">个人简历:</span></td>
<td align="left" class="style3"><%=replace(rs("home"),VBCrlf,"<br>")%></td>
</tr>
<tr align="center">
<td height="30" align="right"><span class="style5">登记时间:</span></td>
<td align="left" class="style3"><%=rs("user_date")%></td>
</tr>
<tr align="center">
<td height="43" align="right"><span class="style5">回复信息:</span></td>
<td align="left" class="style3"><textarea name="commessage" cols="80" rows="8"></textarea></td>
</tr>
<tr align="center">
<td height="35" colspan="2"><span class="style3">
<input type="hidden" name="userid" value="<%=rs("user")%>">
<input type="submit" name="Submit" value="提 交">
</span></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td height="88" align="left" valign="top"><!--#include file="dibu.asp"--></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -