?? ddcx_form.asp
字號:
<%
if session("cjuser")="" and session("pwdd")="" then
response.write"<SCRIPT language=JavaScript>alert('你沒有登錄,無權進入!');"
response.write"this.location.href='error.htm';</SCRIPT>"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>按序列號快速查詢</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="150">
<form method="POST" action="search_ck_ddxx.asp" >
<p align="center"> </p>
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0" class="bordbg" >
<tr>
<td height="40" align="center" valign="middle"><br>
<p style="font-size: 9pt">訂單號:
<input type="text" name="ddh" size="30">
<input type="submit" value="提 交" name="B1">
</p></td>
</tr>
</table>
<p align="center"><span style="font-size: 9pt"> </span> <br>
</p>
<p align="center"> </p>
<p align="center"> </p>
</form>
<p align="center"> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -