Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

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

  • 1 отговор
  • 57 имат този проблем
  • 15 изгледи
  • Последен отговор от 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: