关于弹出窗口和屏蔽浏览器地址栏及工具栏

window.open   ( "http://192.*.*.*/web/index.php ",   "newwindow ",   "height=768,   width=1024,   toolbar=no,   menubar=no,   scrollbars=yes,   resizable=yes,   location=no,   status=yes,left=0,top=0 ")

你可能感兴趣的:(Web)