📄 bbslogin.asp
字号:
<table border="0" cellspacing="0" cellpadding="0" width="100%" align="center" bgcolor="<%=LeftBColor%>">
<%=TTitle("left","登陆论坛")%>
<tr>
<td bgcolor="<%=LeftCColor%>" background="<%=LeftCImg%>">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<form action=../bbs/login.asp?action=chk method=POST>
<tr>
<td height="29" colspan="2" align=center>用户名:
<input type=text class="textb" name="username" size=10 onfocus=this.select() onmouseover=this.focus()>
</td>
</tr>
<tr>
<td colspan="2" align=center>密 码:
<input class="textb" type=password name="password" size=10 onfocus=this.select() onmouseover=this.focus()>
</td>
</tr>
<tr>
<td width=100% height=35 colspan=2 align=center>
<input class="submit" type=button name="reg" value="注册" onclick="javascript:window.open('../bbs/Reg.asp','_self','')">
<input class="submit" type=submit name="submit" value="登陆">
<input class="submit" type=reset name="reset" value="取消">
</td>
</tr>
</form>
<%'end if%>
</table>
</td>
</tr>
<%'=InTable("bottoml")%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -