?? outward_edit_search.asp
字號:
<%@language=vbscript%>
<% 'response.buffer=true %>
<%'On Error Resume Next%>
<%const title="派送通知修改"%>
<!-- #include file=../data/username.inc-->
<!--#include file=../data/myPrg.asp-->
<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(suboff)
{
if (document.hamier.b.value == "")
{
alert("查詢條件不得為空,請輸入!")
document.hamier.b.focus();
return false;
}
else
{
document.hamier.action = 'outward_edit_search_action.asp';
document.hamier.submit();
return true;
}
}
//-->
</script>
</head>
<body topmargin="0" onload ="javascript:hamier.b.focus()">
<%
newcompanyid = request("companyid")
showtitle(title)
%>
<form method="POST" name="hamier">
<p align=center><font color=red>請輸入要修改的委托單號SRA</font>
<p> <table align=center border=0>
<tr>
<td nowrap>委托單號SRA:</td>
<td> <input class=smallInput type="text" name="b" size="15" maxlength="30" onkeydown="javascript:if(event.keyCode==13) onsubmit=input_onsubmit(1);">
</td>
</tr>
<tr>
<td>
<td><br>
<input type=hidden name=companyid value="<%=newcompanyid%>">
<input class=buttonface type=button onclick="javascript:input_onsubmit(1);" name=ok value=" 查 詢 ">
</tr>
</table>
</form>
<!--#include file=../data/copyright.asp-->
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -