系统控制面板 -> 声音与多媒体 -> windows 资源管理器里的启动导航
将这个对应的声音选择为(无)

解决方案 »

  1.   

    回复人: aotianlong(傲天龙=初中没毕业) ( ) 信誉:100  2003-11-27 18:38:00  得分:0 
     
     
      这个权利是浏览者的,你也要改变?!
     
     
    -------------------------
    呵呵,这不是浏览者的权利,这样做并没有强制浏览者的动作,是友好的程序
    你看MSN连接主机的时候什么时候让你感觉出他在做连接了,呵呵
      

  2.   

    你要用刷新就没办法了,你可以用其他的技术啊,比如htc或者xmlhttp
      

  3.   

    我用的是<form >提交,会发声不知道直接Redirect 或者navigate 会不会发声
      

  4.   

    try:xml.asp:
       <% 
     if Request.ServerVariables("REQUEST_METHOD") = "POST" then   set req= Server.CreateObject("Microsoft.XMLDOM")
       req.async=false
       req.load(Request)
       if req.documentElement.nodeName="timesheet" then
           Response.write("<b>"+req.documentElement.text+"</b><br>")
       end if
     else 
    %> 
       无刷新的!
    <Script Language="JavaScript">
    function scroller()

    this.scroll(10,65000);
    setTimeout("scroller()",20);

    scroller();
    </Script><script language="VBScript">
    Function bytes2BSTR(vIn)
    Dim strReturn,i,ThisCharCode,innerCode,Hight8,Low8,NextCharCode
    strReturn = ""

    For i = 1 To LenB(vIn)
    ThisCharCode = AscB(MidB(vIn,i,1))
    If ThisCharCode < &H80 Then
    strReturn = strReturn & Chr(ThisCharCode)
    Else
    NextCharCode = AscB(MidB(vIn,i+1,1))
    strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode))
    i = i + 1
    End If
    Next
    bytes2BSTR = strReturn
    End Function
    </script>
       <div id="divDisplay"></div> 
       <input type="text" value="" id="txt">
       <input type="button" onclick="sendData();" value="Send it!"> 
       <script> 
       function sendData(){ 
       var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); 
       xmlhttp.Open("POST", "xml.asp", false); 
       xmlhttp.Send("<timesheet>"+document.all("txt").value+"</timesheet>"); 
       divDisplay.innerHTML=divDisplay.innerHTML+bytes2BSTR(xmlhttp.responseBody); 
       } 
       </script> 
    <%end if%>
      

  5.   

    window.location.href="*.asp?参数=变量值"
    就不会有声音
      

  6.   

    大笨狼,你骗人!
    window.location.href="*.asp?参数=变量值"
    一样有声音
      

  7.   

    topmonkey(倭贼与狗不得进入本论坛)赫赫