当前位置: 代码迷 >> JavaScript >> 请问open属性
  详细解决方案

请问open属性

热度:194   发布时间:2012-04-18 15:01:59.0
请教open属性
请问,如何设置open属性使页面的导航栏无法显示,也不能关闭.像查询触摸屏一样,只能查询内容不能关闭网页.

------解决方案--------------------
<input type= "button " value= "open " onclick=window.open( "1.html ",null, "fullscreen=yes ")>

触摸屏的效果是全屏效果.
  相关解决方案