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

📄 lianluo.asp

📁 大型人才程序网站程序
💻 ASP
字号:
<% Response.Buffer=true %>
<!--#include file="../inc/dbconn1.inc"-->
<%mcs1=request("mcs")
zws1=request("zpzws")
ids1=request("ids")
%>
<%if session("cuid")<>"" then 
uname=session("cuid")
response.Redirect "grjl.asp?idsx="&ids1&"&namex="&uname&""
else%>


<html>
<head>
<title>联络求职者</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>TABLE {
	FONT-SIZE: 9pt; LINE-HEIGHT: 12pt
}
.bord {
	BACKGROUND: #ffffff; BORDER-BOTTOM: rgb(238,238,238) 1px solid; BORDER-LEFT: rgb(128,128,128) 1px solid; BORDER-RIGHT: rgb(238,238,238) 1px solid; BORDER-TOP: rgb(128,128,128) 1px solid; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; FONT-WEIGHT: normal
}</style>
</head>
<SCRIPT language=JavaScript>
<!--
function check()
{
    if (loginx.unames.value=="") 
		alert("请输入用户名!");
	else if (loginx.pwds.value=="") 
		alert("请输入登录密码!");
	else
		loginx.submit();
}
// --></SCRIPT>
<body bgcolor="#FFFFFF">
<p> </p>
<p> </p>
<table border="0" cellpadding="3" cellspacing="1" width="350" align="center" bgcolor="#000000">
  <tr align="center" bgcolor="#d5c88a"> 
    <td height=20 colspan="2"> 
      <div align="center"><b>联系求职者</b></div>
    </td>
  </tr>
  <form name=loginx action=loginx.asp method=post>
    <input type="hidden" name="mcs" value=<%=mcs1%>>
    <input type="hidden" name="zws" value=<%=zws1%>>
    <input type="hidden" name="ids" value=<%=ids1%>>
    <tr bgcolor="#FFFFFF"> 
      <td valign="middle" height="25" align="center" bgcolor="#d5c88a" width="123">用户名</td>
      <td valign="middle" height="25" width="210"> 
        <p align="center">  
          <input type="text" name="unames" size="20" maxlength="20" style="font-family: 宋体; font-size: 9pt; background-color: #ffffff; color: #00006A">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td valign="middle" height="25" align="center" bgcolor="#d5c88a" width="123">密  
        码</td>
      <td valign="middle" height="25" width="210"> 
        <p align="center">
          <input type="password" name="pwds" maxlength="20" size="20" style="font-family: 宋体; font-size: 9pt; background-color: #ffffff; color: #00006A">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td valign="middle" height="25" colspan="2"> 
        <p align="center">
          <input type="button" value=确定 name="B1" style="position: relative; color: #000000; font-family: 宋体; font-size: 10pt; height: 21; width: 70" onClick="check()">
      </td>
    </tr>
  </form>
  <tr bgcolor="#FFFFFF"> 
    <td valign="middle" height="21" colspan="2"> 
      <p align="center"><a href="../addnew.asp" style="font-size: 10pt" class="sbtxt" target="_blank"><u><font size="2">新用户注册</font></u></a> <font size="2"><a href="../epassword.asp" class="sbtxt" target="_blank"><u>忘记密码</u></a></font> 
    </td>
  </tr>
</table>


</body>
<%end if%>
</html>

⌨️ 快捷键说明

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