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

📄 ltdl.asp

📁 宁波娱乐在线城市,丰富的内容版块
💻 ASP
字号:
<!--#include file="BBSLib.asp"-->
<%
    if Request.ServerVariables("Request_Method") = "POST" then
        Response.Cookies(Request.Cookies("NC")&"PASSWORD"&Request.QueryString("ID")) = FilterStr(Request.Form("tMM"))
        Response.Cookies(Request.Cookies("NC")&"PASSWORD"&Request.QueryString("ID")).Expires = DateAdd("M",1,Date)
        CloseWindow    
    else
        PASSWORD = Request.Cookies(Request.Cookies("NC")&"PASSWORD"&Request.QueryString("ID"))
    end if    
%>    
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<title>论坛登录</title>
<script>
window.resizeTo(250,150)
window.moveTo(screen.width/2-250/2,screen.height/2-150/2);
</script>
<style type="text/css">
<!--
.p9 {  font-family: "宋体"; font-size: 9pt}
.TButton {  font-family: "宋体"; font-size: 9pt;cursor:hand;HEIGHT: 22px; WIDTH: 66px}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
h = null;

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

function bQX_onclick() {
    window.opener.history.back();
    window.close();
}

function bQD_onclick() {
    window.opener.location.replace('ltlm.asp?ID=<%=Request.QueryString("ID")%>&MM='+fLTDL.tMM.value);
    if (fLTDL.cBCMM.checked) {
        fLTDL.submit(); 
    }
    else  window.close();    
}


//-->
</SCRIPT>
</HEAD>
<body style="BACKGROUND-COLOR: buttonface; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-RIGHT: medium none; BORDER-TOP: medium none; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px" marginwidth="1" marginheight="1" leftmargin="1" topmargin="1" LANGUAGE=javascript onresize="return window_onresize()">
<form name="fLTDL" method="POST" action="ltdl.asp?ID=<%=Request.QueryString("ID")%>">
<fieldset style="HEIGHT: 80px">
<table width="100%" border="0" cellspacing="2" cellpadding="2" height=80%>
    <td rowspan="2" width="17%" align="middle" valign="center"><IMG height=32 src="images/dl.GIF" width=32></td>
    <td width="83%" class="p9" height=15 style="PADDING-TOP: 10px" >论坛密码: 
      <input type="password" name="tMM" size="10" value="<%=PASSWORD%>" style="HEIGHT: 20px; WIDTH: 100px">
        </td>
  </tr>
  <tr> 
    <td width="80%" class="p9" height=15>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="checkbox" name="cBCMM" value="1">
      保存密码 </td>
  </tr>
</table>
</fieldset>
<table width=100%>
<tr>
<td align=center height=30>
  <input type="button" name="bQD" value="确定" class=TButton LANGUAGE=javascript onclick="return bQD_onclick()">
  <input type="button" name="bQX" value="取消" class=TButton LANGUAGE=javascript onclick="return bQX_onclick()">
</td>
</tr>
</form>
</body>
</HTML>

⌨️ 快捷键说明

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