Crashalot
Crashalot

Reputation: 34513

Microsoft Script Editor for Internet Explorer on XP Home?

My understanding is that Microsoft Script Editor is the best debugging utility for IE. To enable debugging in IE6 on XP, I found these instructions:


On Windows XP SP2+, the option has been split to two:

  1. Go to Tools->Internet Options…->Advanced->Disable Script Debugging (Internet Explorer)

  2. Go to Tools->Internet Options…->Advanced->Disable Script Debugging (Other)

Unchecking the first will enable debugging for IE.


Once enabled, I'm supposed to see a new menu under “View > Script debugger” to activate debugging.

Unfortunately, unchecking both check boxes and restarting my computer does reveal this new "Script debugger" option. This worked on Windows 2000, but it fails for XP SP3.

  1. Any clues on how to install MSFT Script Editor for IE6 on XP SP3?
  2. Recommendations for alternatives to Script Editor for IE6?

Upvotes: 2

Views: 3498

Answers (3)

Fandango68
Fandango68

Reputation: 4868

The above answer may not work for those of us with Office 2007 or newer Office products.

Here is my location of the MSE7.EXE file (or do your own Windows Search for the file).

C:\Program Files\Common Files\Microsoft Shared\OFFICE12\MSE7.EXE

Also don't forget to make sure you have the full Script Editor installed on your local computer.

CONTROL PANEL -> ADD/REMOVE PROGRAMS -> OFFICE 2007 -> CHANGE -> OFFICE TOOLS -> Script Editor -> Run All From my Computer

But I would personally go with "Visual Web Developer"

Upvotes: 0

redsquare
redsquare

Reputation: 78667

You can debug with visual web express. Instructions here

edit: MS's site doesn't play nicely with older versions of IE. It's impossible to get the tabs to expand to get the links to the software. Use Chrome to browse the links above, or use this URL http://go.microsoft.com/?linkid=9730788

Upvotes: 4

Crashalot
Crashalot

Reputation: 34513

Thanks for the answer, redsquare.

After much experimentation, I finally discovered how to install MSE on XP SP3:

1) Disable the checkboxes as described above.

2) Open MS Excel. Go to Tools -> Macro -> Microsoft Script Editor. Clicking this option will prompt installation of MSE. Install MSE.

3) Once MSE is accessible from Excel, open MSE. Go to Debugging -> Web Debugging. Clicking this option will prompt installation of MSE Web Debugging. Install it.enter code here

Once Web Debugging is ready, restart IE, and voila! Under the View menu, you'll now see the Script Debugger option.

Finally ...

Upvotes: 2

Related Questions