28,406
社区成员
发帖
与我相关
我的任务
分享
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/conn.asp" -->
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request.Form("txtshouceID") <> "") Then
Recordset1__MMColParam = Request.Form("txtshouceID")
End If
%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_conn_STRING
Recordset1.Source = "SELECT * FROM 通关手册 WHERE 手册编号 = '" + Replace(Recordset1__MMColParam, "'", "''") + "'"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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">
<!--
.STYLE2 {font-size: 12px}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>
<body>
<table width="729" height="40" border="1" align="center">
<tr>
<td height="17"><div align="center" class="STYLE2">手册编号</div></td>
<td><div align="center" class="STYLE2">申报日期</div></td>
<td><div align="center" class="STYLE2">有效日期</div></td>
<td><div align="center" class="STYLE2">企业内部编号</div></td>
<td><div align="center">经营单位</div></td>
<td><div align="center">加工单位</div></td>
</tr>
<tr>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("手册编号").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("申报日期").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("有效日期").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("企业内部编号").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("经营单位").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("加工单位").Value)%></td>
</tr>
</table>
<td colspan="4"><div align="center">
<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>
找不到相关信息
<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>
</div>
<div align="center">
<form id="form1" name="form1" method="post" action="">
<input name="txtshouceID" type="text" id="txtshouceID" />
<input type="submit" name="Submit" value="查询" />
</form>
</div>
</body>
</html>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>
<body>
<table width="729" height="40" border="1" align="center">
<%
If Recordset1.EOF and Recordset1.BOF Then
response.write"<tr><td colspan=10>找不到相关信息d></tr></table>"
Recordset1.Close()
Set Recordset1 = Nothing
response.end
End If
%>
<tr>
<td height="17"><div align="center" class="STYLE2">手册编号</div></td>
<td><div align="center" class="STYLE2">申报日期</div></td>
<td><div align="center" class="STYLE2">有效日期</div></td>
<td><div align="center" class="STYLE2">企业内部编号</div></td>
<td><div align="center">经营单位</div></td>
<td><div align="center">加工单位</div></td>
</tr>
<tr>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("手册编号").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("申报日期").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("有效日期").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("企业内部编号").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("经营单位").Value)%></td>
<td><span class="STYLE2"></span><%=(Recordset1.Fields.Item("加工单位").Value)%></td>
</tr>
</table>
<td colspan="4">
<div align="center">
<form id="form1" name="form1" method="post" action="">
<input name="txtshouceID" type="text" id="txtshouceID" />
<input type="submit" name="Submit" value="查询" />
</form>
</div>
</body>
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/conn.asp" -->
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request.Form("txtshouceID") <> "") Then
Recordset1__MMColParam = Request.Form("txtshouceID")
End If
%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_conn_STRING
Recordset1.Source = "SELECT * FROM 通关手册 WHERE 手册编号 = '" + Replace(Recordset1__MMColParam, "'", "''") + "'"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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 {font-size: 12px}
.STYLE2 { font-family: "楷体_GB2312";
font-size: 36px;
}
-->
</style>
</head>
<body>
<p align="center"><span class="STYLE2"><strong> 通关手册</strong><strong> 查询</strong></span></p>
<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>
<table width="716" height="40" border="1" align="center" bordercolor="#3399FF">
<tr>
<td><div align="center" class="STYLE1">手册编号</div></td>
<td><div align="center" class="STYLE1">申报日期</div></td>
<td><div align="center" class="STYLE1">有效日期</div></td>
<td><div align="center" class="STYLE1">企业内部编号</div></td>
<td><div align="center" class="STYLE1">加工单位</div></td>
<td><div align="center" class="STYLE1">经营单位</div></td>
</tr>
<tr>
<td><div align="center" class="STYLE1"><%=(Recordset1.Fields.Item("手册编号").Value)%></div></td>
<td><div align="center" class="STYLE1"><%=(Recordset1.Fields.Item("申报日期").Value)%></div></td>
<td><div align="center" class="STYLE1"><%=(Recordset1.Fields.Item("有效日期").Value)%></div></td>
<td><div align="center" class="STYLE1"><%=(Recordset1.Fields.Item("企业内部编号").Value)%></div></td>
<td><div align="center" class="STYLE1"><%=(Recordset1.Fields.Item("经营单位").Value)%></div></td>
<td><div align="center" class="STYLE1"><%=(Recordset1.Fields.Item("加工单位").Value)%></div></td>
</tr>
</table>
<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>
<div align="center">
<% If Recordset1.EOF And Recordset1.BOF Then %>
<p class="STYLE1">找不到相关记录 </p>
<% End If ' end Recordset1.EOF And Recordset1.BOF %>
</div>
<form id="form1" name="form1" method="post" action="">
<div align="center">
<p><span class="STYLE1">手 册 编 号 :
<input name="txtshouceID" type="text" id="txtshouceID" />
</span> <br />
<input type="submit" name="Submit" value="查询" />
</p>
</div>
</form>
<p align="center"> </p>
</body>
</html>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>