⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 friend.asp

📁 直接附加数据库! 修改 Include/ Class_Main.asp 为自己信息 后台admin admin 绍兴人才网程序
💻 ASP
字号:
<!--#include file="../Include/Class_Conn.asp" -->
<!--#include file="../Include/Class_Main.asp" -->

<% 
Dim Param,ErroStr

 %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../Css/Style.css" type=text/css rel=stylesheet>
<title><%= Cls_WebName %> -- 合作伙伴</title>
</head>
<SCRIPT language=JavaScript src="../js/funlib.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/ua.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/ftiens4.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/persontreeviewnodes.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/areacityselector.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/joball.js"></SCRIPT>
<script language="JavaScript">
 function login_check()
 {

 if (document.login.username.value==""){
  alert("-请输入用户名-");
  document.login.username.focus();
  return false;
 }
  if (document.login.password.value==""){
  alert("-请输入登陆密码-");
  document.login.password.focus();
  return false;
 }
 }
 function search_check(){
 if (document.theForm.key.value=="请输入职位/姓名关键字"){
  alert("-请输入职位/姓名关键字-");
  document.theForm.key.focus();
  return false;
 }
 }
</script>

<body>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td>
      <!--#include file="../Include/Header.asp" -->
      <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
        <tr> 
          <td height="4"></td>
        </tr>
        <tr> 
          <td height="1" bgcolor="#eeeeee"></td>
        </tr>
      </table>
      <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
        <tr> 
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="182" valign="top" bgcolor="f3f3f3"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="28" background="../Images/titlebg.gif"><img src="../Images/Person/point_title3.gif" width="22" height="22" align="absmiddle"> 
                        <font color="#FFFFFF"><strong>会员登录</strong></font> </td>
                    </tr>
                    <tr> 
                      <td height="100" valign="top">
                        <!--#include file="../Public/Com_MemberSession.asp" -->
                      </td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="5"></td>
                    </tr>
                    <tr> 
                      <td height="28" background="../Images/titlebg.gif"><img src="../Images/Person/point_title3.gif" width="22" height="22" align="absmiddle"> 
                        <font color="#FFFFFF"><strong>英才搜索</strong></font> </td>
                    </tr>
                    <tr> 
                      <td height="100" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <form action="../Person/Per_Search_Base.asp" method="post" target="_blank" name="theForm" onSubmit="return search_check()">
                            <tr> 
                              <td height="5" align="center"></td>
                            </tr>
                            <tr> 
                              <td height="25" align="center"><select style="width:140px;"  id=select2 
                  name=slt_category>
                                </select></td>
                            </tr>
                            <tr> 
                              <td height="25" align="center"><select style="width:140px;"  id=select3 
                  name=slt_subcategory>
                                </select></td>
                            </tr>
                            <tr> 
                              <td height="25" align="center"><select  style="width:140px;" id=slt_workplacearea 
                  name=slt_workplacearea>
                                </select></td>
                            </tr>
                            <tr> 
                              <td height="25" align="center"><select style="width:140px;" id=select 
                  name=slt_workplacecity>
                                </select></td>
                            </tr>
                            <tr> 
                              <td height="25" align="center"> <select style="width:140px;"  name=publishdate>
                                  <option value=1>近一天</option>
                                  <option value=2>近二天</option>
                                  <option value=3>近三天</option>
                                  <option value=7>近一周</option>
                                  <option value=14>近两周</option>
                                  <option value=30>近一月</option>
                                  <option value=60>近两月</option>
                                  <option value=90>近三月</option>
                                </select></td>
                            </tr>
                            <tr> 
                              <td height="25" align="center"><input 
                  name=key style="width:140px;"  id=txt_keyword2 size="16" maxlength=50 value="请输入职位/姓名关键字" onClick="this.value='';"></td>
                            </tr>
                            <tr> 
                              <td height="25" align="center"><input name="keyclass" type="radio" value="1" checked>
                                职位 
                                <input type="radio" name="keyclass" value="0">
                                姓名</td>
                            </tr>
                            <tr> 
                              <td height="25" align="center"><input type="submit" name="Submit3" value=" 开 始 搜 索 "> 
                                <SCRIPT language=JavaScript>
  var objJobCPSelector, objJobCCSelector, objAreaSelector, objCitySelector

  objAreaSelector = new PlaceAssociateList(document.theForm.slt_workplacearea, null, document.theForm.slt_workplacecity, ALOptions);
  objAreaSelector.addedOptions   = new Array("不限-|工作省份不限");
  objAreaSelector.init();
  objCitySelector = new PlaceAssociateList(document.theForm.slt_workplacecity, document.theForm.slt_workplacearea, null, CLOptions);
  objCitySelector.incPValue = true;
  objCitySelector.incPValueFormat = "%PText%-不限"
  objCitySelector.addedOptions   = new Array("不限-不限|工作城市不限");
  objCitySelector.init();
  
  objJobCPSelector = new JobCategoryAssociateList(document.theForm.slt_category, null, document.theForm.slt_subcategory, PCLOptions);
  objJobCPSelector.addedOptions   = new Array("0-|意向职位类别不限");
  objJobCPSelector.init();
  objJobCCSelector = new JobCategoryAssociateList(document.theForm.slt_subcategory, document.theForm.slt_category, null, CCLOptions);
  objJobCCSelector.incPValue = true;
  objJobCCSelector.incPValueFormat = "%PText%-不限"
  objJobCCSelector.addedOptions   = new Array("0-0|不限");
  objJobCCSelector.init();  
                    </SCRIPT></td>
                            </tr>
                          </form>
                        </table></td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="5"></td>
                    </tr>
                  </table>
                  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td height="5"></td>
                    </tr>
                    <tr> 
                      <td height="28" background="../Images/titlebg.gif"><img src="../Images/Person/point_title3.gif" width="22" height="22" align="absmiddle"> 
                        <font color="#FFFFFF"><strong>网站调查</strong></font> </td>
                    </tr>
                    <tr> 
                      <td height="100" valign="top"> 
                        <%
