⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loginscreen.asp

📁 online sales system of texttile mill was a project within which there was great opportunity for Lear
💻 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()">
		&nbsp;&nbsp;
		<input type="reset" name="Reset" value="Reset Values">
		</center>
		</td>
	</tr>
</table>
</form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -