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

📄 dl.asp

📁 宁波娱乐在线城市,丰富的内容版块
💻 ASP
字号:
<!--#include file="BBSLib.asp"-->
<%
    if Request.ServerVariables("Request_Method") = "POST" then
        Response.Cookies("NC") = Request.Form("tNC")
		Response.Cookies("NC").Expires=date+3650
		if Request.Form("tYS") = "1" then
             Response.Cookies("YS") = "1"
		else
             Response.Cookies("YS") = "0"
        end if
		Response.Cookies("YS").Expires=date+3650
		ret = Command("100|"&Mid(FilterStr(Request.Form("tNC")),1,20)&"|"&Mid(FilterStr(Request.Form("tMM")),1,10))
        if GetPart(ret,1) <> "0" then
            ShowError 0,GetPart(ret,2)
            Response.End
        end if
          
		Response.Write("<SCRIPT>window.opener.top.location.replace('main.asp');</SCRIPT>")
        Response.Write("<SCRIPT>window.close();</SCRIPT>")
        Response.End
    end if    
	
%>
<HTML>
<HEAD>
<title>登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<script>
    window.resizeTo(210,160);
    window.moveTo(screen.width/2-210/2,screen.height/2-160/2);
</script>
<style type="text/css">
<!--
.p9 {  font-family: "宋体"; font-size: 9pt}
.tab {  font-family: "宋体"; font-size: 9pt;cursor:hand;width:66px;height:22px}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--

function window_onresize() {
    window.resizeTo(210,160);
    window.moveTo(screen.width/2-210/2,screen.height/2-160/2);
}

//-->
</SCRIPT>
</HEAD>
<body style="BACKGROUND-COLOR: buttonface; BORDER: medium none; PADDING: 6px" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" LANGUAGE="javascript" onresize="return window_onresize()">
<FORM name=fDL method="POST" action="dl.asp">
<fieldset style="width:100%;height:100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="PADDING: 6px">
  <tr> 
    <td class="p9" height="40">昵 称:<input type="text" name="tNC" style="HEIGHT: 22px; WIDTH: 120px" class=p9>
    </td>
  </tr>
  <tr> 
    <td class="p9" height="40">密 码:<input type="password" name="tMM" style="HEIGHT: 22px; WIDTH: 120px" class=p9>
    </td>
  </tr>
  <tr> 
    <td class="p9" height="40"> 
      <div align="center">
         <INPUT TYPE="checkbox" NAME="tYS" VALUE="1"> 隐身 <input type="submit" name="sDL" value="登录" class=tab></div>
    </td>
  </tr>
</table>
</fieldset>
</FORM>
</body>
</HTML>

⌨️ 快捷键说明

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