关闭游览器工具栏、状态栏的方法? ( 积分: 100 )

  • 主题发起人 主题发起人 石嶷山友
  • 开始时间 开始时间

石嶷山友

Unregistered / Unconfirmed
GUEST, unregistred user!
不用以下方法能否关闭浏览器的工具栏及状态栏?
<script language=&quot;javascript&quot;>
function OpenSmallWindows(strURL)
{
window.open (strURL,&quot;_blank&quot;,
&quot;status=no,resizable=0,toolbar=no,menubar=no,scrollbars=no,width=120,height=300,left=600,top=125&quot;);
}
</script>
也就是不用 window.open 方法。
 
不用以下方法能否关闭浏览器的工具栏及状态栏?
<script language=&quot;javascript&quot;>
function OpenSmallWindows(strURL)
{
window.open (strURL,&quot;_blank&quot;,
&quot;status=no,resizable=0,toolbar=no,menubar=no,scrollbars=no,width=120,height=300,left=600,top=125&quot;);
}
</script>
也就是不用 window.open 方法。
 
js不能对已经存在的窗口做这些操作.所以没办法.只能在开新窗口的时侯设置.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
509
import
I
后退
顶部