📄 sendlog.asp
字号:
<html>
<head>
<title>登陆</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="config.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="bg01.gif">
<form name="form1" method="post" action="logsendok.asp">
<table width="230" border="0" height="181" align="center">
<tr>
<td width="43%">呢称:<br>
<font color="#FF0000">非真实姓名</font></td>
<td width="57%">
<input type="text" name="nicname">
</td>
</tr>
<tr>
<td width="43%">密码:</td>
<td width="57%">
<input type="password" name="passw">
</td>
</tr>
<tr>
<td colspan="2" height="55" valign="top">
<div align="center">
<input type="submit" name="Submit" value="登陆">
<input type="reset" name="Submit2" value="清除">
</div>
</td>
</tr>
</table>
<br>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -