各位前辈好:
小弟最近在写html网页时遇到了一些问题,那就是客户端若是使用
google的chrome 浏览器时不晓得如何disable address bar。
我是使用windows.open的方法,code如下:
window.open('http://192.168.21.100:8080/web/login.html','new','location=no
,scrollbars=yes,menubars=no,'+'toolbars=no,resizable=yes,left=10px,top=10px
,width='+screen.width+'px'+',height='+screen.height+'px');
但试的结果发现,在跳出的新的视窗仍然有address bar。
是否有其他方法是可透过javascript、jquery或其他javascript api 来disable
address bar。