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

📄 login.inc

📁 971音乐站全站程序
💻 INC
字号:

      <table width="99%" border="0" align="center" cellpadding="3" cellspacing="0">
<%If session("PassWord")="" or session("UserName")="" or session("PassWord")=null or session("UserName")=null Then%>
	<form method="post" action="user_login.asp" name="form1">
	<tr> 
      <td width="28%" height="25">用户名</td>
          
      <td width="72%" height="25"> 
        <input name="UserName" type="text" size="14" style="background-color: #FFFFFF; border: 1 solid #000000">
      </td>
        </tr>
        
    <tr> 
      <td height="25">密&nbsp; 码</td>                 
          
      <td height="25"> 
        <input name="Userpass" type="password" size="14" style="background-color: #FFFFFF; border: 1 solid #000000">
      </td>
        </tr>
        
    <tr> 
      <td height="25" colspan="2"> 
        <div align="center">
<input type="image" value="按钮" name="B3" src="images/login.gif" width="62" height="23"> 
              <a href="#" onclick='window.open("user_reg.asp","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=380,height=280");'><img src="images/reg.gif" width="62" height="23" border=0 alt="注册新用户"></a> </div></td>
        </tr>
	</form>
<%Else%>
	
  <tr> 
    <td height="1" align="center"> <br>
      欢迎您: <%Response.Write (session("TrueName")&" "&session("sex"))%></td>
	</tr>
	
  <tr> 
    <td height="30" align="center"> <a href="musicbox.asp" target="_blank">查看音乐盒</a>&nbsp;(<a href="#" onclick='window.open("user_help.htm","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=370,height=300");'>帮助</a>)</td>
	</tr>
	
  <tr> 
    <td height="30" align="center"> <a href="#" onclick='window.open("user_mod.asp","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=380,height=280");'><img src="images/ly8.gif" width="45" height="20" border=0 alt="修改您的资料"></a>&nbsp; 
      <a href="user_logout.asp"><img src="images/ly7.gif" width="45" height="20" border=0 alt="退出/重登陆"></a></td>
	</tr>
<%End IF%>
      </table>

⌨️ 快捷键说明

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