|
|
<%
set rs = Server.CreateObject("ADODB.Recordset")
if stype=1 then
strsql="select * from job_info"
rs.Open strsql, conn, 1, 1
while not rs.eof %>
<%rs.movenext
wend
rs.close
end if
if stype=2 then
strsql="select * from gqxx_info"
rs.Open strsql, conn, 1, 1
while not rs.eof
if rs("type") =1 then
info_type="供应"
info_col="333333"
else
info_type="需求"
info_col="003399"
end if
%>
|
|
|

We have six tons
big
、medium
and small specifications of
inventory basins for sale which
contain 100%
melamine, as the pictures
shown.,
and
the price is US$1800.00/ ton

|
|
<%rs.movenext
wend
rs.close
set rs=nothing
end if
%>
|