


<%
set rs=myconn.execute("select SortID,GoldInfo,GoldDisplay,ItemInfo,ItemDisplay,PowerInfo,PowerDisplay,SelltousInfo,SelltousDisplay,IntroductionInfo,IntroductionDisplay,KeyWordLinkInfo,KeyWordLinkDisplay,AutoID from SellInfoTb where GameName='"&GameName&"'")
if not rs.eof then
if rs("GoldDisplay")=1 then
response.Write ""
response.Write ""
end if
if rs("ItemDisplay")=1 then
response.Write ""
response.Write ""
end if
if rs("PowerDisplay")=1 then
response.Write ""
response.Write ""
end if
%>

