?? codesearch.asp
字號:
<%@language=vbscript%>
<%
response.buffer=true
Response.Expires = 0
Response.CacheControl = "Private"
%>
<%'On Error Resume Next%>
<%const title="條碼查詢"%>
<!-- #include file=../data/username.inc-->
<!--#include file=../data/myPrg.asp-->
<!-- #include file=../data/flag.inc-->
<html>
<head>
<title><%=title%></title>
<link rel=stylesheet type=text/css href=../data/forum.css>
<meta http-equiv="Content-Type"content="text/html; charset=gb_2312-80">
<script language="JavaScript">
<!--
function input_onsubmit(directid)
{var count;
count = 0;
if(document.input1.xianhao.value == "")
{
count = count + 1;
}
if(document.input1.sia.value == "")
{
count = count + 1;
}
if (count == 2)
{
alert("請輸入箱號或者條碼!");
document.input1.sia.focus();
return false;
}
else
{
var directid = directid;
if (directid == 1)
window.location.href = "codesearch_in.asp?companyid=<%=newcompanyid%>&xianhao="+document.input1.xianhao.value+"&sia="+document.input1.sia.value;
else
window.location.href = "codesearch_out.asp?companyid=<%=newcompanyid%>&xianhao="+document.input1.xianhao.value+"&sia="+document.input1.sia.value;
}
}
// -->
</script>
</head>
<body topmargin="0" onload="javascript:document.input1.xianhao.focus();">
<%
showtitle(title)
%>
<font color=blue>
<form method="POST" name="input1">
<p align=center><font color=red>請在以下的表格中選擇相關的查詢條件</font>
<p> <table align=center border=0>
<tr>
<td nowrap> 箱號:</td>
<td><input class=smallInput type="text" name="xianhao" size="27" maxlength="50" onkeydown="javascript:if(event.keyCode==13)event.keyCode=9">
</td>
</tr>
<tr>
<td nowrap> 條碼:</td>
<td><input class=smallInput type="text" name="sia" size="27" maxlength="50" onkeydown="javascript:if(event.keyCode==13)event.keyCode=9">
</td>
</tr>
<td>
<td><br>
<input class=buttonface type=hidden name=companyid value=<%=newcompanyid%>>
<input class=buttonface type=button name=ok value="入庫查詢" onclick="javascript:input_onsubmit(1)">
<input class=buttonface type=button name=ok2 value="出庫查詢" onclick="javascript:input_onsubmit(2)">
</tr>
</table>
</form>
<!--#include file=../data/copyright.asp-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -