<a href="#" onclick="open('wenti.htm','web','width=xx,height=xxx')">

解决方案 »

  1.   

    <script language="javascript">
    <!--
    function opennew()
    {
    window.open("wenti.html","music","height=250, width=280, top=0, left=0, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no, status=no")
    }
    -->
    </script>
    <a href="#" onclick="opennew()">问题</a>
    弹出一个高250,宽280.没状态栏,不可改变大小的窗口.参数按自己需要设定.
      

  2.   

    <a href="#" onclick="javascript:window.open('wenti.htm','scrollbars=1,toolbar=1,width=xxx,height =xxx')">问题</a>