ie弹窗按不了f12,因为是网页对话框.是用window.open()方法弹出来的,但是在二级弹窗就按不了f12,想知道怎么才能看到html代码
按F12没问题啊,题主什么版本的IE?
<input type="button" value="Open 11.html" onclick="window.open('11.html','xx','width=800,height=500')" />
如果按F12无效,可以右键点击页面后,检查元素也可以打开ie的控制台