'****---------投票--------
	SQL="SELECT ID,TITLE,VOTETEXT,TYPE FROM pH_Vote WHERE Lock=0"
	Set Rs1=Conn.Execute(SQL)
	If Not Rs1.Eof And Not Rs1.Bof Then ds4=Rs1.getrows()
	Rs1.Close()			
	for i=0 to ubound(ds4,2)
	Response.Write CreateVote(ds4(0,i),ds4(1,i),ds4(2,i),ds4(3,i))
	next
	%>
                      </td>
                    </tr>
                </table></td>
                <td width="5">&nbsp;</td>
                <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="25" background="../Images/Person/newqy01.gif"> 
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td width="23">&nbsp;</td>
                            <td><strong>合作伙伴</strong> -- 图片</td>
                            <td width="80">&nbsp;</td>
                          </tr>
                        </table></td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td>&nbsp;</td>
                    </tr>
                  </table>
                  <table width="100%"  border="0" align="center" cellpadding="0" cellspacing="5">
                    <tr> 
                      <%
		  
  Set Rs = Conn.Execute("Select LinkName,LinkUrl,LinkImgPath From [pH_FriendLink] Where State=1 And Style=1 And Class=0 And Websub='"&Cls_Websub&"' Order By ordernum Asc")
  if not rs.eof then
  j=0
  do while not rs.eof%>
                      <td height="15" align="left">
<div align="center"><a href="<%=rs("LinkUrl")%>" target="_blank"><img src="../UpLoadFiles/Logo/<%= Rs("LinkImgPath") %>" border="0" alt="<%= Rs("LinkName") %>"></a></div></td>
                      <%rs.movenext
j=j+1
if j mod 5 = 0 and not rs.eof then
response.write "</tr><tr>"
end if
loop
end if
rs.close%>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="25" background="../Images/Person/newqy01.gif"> 
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td width="23">&nbsp;</td>
                            <td><strong>合作伙伴</strong> -- 文字</td>
                            <td width="80">&nbsp;</td>
                          </tr>
                        </table></td>
                    </tr>
                  </table>
                  <table width="100%"  border="0" align="center" cellpadding="0" cellspacing="5">
              
              <tr> 
<%
		  
  Set Rs = Conn.Execute("Select LinkName,LinkUrl From [pH_FriendLink] Where State=1 And Style=0 And Class=0 And Websub='"&Cls_Websub&"' Order By ordernum Asc")
  if not rs.eof then
  j=0
  do while not rs.eof %>
                <td height="15"><div align="center"><a href="<%=rs("LinkUrl")%>" target="_blank"><%=rs("LinkName")%></a></div></td>
                <%rs.movenext
j=j+1
if j mod 5 = 0 and not rs.eof then
response.write "</tr><tr>"
end if
loop
end if
rs.close%>
              </tr>
            </table>
                  
                </td>
              </tr>
            </table>
            <!--#include file="../Include/Footer.asp" -->
          </td>
        </tr>
      </table>
      <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="1" bgcolor="#eeeeee"></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -