开发者

IE7 javascript command line tool

开发者 https://www.devze.com 2023-01-30 03:39 出处:网络
I have the IE7 Developer Toolbar for IE7. It doesn\'t allow you to change styles of elements nor does it have a JS command line feature/console. IE8 Developer Tools has a javascript command line. I ne

I have the IE7 Developer Toolbar for IE7. It doesn't allow you to change styles of elements nor does it have a JS command line feature/console. IE8 Developer Tools has a javascript command line. I need to debug something that is just in IE7 using a JS command line.

Does anyone know of an IE7 extension to run JavaScript during runtime? I have exhausted google looking for something.

Thanks for your help in 开发者_如何学编程advance!


Found out that Firebug Lite will do the trick.

http://getfirebug.com/firebuglite


The standard IEDevToolbar does let you change styles. Its the interface bewtween the DOM and CSS panes.

For a JS command console Ive been using DebugBar which im not completely happy with. But it works.


Haven't tested this myself, but you can use IE8 and switch to IE7 Compatability View


Go to IE developer tools and go to console tab. down the bottom there is a box where you can run js like alert('hello world') for example.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号