No error message

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mikie

    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

  • Michael Winter

    #2
    Re: No error message

    On Mon, 19 Jan 2004 11:39:22 -0800, Mikie <larry@aol.co m> wrote:
    [color=blue]
    > 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.[/color]

    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.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

    Comment

    • Mikie

      #3
      Re: No error message

      I am trying to debug some javascript in an html file. For some reason
      the error messages don't appear.

      Comment

      • Michael Winter

        #4
        Re: No error message

        On Mon, 19 Jan 2004 13:03:29 -0800, Mikie <larry@aol.co m> wrote:
        [color=blue]
        > I am trying to debug some javascript in an html file. For some reason
        > the error messages don't appear.[/color]

        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.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

        Comment

        • kaeli

          #5
          Re: No error message

          In article <MPG.1a75d1d22b b96c4f989688@ne ws.peoplepc.com >, larry@aol.com
          enlightened us with...[color=blue]
          > 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
          >
          >[/color]

          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

          4569-b3c4-dffdf19ccd99&di splaylang=en

          or

          Win98/ME

          471e-a57d-f2216d81ec3d&di splaylang=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.



          Comment

          • Richard Cornford

            #6
            Re: No error message

            "Michael Winter" <M.Winter@bluey onder.co.invali d> wrote in message
            news:opr11hcyge 5vklcq@news-text.blueyonder .co.uk...
            <snip>[color=blue]
            >For the record, a popup blocker shouldn't stop it[/color]

            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.
            [color=blue]
            >(it's not a popup, after all).[/color]

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

            Richard.


            Comment

            • Michael Winter

              #7
              Re: No error message

              On Tue, 20 Jan 2004 08:29:39 -0000, Richard Cornford
              <Richard@litote s.demon.co.uk> wrote:
              [color=blue]
              > "Michael Winter" <M.Winter@bluey onder.co.invali d> wrote in message
              > news:opr11hcyge 5vklcq@news-text.blueyonder .co.uk...
              > <snip>[color=green]
              >> For the record, a popup blocker shouldn't stop it[/color]
              >
              > 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.
              >[color=green]
              >> (it's not a popup, after all).[/color]
              >
              > There seems to be as wide a range of definitions of "pop-up" as there
              > are ways of blocking them.[/color]

              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.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

              Comment

              Working...