问题描述
亲爱的先生,
我在弹出窗口中打开了一个新窗口。
但是我隐藏了地址栏。在我的代码下面
onclick =window.open('contrastes / index.html','_ blank','height = 500,width = 400,left = 100 ,top = 100,resizable = yes,scrollbars = 0,toolbar = 0,menubar = 0,location = 0,directories = 0,channelmode = 0,titlebar = no,addressbar = 0,status = 0');
以上代码无效。
请尽快回复。
谢谢
Mahendra Kumar Das
Dear Sir,
I have open new window in popup.
But I hide the addressbar. Below my code
onclick="window.open('contrastes/index.html','_blank','height=500,width=400,left=100,top=100,resizable=yes,scrollbars=0,toolbar=0,menubar=0,location=0,directories=0,channelmode=0,titlebar=no,addressbar=0, status=0');"
Above code is not work.
Please reply ASAP.
Thanks
Mahendra Kumar Das
这篇关于如何在HTML中弹出窗口中删除addressBar的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!