javascript debugging in internet explorer

2019-09-14 23:40发布

Assume, There is a web project that work fine in IE8 and FF3+ but there is some java script error in IE7- and the only thing that you have to find the problem is just an error from developer toolbar in browser mode IE7 like this:

Expected identifier, string or number Persons, line 135713438 character 9

and of course there is no line 135713438 and your English is very bad :D

So what can you do?

2条回答
贪生不怕死
2楼-- · 2019-09-15 00:23

You could try MS Script Editor, free component of Microsoft Office XP/2003. Read this article for more info about how to use it.

查看更多
劫难
3楼-- · 2019-09-15 00:33

You could try Firebug Lite:

http://getfirebug.com/firebuglite

查看更多
登录 后发表回答