Using IE dev toolbar on a pop up windowed web app

前端 未结 5 835
清酒与你
清酒与你 2021-01-07 22:58

We are working on IE only web application that is run as a pop up window - without any toolbars. Is there a way to invoke IE developer\'s toolbar besides using a button on t

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-07 23:24

    Yes. You need to turn off the security option "Allow websites to open windows without address or status bars".

    In IE9 the menu option is at (believe it is same in 8): Go Tools / Internet options / Security / (pick the right zone for your site) / Custom Level Under "Miscellaneous" Under "Allow websites to open windows without address or status bars", choose "Disable".

    You should now have an address bar in your modal dialogs and be able to hit F12 to open IE developer toolbar.

提交回复
热议问题