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

📄 huanshu.asp

📁 asp图书管理系统 刚刚做的 希望帮助到人
💻 ASP
字号:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>图书归还</title>
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
-->
</style>
</head>
<style>
BODY{
	font-family:verdana,arial,helvetica;
	margin:0;
}
td {
	font-family:Tahoma,Verdana, Arial;
	font-size:11px;
	border: 1px solid #CCCCCC;
}
A:link, A:active,A:visited
{
	color: #CCCCCC;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
}
A:hover
{
	color: #FF3300;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
}
</style>
<body onLoad="tiaoxingma();">
<p>&nbsp;</p>
<p>&nbsp;</p>
<form name="form1" method="post" action="huanshu1.asp">
  <table width="287" height="101" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td colspan="8" align="center" bgcolor="#003366"><span class="STYLE1">图书归还</span></td>
    </tr>
    <tr>
      <td colspan="7">条形码:</td>
      <td width="232" align="center"><input name="tiaoxingma" type="text" id="tiaoxingma"></td>
    </tr>
    <tr>
      <td colspan="8" align="center"><input type="submit" name="Submit" value="提交"></td>
    </tr>
  </table>
</form>
</body></html>
<script language="JavaScript" type="text/javascript">
function tiaoxingma(){
document.form1.tiaoxingma.focus();
document.form1.tiaoxingma.select();
}
</script>



⌨️ 快捷键说明

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