请问open属性
请教open属性
请问,如何设置open属性使页面的导航栏无法显示,也不能关闭.像查询触摸屏一样,只能查询内容不能关闭网页.
------解决方案--------------------
<input type= "button " value= "open " onclick=window.open( "1.html ",null, "fullscreen=yes ")>
触摸屏的效果是全屏效果.
请问,如何设置open属性使页面的导航栏无法显示,也不能关闭.像查询触摸屏一样,只能查询内容不能关闭网页.
------解决方案--------------------
<input type= "button " value= "open " onclick=window.open( "1.html ",null, "fullscreen=yes ")>
触摸屏的效果是全屏效果.