473,503 Members | 1,681 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

No error message

This worked once. I can't get the error message to show on the screen
in IE6. It briefly flashes at the bottom of the screen. I have turned
on the show message under options. I do have popup blocker and am
allowing localhost.

Thanx

Jul 20 '05 #1
6 1544
On Mon, 19 Jan 2004 11:39:22 -0800, Mikie <la***@aol.com> wrote:
This worked once. I can't get the error message to show on the screen
in IE6. It briefly flashes at the bottom of the screen. I have turned
on the show message under options. I do have popup blocker and am
allowing localhost.


Fine. Now, would you mind telling us what your question is? Also, saying:
"This worked once" isn't of much help, particularly with no indication of
what it is that is supposed to be working.

Mike

--
Michael Winter
M.******@blueyonder.co.invalid (replace ".invalid" with ".uk" to reply)
Jul 20 '05 #2
I am trying to debug some javascript in an html file. For some reason
the error messages don't appear.
Jul 20 '05 #3
On Mon, 19 Jan 2004 13:03:29 -0800, Mikie <la***@aol.com> wrote:
I am trying to debug some javascript in an html file. For some reason
the error messages don't appear.


Internet Explorer is poor, at best, when it comes to debugging. Even if
they did show, they wouldn't be of much help. You could use the Venkman
JavaScript debugger if you have Netscape or Mozilla installed.

As for why IE's error window doesn't display, I couldn't really say. Are
you absolutely certain that it should display (you have a *guaranteed*
syntax error)?

For the record, a popup blocker shouldn't stop it (it's not a popup, after
all).

Mike

--
Michael Winter
M.******@blueyonder.co.invalid (replace ".invalid" with ".uk" to reply)
Jul 20 '05 #4
In article <MP************************@news.peoplepc.com>, la***@aol.com
enlightened us with...
This worked once. I can't get the error message to show on the screen
in IE6. It briefly flashes at the bottom of the screen. I have turned
on the show message under options. I do have popup blocker and am
allowing localhost.

Thanx


Use the MS debugger for IE.
Don't forget to set your settings to enable debugging and to show a
script error (internet options advanced tab).

Win2000 / XP
http://www.microsoft.com/downloads/d...2f465be0-94fd-
4569-b3c4-dffdf19ccd99&displaylang=en

or

Win98/ME
http://www.microsoft.com/downloads/d...e606e71f-ba7f-
471e-a57d-f2216d81ec3d&displaylang=en

--
--
~kaeli~
Hey, if you got it flaunt it! If you don't stare at someone
who does. Just don't lick the TV screen, it leaves streaks.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 20 '05 #5
"Michael Winter" <M.******@blueyonder.co.invalid> wrote in message
news:op**************@news-text.blueyonder.co.uk...
<snip>
For the record, a popup blocker shouldn't stop it
I seem to recall that some of the external pop-up blockers that work by
killing off new IEXPLORER instances do kill the error report dialog.
(symptoms described it momentarily flashing on the screen and then
vanishing). Then again I might be incorrectly remembering what the
conclusions were for a post on this subject from a very long time ago.
(it's not a popup, after all).


There seems to be as wide a range of definitions of "pop-up" as there
are ways of blocking them.

Richard.
Jul 20 '05 #6
On Tue, 20 Jan 2004 08:29:39 -0000, Richard Cornford
<Ri*****@litotes.demon.co.uk> wrote:
"Michael Winter" <M.******@blueyonder.co.invalid> wrote in message
news:op**************@news-text.blueyonder.co.uk...
<snip>
For the record, a popup blocker shouldn't stop it


I seem to recall that some of the external pop-up blockers that work by
killing off new IEXPLORER instances do kill the error report dialog.
(symptoms described it momentarily flashing on the screen and then
vanishing). Then again I might be incorrectly remembering what the
conclusions were for a post on this subject from a very long time ago.
(it's not a popup, after all).


There seems to be as wide a range of definitions of "pop-up" as there
are ways of blocking them.


I suppose it was a statement of hope. A window generated by the browser,
that is not the result of a script call to open one, shouldn't be
considered fair game by a blocker. The error window is part of the
browser, not the page being displayed.

I guess the easiest way to find out is for the OP to disable the pop-up
blocker and try to process a script error.

Mike

--
Michael Winter
M.******@blueyonder.co.invalid (replace ".invalid" with ".uk" to reply)
Jul 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
10781
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
9
4891
by: Mairhtin O'Feannag | last post by:
Hello, We have two machines we wish to use DPF. They are both RH ES 2.1, with DB2 8.2. I read the documentation CAREFULLY, and added the following line to my db2nodes.cfg file : 1 egret 0
6
8437
by: Squirrel | last post by:
I have a command button on a subform to delete a record. The only statement in the subroutine is: DoCmd.RunCommand acCmdDeleteRecord The subform's recordsource is "select * from tblVisit order...
8
9986
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
10
8681
by: Shawn | last post by:
JIT Debugging failed with the following error: Access is denied. JIT Debugging was initiated by the following account 'PLISKEN\ASPNET' I get this messag in a dialog window when I try to open an...
16
2890
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In:...
2
5300
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
2
19396
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
2897
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7278
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7328
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7458
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5013
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.