Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 1 trả lời
  • 57 gặp vấn đề này
  • 15 lượt xem
  • Trả lời mới nhất được viết bởi 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...

Tất cả các câu trả lời (1)

more options

You probably can't do that.

See: