ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to hide the Status bar and Address bar in pop up window

  • 1 การตอบกลับ
  • 57 คนมีปัญหานี้
  • 9 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย cor-el

more options

Hi I'm using window.showModalDialog("About/About.html", "Some Page", "dialogWidth:336px; center:yes; dialogHeight:440px;status:no ;location=off; toolbar:no ; menubar:no;");

            And

window.open('About/About.html', 'popUpWindow', 'width=800,height=600,left=0,top=0,status=no,toolbar=no,location=no,menubar=no,titlebar=no'); to pop up a new window. but the problem is. Status bar and address bar are not hiding and it is allowing to resize the window. how to disable resizable and how to hide status bar and address bar.

Tahnk you...

Hi I'm using window.showModalDialog("About/About.html", "Some Page", "dialogWidth:336px; center:yes; dialogHeight:440px;status:no ;location=off; toolbar:no ; menubar:no;"); And window.open('About/About.html', 'popUpWindow', 'width=800,height=600,left=0,top=0,status=no,toolbar=no,location=no,menubar=no,titlebar=no'); to pop up a new window. but the problem is. Status bar and address bar are not hiding and it is allowing to resize the window. how to disable resizable and how to hide status bar and address bar. Tahnk you...

การตอบกลับทั้งหมด (1)

more options

You probably can't do that.

See: