📄 userlogin.htm
字号:
document.writeln('<table align="center" width="98%" border="0" cellspacing="0" cellpadding="0">');
document.writeln(' <form name="myform" action="http://www.72edu.com/User/CheckUserLogin.asp" method="post" target="_parent">');
document.writeln(' <tr>');
document.writeln(' <td height="25">用户名:');
document.writeln(' <input name="Username" type="text" class="textbox" id="Username" size="15" /></td>');
document.writeln(' </tr>');
document.writeln(' <tr>');
document.writeln(' <td height="25">密 码:');
document.writeln(' <input name="Password" type="password" class="textbox" id="Password" size="16" /></td>');
document.writeln(' </tr>');
document.writeln(' <tr>');
document.writeln(' <td height="25">验证码:')
document.writeln(' <input name="Verifycode" type="text" class="textbox" id="Verifycode" size="6" />')
document.writeln('<IMG style="cursor:hand" src="http://www.72edu.com/KS_Inc/verifycode.asp?n=49216.7" onClick="this.src=this.src;" align="absmiddle">');
document.writeln(' </td>');
document.writeln(' </tr>');
document.writeln(' <tr>');
document.writeln(' <td height="25"><div align="center"><a href="http://www.72edu.com/User/?comeurl=GetPass.asp">忘记密码</a> <a href="http://www.72edu.com/User/UserReg.asp" target="_parent">新会员注册</a> </div></td>');
document.writeln(' </tr>');
document.writeln(' <tr>');
document.writeln(' <td height="25"><div align="center">');
document.writeln(' <input type="submit" name="Submit" class="inputButton" value="登录" />');
document.writeln(' <input name="ExpiresDate" type="checkbox" id="ExpiresDate" value="checkbox" />');
document.writeln('永久登录</div></td>');
document.writeln(' </tr>');
document.writeln(' </form>');
document.writeln('</table>');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -