📄 search.asp
字号:
<% Response.Buffer=True %>
<!--#include file="inc/dbconn.asp"-->
<% key=trim(request("key"))
stype=request("stype")
gzdd=request("gzdd")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>21世纪人才报</title>
<SCRIPT language=JavaScript src="js/main.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--//
function check()
{
if (isNaN(go2to.page.value))
alert("请正确填写转到页数!");
else if (go2to.page.value=="")
{
alert("请输入转到页数!");
}
else
go2to.submit();
}
//-->
</SCRIPT>
<link href="style/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="inc/top.htm"-->
<table width="778" border="0" cellpadding="0" cellspacing="0" class="table">
<tr>
<td bgcolor="#9ce35a"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="776" height="116">
<param name="movie" value="images/banner2.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<embed src="images/banner2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="776" height="116"></embed>
</object></td>
</tr>
</table>
<table width="778" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table">
<tr>
<td width="171" height="1206" valign="top" class="td"><table width="171" border="0" cellpadding="0" cellspacing="0" class="content">
<tr>
<td class="title_bg">站 内 公 告</td>
</tr>
<tr>
<td height="44" align="left">
<%set rs=Server.CreateObject("adodb.recordset")
sqltext="select * from bbs where ID=1"
rs.open sqltext,conn,1,1%>
<%=rs("bbs")%></td>
</tr>
<tr>
<td class="title_bg">会 员 登 陆</td>
</tr>
<tr>
<td height="43"><table width="157" border="0" cellspacing="0" cellpadding="0">
<form name="login" method="post" action="login.asp">
<tr>
<td width="61" height="24">用户名:</td>
<td width="96" height="24"><input onmouseover=this.focus() onfocus=this.select() size=12 style="font-size:12px;" name=uname maxlength="18"></td>
</tr>
<tr>
<td height="24">密 码:</td>
<td height="24"><input onmouseover=this.focus() onfocus=this.select() size=12 style="font-size:12px;" name=pwd type="password" maxlength="18"></td>
</tr>
<tr>
<td height="22" colspan="2">
<input type="radio" value="person" checked name="usertype">
个人
<input type="radio" name="usertype" value="company">
单位</td>
</tr>
<tr>
<td height="12" colspan="2">
<input type="button" value="登 录" name="B1" onClick="check()">
</td>
</tr>
<tr>
<td height="20" colspan="2"><a href="addnew1.asp">新用户注册</a> <a href="javascript:openwin('getpwd.asp','top=100,left=150,width=350,height=150')">我忘记密码了</a></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td class="title_bg">站 内 搜 索</td>
</tr>
<tr>
<td height="69"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name=search action=search.asp method=post target="_blank">
<tr>
<td width="39%">省份:</td>
<td width="61%"><select name="province_1">
<option value=''>请选择</option>
</select>
</td>
</tr>
<tr>
<td width="39%">城市:</td>
<td width="61%"><select name="gzdd">
<option value=''>请选择</option>
</select>
</td>
</tr>
<tr>
<td><p>类别:</p></td>
<td><select size=1 name=stype>
<option value="" selected>搜索类别</option>
<option value="company">职位搜索</option>
<option value="person">人才搜索</option>
</select></td>
</tr>
<tr>
<td>职位类型:</td>
<td><input onMouseOver=this.focus() onFocus=this.select() style="font-size:12px;" size=12 name=uname2 maxlength="18"></td>
</tr>
<tr>
<td colspan="2"><input type="button" value="搜 索" onClick="s_check()" name="button2"></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td class="title_bg">站 内 统 计</td>
</tr>
<tr>
<td height="71"><table width="100%" height="50" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="157" height="20">招聘信息:<font color="red"><%=jobnum%>条</td>
</tr>
<tr>
<td height="20">求职简历:<font color="red"><%=jlnum%>份</td>
</tr>
<tr>
<td height="20">注册用户:<font color="red"><%=r1+r2%>位</td>
</tr>
<tr>
<td height="20">站内信件:<font color="red"><%=pmailnum+cmailnum%>封</td>
</tr>
</table></td>
</tr>
<tr>
<td class="title_bg">站 内 调 查</td>
</tr>
<tr>
<td height="160"><iframe src="f/index.asp" width="170" height="160" scrolling="no" frameborder="0"></iframe></td>
</tr>
<tr>
<td height="23" class="title_bg">友 情 连 接</td>
</tr>
<tr>
<td height="101"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<%
Set rs=Server.CreateObject("ADODB.RecordSet")
rs.open "select * from friend order by time desc",conn,1,1
do while not rs.eof
%>
<tr>
<td width="147" height="20"> <a href="<%=rs("url")%>" target=_blank><%=rs("name")%></a></td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</table></td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -