tjuser.asp
来自「销售系统,包括配件录入,配件销售,配件修改,设置反点条件,VIP用户网上购买等」· ASP 代码 · 共 28 行
ASP
28 行
<!--#include file="conn.asp" -->
<!--#include file="config.asp" -->
<!--#include file="sub.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>xshpj</title>
</head>
<body bgcolor="#CCCCCC">
<% call xshpasscheck()%>
<table border="0" width="100%" height="100%">
<tr>
<td valign="middle" align="center">
<form name="form1" method="post" action="">
<p>用户名:
<input type="text" name="username" style="BORDER-BOTTOM: #FFFFFF 1px double; BORDER-LEFT: 1px; BORDER-RIGHT: 0px; BACKGROUND: #efefef; COLOR: #000000" tabindex="1" >
<input type="submit" value="确定">
</p>
</form>
</td>
</tr>
</table>
<script>
onLoad=form1.username.focus();
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?