window.open('a.html', 'newwindow', 'height=700px, width=1400px, top=0,left=0,
toolbar=no,//是否显示工具栏
menubar=no,//表示菜单栏
fullscreen=yes,//是否全屏
scrollbars=yes, //滚动栏
resizable=no,//是否允许改变窗口大小
location=no, //是否显示地址栏
status=yes'//是否显示状态栏内的信息)