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 the IE toolbar, since it is not visible?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had the same problem, I was forced to modify my code, so that I have a server variable read from a config file if we show the toolbar or not. This way when we are in dev or qa we show the toolbar, but in production we hide it.
If someone knows of a better way hopefully they will chime in.
Edit
Ohh and this doesn’t work at all for a modal dialog window.showModalDialog (or if ie supports it window.open(page,’modal=yes’) ) and ctrl-n doesn’t work either.