<%
' response.Write("dot..")
' response.End()
dim ProID, photo1,photo2, maxid , minid
ProID = int(Request.QueryString("ID"))
Minid = int(Request.QueryString("minid"))
'ProID = isnum
if minid = 0 then
minid = 132
end if
set RsList = server.CreateObject("adodb.recordset")
SqlList = "SELECT * FROM ProductList20 where MinID = "& minid &" ORDER BY ProRank, ProUpdateTime DESC "
RsList.open SqlList, objConn, 1, 1
'打开完数据库
if MinID = 0 then
colorset3 = "msyh15_green2"
else
if ProID = RsList("ProID") then
colorset3 = "msyh15_green2"
else
'response.Write(ProID)
' response.Write("ProID=")&RsList("ProID")
colorset = "msyh15_hs"
end if
end if
%>
<%
'if RsList.eof or RsList.bof then
if not(RsList.bof and RsList.eof) then
dim colorset
i = 1
do while i < 300 and not RsList.eof
if ProID = 0 then
if i = 1 then
colorset = "msyh15_green2"
else
colorset = "msyh15_hs"
end if
ProID = RsList("ProID")
else
if ProID = RsList("ProID") then
colorset = "msyh15_green2"
else
'response.Write(ProID)
' response.Write("ProID=")&RsList("ProID")
colorset = "msyh15_hs"
end if
end if
%>
&minid=<%=minid%>"><%=RsList("ProName")%>
<%
i= i + 1
RsList.movenext
loop
else
%>
数据正在上传中...
<%
end if
RsList.close
set RsList = nothing
%>
<%
set RsList = server.CreateObject("adodb.recordset")
SqlList = "SELECT * FROM ProductList20 where ProID = "&ProID&" ORDER BY ProRank, ProUpdateTime DESC "
' response.Write(sqllist)
RsList.open SqlList, objConn, 1, 1
if not(RsList.bof and RsList.eof) then
photo1 = RsList("ProImage1")
photo2 = RsList("ProImage2")
titile1 = RsList("titile")
%>
<%
else
response.Write("
数据更新中...")
end if
RsList.close
set RsList = nothing
%>
深圳市上步路国企大厦B座26C 电话:0755 - 2238 4158 传真:0755 - 2238 5058