这是一个在线试听的铃声 点击喇叭就会在线放,也没有窗口弹出,我点右键下载后是asf格式文件
下面是用记事本打的内容:请高手指点如何找真实下载地址!!!
<html>
<head>
<title></title>
<script language=javascript>
req=window.location.search;
req=req.substring(1,req.length);
/*
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src="'+req+'" loop="false">')
else
document.write('<embed src="'+req+'" hidden="true" border="0" width="20" height="20" autostart="true" loop="false" volume="100">')
*/
</script>
</head>
<body>
<script>
document.write("<object id='MediaPlayer' width=0 height=0 classid='CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95' standby='Loading Microsoft?Windows?Media Player components...' type='application/x-oleobject' Hidden='True'>");
document.write("<param name='transparentAtStart' value='True'>");
document.write("<param name='transparentAtStop' value='True'>");
document.write("<param name='AnimationAtStart' value='True'>");
document.write("<param name='AutoStart' value='True'>");
document.write("<param name='AutoRewind' value='false'>");
document.write("<param name='SendMouseClickEvents' value='True'>");
document.write("<param name='DisplaySize' value='0'>");
document.write("<param name='AutoSize' value='False'>");
document.write("<param name='ShowDisplay' value='False'>");
document.write("<param name='ShowStatusBar' value='false'>");
document.write("<param name='ShowControls' value='false'>");
document.write("<param name='ShowTracker' value='false'>");
document.write("<param name='Hidden' value='True'>");
document.write("<param name='FileName' value='"+req+"'>");
document.write("</OBJECT>");
</script>
</body>
</html>