<%
id=trim(request("id"))
lx=trim(request("lx"))
if lx="" then lx=1
if id<>"" then
set rs = Server.CreateObject("ADODB.RecordSet"):rs.cursorlocation=3
rs.Open "select * from [XsProMB] where ID="&ID&" order by id desc",conn,1,1
if rs.recordcount<>0 then
title=rs("title")
eprolistMB=rs("prolistMB")
eproviewMB=rs("proviewMB")
eProPageSL=rs("ProPageSL")
eprolistys=rs("prolistys")
eProTitleZS=rs("ProTitleZS")
eProPICW=rs("ProPICW")
eProPICH=rs("ProPICH")
end if
rs.close:set rs=nothing
conn.close:set conn=nothing
else
'属于新的情况时,则默认值
eProPageSL=20
end if
%>
返回产品模版列表