|
发表于 2003-2-9 18:06:28
|
显示全部楼层
<OBJECT STYLE="position:absolute; top:21; left:8"
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
WIDTH="336"
HEIGHT="291" ID="MediaPlayer1">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="Enabled" VALUE="true">
<PARAM NAME="enableContextMenu" VALUE="true">
<PARAM NAME='Filename' value="temp/427.asx">
</OBJECT>
<SCRIPT LANGUAGE="VBScript">
<!--
Sub MediaPlayer1_Buffering(State)
'msgbox State'
if State = false then
window.open "del.asp?id=D:\www\ent\www\temp\427.asx","new","top=2000,location=no,resizable=yes,status=yes,location=yes,menubar=yes"
end if
End Sub
//-->
</SCRIPT>
</body>
</html> |
|