loginscreen.asp
来自「online sales system of texttile mill was」· ASP 代码 · 共 27 行
ASP
27 行
<table border="0">
<tr>
<td><h3><font face="verdana, arial" color="darkblue">Login Your Account</font></h3></td>
</tr>
</table>
<hr color="black" noshade>
<form name="FrmLogin" method="post" action="LoginProcess.asp">
<table border="0">
<tr>
<td class="SimpleText">Username:</td>
<td><input type="text" name="TxtUsername"></td>
</tr>
<tr>
<td class="SimpleText">Password:</td>
<td><input type="password" name="TxtPassword"></td>
</tr>
<tr>
<td colspan="2">
<center>
<input type="submit" name="Submit" value="Login" onclick="return CheckLogin()">
<input type="reset" name="Reset" value="Reset Values">
</center>
</td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?