如何屏蔽掉一个页面的菜单?谢谢了!

解决方案 »

  1.   

    <body oncontextmenu = "return false">
      

  2.   

    不明白你指什么
    弹出窗口时设置 toolbar=no,menubar=no
    是不是要这样?
      

  3.   

    <!DOCTYPE   html   PUBLIC   "-//W3C//DTD   XHTML   1.0   Transitional//EN"   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    <html   xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <title> </title> 
    <script   language=javascript type="text/javascript"> 
    function a(){
        window.open('test3.html','_blank','resizable,scrollbars')
    }
    </script> 
    </head> 
    <body   > 
    <a href="#" onclick="a()">测试</a>
    </body> 
    </html> 
      

  4.   

    如果我的url 地址是通过php调用模板 ,是不是将test3.html改成xx.php就可以了 ? 谢谢
      

  5.   

    那么多人用window.open去开一个无菜单的窗口,我用傲游就无视这个功能了。