?? loginscreen.asp
字號:
<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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -