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

📄 membersession.asp

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

<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
  <% If IsArray(Session("Person")) Then %>
  <tr align="center">
      
    <td height="27" colspan="2">『 <Font color="#ff0000"><u><%= Session("Person")(0) %></u></Font> 
      』您是:<font color="#FF0000">个人会员</font></td>
    </tr>
    <tr align="center">
      
    <td height="27" colspan="2">欢迎使用<%= Cls_WebName %></td>
    </tr>
    <tr align="center">
      
    <td height="27" colspan="2"><a href="../Person/Per_Logout.asp"><u>退出</u></a> <a href="../Person/User_Center.asp"><u>进入个人专区</u></a></td>
    </tr>
 <% ElseIf IsArray(Session("Company")) Then %> 
    <tr align="center">
      
    <td height="27" colspan="2">『 <Font color="#ff0000"><u><%= Session("Company")(0) %></u></Font> 
      』您是:<font color="#FF0000">企业会员</font></td>
    </tr>
    <tr align="center">
      <td height="27" colspan="2">欢迎使用<%= Cls_WebName %></td>
    </tr>
    <tr align="center">
      
    <td height="27" colspan="2"><a href="../Company/Com_Logout.asp"><u>退出</u></a> <a href="../Company/User_Center.asp"><u>进入企业专区</u></a></td>
    </tr>
 <% ElseIf IsArray(Session("School")) Then %> 
    <tr align="center">
      
    <td height="27" colspan="2">『 <Font color="#ff0000"><u><%= Session("School")(0) %></u></Font> 
      』您是:<font color="#FF0000">院校会员</font></td>
    </tr>
    <tr align="center">
      <td height="27" colspan="2">欢迎使用<%= Cls_WebName %></td>
    </tr>
    <tr align="center">
      
    <td height="27" colspan="2"><a href="../School/Sch_Logout.asp"><u>退出</u></a> <a href="../School/User_Center.asp"><u>进入院校专区</u></a></td>
    </tr>
 <% ElseIf IsArray(Session("Educate")) Then %> 
    <tr align="center">
      
    <td height="27" colspan="2">『 <Font color="#ff0000"><u><%= Session("Educate")(0) %></u></Font> 
      』您是:<font color="#FF0000">培训会员</font></td>
    </tr>
    <tr align="center">
      <td height="27" colspan="2">欢迎使用<%= Cls_WebName %></td>
    </tr>
    <tr align="center">
    <td height="27" colspan="2"><a href="../Educate/Sch_Logout.asp"><u>退出</u></a> <a href="../Educate/User_Center.asp"><u>进入培训专区</u></a></td>
    </tr>
</table>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <% 
Else
%>
  <form name="login" method="post" action="../Public/login.asp"  onSubmit="return login_check();">
    <tr> 
      <td> 
        <table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
          <tr> 
            <td  height="30" >用户名: 
              <input name="username" type="text" class="input0" size="16" style="width:120px;">
            </td>
          </tr>
          <tr> 
            <td height="30" >密 码: 
              <input name="password" type="password" class="input0" size="16" style="width:120px;">
            </td>
          </tr>
          <tr> 
            <td height="30" >类 型: 
              <select name="usertype" style="width:120px;">
                <option value="person" selected>--个人会员--</option>
                <option value="company">--企业会员--</option>
                <option value="school">--院校会员--</option>
                <option value="educate">--培训机构--</option>
              </select>
            </td>
          </tr>
        </table>
      </td>
      <td width="25%"> 
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td height="50" align="center"> 
              <input name="imageField2" type="image" src="../Images/jobcn_login.gif" width="44" height="44" border="0">
            </td>
          </tr>
          <tr> 
            <td height="35" align="center"><a href="../Public/Register.asp"><img src="../Images/Reg.jpg" width="44" height="30" border="0"></a></td>
          </tr>
        </table>
      </td>
    </tr>
  </form>
</table>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="25"><img src="../Images/icon3.gif" width="12" height="16"><a href="../Public/Register.asp"><font color="#666666"> 
      免费注册</font></a> <img src="../Images/icon3.gif" width="12" height="16"><font color="#666666"> 
      忘记密码</font> <img src="../Images/icon3.gif" width="12" height="16"><a href="../Public/News.asp?Param=5" target="_blank"><font color="#666666"> 
      操作帮助</font></a> </td>
  </tr>
  <% 
End if
%>
</table>

⌨️ 快捷键说明

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