admin管理员组文章数量:1335130
IE Tester has no console, and alert boxes seem to be ignored in this software. Is this expected behavior? If so, how does one go about debugging javascript using this tool?
I have debug bar installed, but it doesn't seem to do anything useful besides allowing me to look that the DOM.
I need to be able to check the state of various objects during script execution, but I don't know how to do this without a console or alert boxes. Any help is greatly appreciated.
IE Tester has no console, and alert boxes seem to be ignored in this software. Is this expected behavior? If so, how does one go about debugging javascript using this tool?
I have debug bar installed, but it doesn't seem to do anything useful besides allowing me to look that the DOM.
I need to be able to check the state of various objects during script execution, but I don't know how to do this without a console or alert boxes. Any help is greatly appreciated.
Share Improve this question asked May 13, 2011 at 1:01 Mark BrownMark Brown 12.5k8 gold badges29 silver badges32 bronze badges 1- 2 There's a reason that hacks like IETester aren't supported-- anything that pops native UI (e.g. Alert shows a Windows MessageBox) tends to break due to DLL version mismatches. – EricLaw Commented May 13, 2011 at 3:09
1 Answer
Reset to default 5Install FireBug Lite as a bookmarklet in your browsers: http://getfirebug./firebuglite
IE6+ support as well.
本文标签: javascriptAlert Box in IE TesterStack Overflow
版权声明:本文标题:javascript - Alert Box in IE Tester - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742374962a2462977.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论