<script>
window.open("test.htm","","width=100,height=100,resizable=no")
</script>http://fason.nease.net/code/form/other/window.htm

解决方案 »

  1.   

    <script>
    window.open("test.htm","","width=100,height=100,resizable=no")
    </script>http://fason.nease.net/code/form/other/window.htm
      

  2.   

    用dw mx也可以轻松实现
    客户端得行为动作,open browser window就可以
      

  3.   

    <script language='JavaScript">
    window.open("pop.htm","","width=200,height=100,resizable=no")
    </script>
      

  4.   

    <script language='JavaScript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    }
    //-->
    </script><body onLoad="MM_openBrWindow('pop.htm','','scrollbars=yes,width=500,height=380,top=0,left=0')">