Microsoft Debugger

C

ColTom2

Hi:

When I go to a specific website and click on a hyperlink I get the following Error Notice:
" A Runtime Error has occurred. Do you wish to bug?"
Line 289
Error: 'document.all.agent_mess.style' is null or not an object.

If I click on Yes I get another screen "Just-In-Time Debugging".
Possible Debuggers:
New instance of Microsoft script editor.
Do you wish to debug using the selected debugger?
If I click on Yes I get another screen: "Step Into Remote Procedures Call".
Process:
(2888)C:\ProgramFiles\InternetExplorer\ieplore.exe.
Then it gives me the option to: "Choose the program that you want to debug".
A check is to the left of "Script".
The following programs will be debugged: "Script" I clicked on OK.

Then I get another screen "Microsoft Visual Studio Debugger"
The I get a yellow triangle with a black exclamation point and Microsoft JScript Runtime Error: "document.all.alert_mess.style is null or not an object" and it gives the the choice of either "Break" or "Continue". If I click on Continue the same screen comes back as previous and does not debug.

How can I correct this error other than disabling Script Debugging?

Thanks,

Tom
 
R

Rick \Nutcase\ Rogers

Contact the site author and have them correct the coding on their page. That
is what is initiating it. It's either that or disabling the script
debugging.

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Windows
Windows isn't rocket science! That's my other hobby!

Associate Expert - WinXP - Expert Zone



Hi:

When I go to a specific website and click on a hyperlink I get the
following Error Notice:
" A Runtime Error has occurred. Do you wish to bug?"
Line 289
Error: 'document.all.agent_mess.style' is null or not an object.

If I click on Yes I get another screen "Just-In-Time Debugging".
Possible Debuggers:
New instance of Microsoft script editor.
Do you wish to debug using the selected debugger?
If I click on Yes I get another screen: "Step Into Remote Procedures
Call".
Process:
(2888)C:\ProgramFiles\InternetExplorer\ieplore.exe.
Then it gives me the option to: "Choose the program that you want to debug".
A check is to the left of "Script".
The following programs will be debugged: "Script" I clicked on OK.

Then I get another screen "Microsoft Visual Studio Debugger"
The I get a yellow triangle with a black exclamation point and Microsoft
JScript Runtime Error: "document.all.alert_mess.style is null or not an
object" and it gives the the choice of either "Break" or "Continue". If I
click on Continue the same screen comes back as previous and does not debug.

How can I correct this error other than disabling Script Debugging?

Thanks,

Tom
 
P

Pop Rivet

You do realize the script error is on the page you are
reading, NOT on your system, right? It's just telling you
there is something wrong with the code that site sent to
you.

Pop

Hi:

When I go to a specific website and click on a hyperlink I
get the following Error Notice:
" A Runtime Error has occurred. Do you wish to bug?"
Line 289
Error: 'document.all.agent_mess.style' is null or not an
object.

If I click on Yes I get another screen "Just-In-Time
Debugging".
Possible Debuggers:
New instance of Microsoft script editor.
Do you wish to debug using the selected debugger?
If I click on Yes I get another screen: "Step Into Remote
Procedures Call".
Process:
(2888)C:\ProgramFiles\InternetExplorer\ieplore.exe.
Then it gives me the option to: "Choose the program that you
want to debug".
A check is to the left of "Script".
The following programs will be debugged: "Script" I clicked
on OK.

Then I get another screen "Microsoft Visual Studio
Debugger"
The I get a yellow triangle with a black exclamation point
and Microsoft JScript Runtime Error:
"document.all.alert_mess.style is null or not an object" and
it gives the the choice of either "Break" or "Continue". If
I click on Continue the same screen comes back as previous
and does not debug.

How can I correct this error other than disabling Script
Debugging?

Thanks,

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top