Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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

  • 1 Antwort
  • 57 haben dieses Problem
  • 9 Aufrufe
  • Letzte Antwort von 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...

Alle Antworten (1)

more options

You probably can't do that.

See: