 |
 |
|
 |
|
<% '遊戲頻道內容
sql_gamech2 = "SELECT AutoID, GameType, GamePic, Subject, Subject2, IDLink FROM Index_Game_Ch WHERE IsShowBilling = 'y' AND GameType >= 0 ORDER BY AutoID"
Set rs_gamech2 = conn.Execute( sql_gamech2 )
if not(rs_gamech2.bof and rs_gamech2.eof) then
%>
<%While Not rs_gamech2.EOF
select case rs_gamech2("GameType")
case 0
case 1
GameType="game_icon_new.gif"
case 2
GameType="game_icon_update.gif"
case 3
GameType="game_icon_gshop.gif"
case 4
GameType="game_icon_cb.gif"
case 5
GameType="game_icon_ob.gif"
end select
%>
- ');return document.MM_returnValue" onmouseover="this.className='li_over'" onmouseout="this.className='li_out'"><%=reqdata2(rs_gamech2("Subject"))%><%if rs_gamech2("GameType") <> 0 then%>
<%end if%>
<%
'=rs_gamech2("Link")
rs_gamech2.MoveNext
Wend
end if
rs_gamech2.Close
Set rs_gamech2 = Nothing
%>
|
|
|
 |
|