Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

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

  • 1 resposta
  • 57 têm este problema
  • 9 visualizações
  • Última resposta por 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...

Todas as respostas (1)

more options

You probably can't do that.

See: