?? huanshu.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> </p>
<p> </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 + -