本文介绍了需要Window.open帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在按钮单击时显示窗口为
i am showing window on button click as
window.open('','','left=100,top=100,right=100,bottom=100,width=800,height=500,scrollbars=1,location=no,location=0,toolbar=0,status=0');
我要在这里隐藏地址栏
我使用的位置= 0,但似乎没有2 b工作
请帮助
here i want to hide address bar
i used location=0 but not seems 2 b working
please help
推荐答案
这篇关于需要Window.open帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!