|
<%
set rs=conn.execute("select * from emailorder where gsid="&session("id")&"")
if rs.eof or rs.bof then
response.redirect("../../login/chklogin?login=4")
else
%>
| 序号 |
我感兴趣的产品 |
我订阅的信息类型 |
删除 |
<%
orderbuy=rs("buyorder")
if orderbuy<>"" then
if instr(orderbuy,",")>0 then
Arrob=split(orderbuy,",")
for i=0 to ubound(Arrob)
%>
| <%=i+1%> |
<%=Arrob(i)%> |
求购 |
 |
<%
next
j=i
else
%>
| 1 |
<%=orderbuy%> |
求购 |
 |
<%
end if
end if
%>
<%
ordersale=rs("saleorder")
if ordersale<>"" then
if instr(ordersale,",")>0 then
Arros=split(ordersale,",")
for i=0 to ubound(Arros)
%>
|
<%
if orderbuy<>"" then
if instr(orderbuy,",")>0 then
response.write j+i+1
else
response.write j+i+2
end if
else
response.write i+1
end if
%>
|
<%=Arros(i)%> |
供应 |
 |
<%
next
else
%>
|
<%
if orderbuy<>"" then
if instr(orderbuy,",")>0 then
response.write j+1
else
response.write"2"
end if
else
response.write"1"
end if
%>
|
<%=ordersale%> |
供应 |
 |
<%
end if
end if
%>
<%
end if
%>
|
订阅指南:即日起,我们会在第一时间内把您订阅的供求速配信息发送到您的邮箱。如果发现接收不正常或者有其他的建议,请立即和我们联系!
| |
|
|