我也正在求~~呵呵window.open('xxx.htm',//要弹出的窗口名称
            '新的窗口',//窗口标题
            'height=100,width=100//高度,宽度
            ,top=0,left=0//离左上方的位置
            ,toolbar=no//是否显示工具栏
            ,menubar=no//是否显示菜单栏
            ,scroolbars=no//是否显示动条
            ,resizable=no//是否可以拉伸
            ,location=no//是否显示地址栏
            ,status=no'//是否显示状态栏
            )