?? index.asp
字號:
<%@ Language=VBScript %>
<%
Response.Buffer=true
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../reg/images/css.css" type="text/css">
<body bgcolor="#FFFFFF">
<%
sel=Request.QueryString ("sel")
if sel="" then sel=1
if sel>3 then
if session("admin_login")="" then
msg="您未登陸或系統(tǒng)超時!請返回重新登陸!"
Response.Write "<script language=JavaScript>{alert('"&msg&"');this.location.href='index.asp';}</script>"
Response.End
end if
end if
connstr=Application("domain_database")
select case sel
case 1
%>
<form name="form1" method="post" action="index.asp?sel=2">
<table width="400" border="1" align="center" cellpadding="4" cellspacing="0" style="border-collapse: collapse">
<tr align="center" bgcolor="#FF9933">
<td colspan="3"><font color="#FFFFFF"><>信陽在線免費二級域名管理系統(tǒng)1.0測試版<></font></td>
</tr>
<tr>
<td>超管賬號:</td>
<td>
<input type="text" name="username" size="10" maxlength="10">
</td>
<td>請?zhí)钊肽馁~號</td>
</tr>
<tr>
<td>超管密碼:</td>
<td>
<input type="password" name="password" size="10" maxlength="10">
</td>
<td>請?zhí)钊肽拿艽a</td>
</tr>
<tr align="center">
<td colspan="3">
<input type="submit" name="Submit" value="提交">
<input type="button" name="Submit2" value="按鈕">
</td>
</tr>
</table>
</form>
<%
case 2
username=trim(Request.Form ("username"))
password=trim(Request.Form ("password"))
username=CStr(Replace(username,chr(13)&chr(10),""))
if server.HTMLEncode(username)<>username or InStr(username,"【")<>0 or InStr(username,"】")<>0 or InStr(username," ")<>0 or InStr(username," ")<>0 or InStr(username,"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -