<% Response.Cookies("Login")("GameName")="12sky" GameName=Request.Cookies("Login")("GameName") %>
You are here : Home > <%=GameName%>

<%=GameName%>

<% 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 "
" response.Write ""&rs("GoldInfo")&"
" end if if rs("ItemDisplay")=1 then response.Write "" response.Write "
" response.Write ""&rs("ItemInfo")&"
" end if if rs("PowerDisplay")=1 then response.Write "" response.Write "
" response.Write ""&rs("PowerInfo")&"
" end if %>
<% if rs("SelltousDisplay")=1 then response.Write "
" response.Write "
" response.Write "
" response.Write ""&rs("SelltousInfo")&"" response.Write "
" response.Write "
" end if %>
<% if rs("IntroductionDisplay")=1 then response.Write "
" response.Write "
" response.Write "
" response.Write ""&rs("IntroductionInfo")&"
" response.Write "
" end if else response.Write "No information just now" end if %>
<% if not rs.eof then if rs("KeyWordLinkDisplay")=1 then response.Write "
"&rs("KeyWordLinkInfo")&"
" end if end if myconn.close() set myconn=nothing %>