<!--#include file="sub/conn.asp"-->
<%
username=request("username")
set rs=Server.CreateObject("ADODB.recordset")
sql="select * from love_main where username='yutongtong'"
rs.open sql,conn,1,1
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="/hompy/mini/css/mini.css">
<link href="images/mini/mini.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<table border=0 cellpadding=0 cellspacing=0>
<tr style="DISPLAY: none" colspan=5><td>
<object id=nstv classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 width=280 height=60 codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701standby=Loading Microsoft? Windows Media? Player components... type=application/x-oleobject>
<param name=URL value=<%=rs("musicid")%>>
<PARAM NAME=UIMode value=full>
<PARAM NAME=AutoStart value=-1>
<PARAM NAME=Enabled value=-1>
<PARAM NAME=enableContextMenu value=0>
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value>
<param name="playCount" value="100">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="-1">
<param name="baseURL" value>
<param name="volume" value="50">
<param name="mute" value="0">
<param name="stretchToFit" value="0">
<param name="windowlessVideo" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value>
<param name="SAMILang" value>
<param name="SAMIFilename" value>
<param name="captioningID" value>
<param name="enableErrorDialogs" value="0">
</object>
<input type="hidden" name="load_ck" value="0">
<input type="hidden" name="load_ck2" value="0">
</td></tr>
<tr>
<td width=17 height=17 background=images/bgm_00.gif></td>
<td width=134 height=17 background=images/bgm_01.gif><marquee direction="left" scrollamount=2><Div id="song_nm"><font color=white><b><%=rs("mcname")%></b></font>
</Div></marquee></td>
<td width=3 height=17></td>
<td width=22 height=17><a href="#" onClick="javascript:play();return false"><img src=images/bgm_03.gif border=0></a></td>
<td width=20 height=17><a href="#" onClick="javascript:stop();return false"><img src=images/bgm_04.gif border=0></a></td>
</tr>
</table>
</body>
</html>
<%
rs.close
%>
这段代码,为什么那两个铵钮不管事..