各位前輩好:
小弟最近在寫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。