📄 integral_jpxx_gd.asp
字号:
<!--#include file="../manager/function/conn.asp"-->
<!--#include file="../../config.asp"-->
<%
ids=request.QueryString("id")
if ids<>"" then
set oRst=server.CreateObject("adodb.recordset")
SQL="SELECT * FROM procata where pro_id="&ids&""
oRst.open sql,conn,1,1,1
cataids=orst("cata_name")
oRst.close
set oRst=nothing
set oRst=server.CreateObject("adodb.recordset")
SQL="SELECT * FROM Products where cataid='"&cataids&"'"
oRst.open sql,conn,1,1,1
if oRst.EOF AND oRst.BOF Then
Response.Write("<br><br><div class=""b-12"" align=center>暂时没有数据</div><br><br>")
Else
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=ZXLCompanyStr%></title>
<link rel="stylesheet" type="text/css" href="../../system_manage/style/comm.css" />
<link rel="stylesheet" type="text/css" href="../../system_manage/style/skin0.css" />
<style type="text/css">
<!--
.addr_line {font:bold 14px Verdana;padding:10px 0 3px 5px;margin-top:22px}
.addr_line_top {margin-top:10px}
.addr_line1 {font:bold 14px Verdana;padding:10px 0 3px 5px;margin-top:22px}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="98%" border="0" cellspacing="0" cellpadding="12" align="center">
<tr>
<td colspan="2" style="padding:0;"><div class="addr_line addr_line_top">更多奖品信息</div></td>
</tr>
</table>
<TABLE width=98% border=0 align="center" cellPadding=0 cellSpacing=3 class="b-12">
<TBODY>
<TR>
<TD colSpan=2 height=10></TD>
</TR>
<TR>
<TD width=30 height=20 align="center"><STRONG><FONT
color=#ffffff><FONT color=#ff6600 size=4><IMG
height=28 src="RLimages/my_syzx_mov_wit.gif"
width=29></FONT></FONT></STRONG></TD>
<TD vAlign=bottom width=424><STRONG><FONT
color=#ffffff><FONT color=#ff6600 size=4><%=cataids%> 积分</FONT></FONT></STRONG></TD>
</TR>
<%
do while not oRst.eof
%>
<TR>
<TD colSpan=2 height=20><font color="#FF6600"> <font color="#FF9900">●</font> </font> <a href="jpxx_qs.asp?jpid=<%=orst("proid")%>" class="b-12"><%=orst("proname")%></a><FONT
color=#999999><邮寄代号:<%=orst("postcode")%>></FONT> </TD>
</TR>
<%
oRst.movenext
loop
oRst.close
set oRst=nothing
end if
%>
<TR align=right>
<TD colSpan=2> </TD>
</TR>
<TR align=left>
<TD colSpan=2> </TD>
</TR>
</TBODY>
</TABLE>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="toolbg">
<tr>
<td align="center" nowrap class="barspace toolbgline"><a href="integral_jpxx.asp" class="b-14"><strong><font color="#666666">[返回]</font></strong></a></td>
</tr>
</table>
</body>
</html>
<%
else
Response.Write("<div class=""b-12"">参数错误,请返回重新开始。</div>")
end if
call conn_close()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -