why don't use javascript? if you want to use java,please use javaapplet in client.

解决方案 »

  1.   

    在页面中加上这个js:
    <script>
    function window.onload(){
    var arr = showModalDialog("test.html", null, "dialogWidth:25.5em; dialogHeight:15.5em; status:0");
    }
    </script>
      

  2.   


    <script>
    function window.onload(){
    var arr = window.open("test.html","winname","location=no scrollbars=yes menubar=no status=no resizable=1 width=640 height=400 left=80 top=80");
    }
    </script>
      

  3.   

    如果是在applet中弹出的话,我能帮帮忙。:)--------------------------
    共同进步!!