📄 index.asp
字号:
<!--#include file="../66hc.asp"-->
<card title="导航系统后台">
<p>
<%dim sjgw(21)
sjgw(0)=""
sjgw(1)="1"
sjgw(2)="2"
sjgw(3)="3"
sjgw(4)="4"
sjgw(5)="5"
sjgw(6)="6"
sjgw(7)="7"
sjgw(8)="8"
sjgw(9)="9"
sjgw(10)="10"
sjgw(11)="11"
sjgw(12)="12"
sjgw(13)="13"
sjgw(14)="14"
sjgw(15)="15"
sjgw(16)="16"
sjgw(17)="17"
sjgw(18)="18"
sjgw(19)="19"
sjgw(20)="20"
sjgw(21)="21"
Randomize
I=Int(Rnd()*21)
sjgwn=sjgw(I)
dim sjgw1(21)
sjgw1(0)=""
sjgw1(1)="1"
sjgw1(2)="2"
sjgw1(3)="3"
sjgw1(4)="4"
sjgw1(5)="5"
sjgw1(6)="6"
sjgw1(7)="7"
sjgw1(8)="8"
sjgw1(9)="9"
sjgw1(10)="10"
sjgw1(11)="11"
sjgw1(12)="12"
sjgw1(13)="13"
sjgw1(14)="14"
sjgw1(15)="15"
sjgw1(16)="16"
sjgw1(17)="17"
sjgw1(18)="18"
sjgw1(19)="19"
sjgw1(20)="20"
sjgw1(21)="21"
Randomize
I=Int(Rnd()*21)
sjgwn1=sjgw1(I)
%>
<%cw=request("cw")%>
<%if cw="100" then%>
数据库连接错误!请联系管理员<br/>
<%end if%>
<%if cw="4" then%>
账号不能为空<br/>
<%end if%>
<%if cw="5" then%>
验证码不能为空<br/>
<%end if%>
<%if cw="6" then%>
登陆密码不能为空<br/>
<%end if%>
<%if cw="1" then%>
账号错误<br/>
<%end if%>
<%if cw="2" then%>
密码错误<br/>
<%end if%>
<%if cw="3" then%>
验证码错误<br/>
<%end if%>
站长登陆<br/>
-------------<br/>
管理账号<br/>
<input name="name" title="管理账号:" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
管理密码<br/>
<input name="dlmm" title="管理密码:" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
验证码:<%=sjgwn%><%=sjgwn1%><br/>
<input name="dlyz" title="验证码:" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
<anchor title="确定">[-登陆-]
<go href="0000.asp" method="post" accept-charset='utf-8'>
<postfield name="name1" value="$(name)"/>
<postfield name="dlmm1" value="$(dlmm)"/>
<postfield name="dlyz1" value="$(dlyz)"/>
<postfield name="dlyzg" value="<%=clng(sjgwn+sjgwn1)%>"/>
</go>
</anchor>
<!--#include file="bq.gif"-->
</p>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -