likely cause for status message stuck ?

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

    likely cause for status message stuck ?

    I have a couple page where even after they are done loading, the
    status message gets stuck with "Transferri ng data from <host>...

    Are there some typical syntax errors in either javascript of html that
    would cause this to happen? i.e. leave something hanging so that the
    browser doesnt think its done loading?

    thanks, d
  • kaeli

    #2
    Re: likely cause for status message stuck ?

    In article <13685ef8.03101 51031.2fc01c97@ posting.google. com>,
    botfood@yahoo.c om enlightened us with...[color=blue]
    > I have a couple page where even after they are done loading, the
    > status message gets stuck with "Transferri ng data from <host>...
    >
    > Are there some typical syntax errors in either javascript of html that
    > would cause this to happen? i.e. leave something hanging so that the
    > browser doesnt think its done loading?
    >[/color]

    I've had gifs and other image refreshing scripts cause this (Flash,
    rollovers, etc).

    This may be a browser-dependent thing, but I believe if the server
    doesn't send a terminating message (it's busy, got cut off, etc), the
    browser keeps that message in the status bar.

    -------------------------------------------------
    ~kaeli~
    Jesus saves, Allah protects, and Cthulhu
    thinks you'd make a nice sandwich.


    -------------------------------------------------

    Comment

    • Ivan Marsh

      #3
      Re: likely cause for status message stuck ?

      On Wed, 15 Oct 2003 11:31:40 +0000, dan baker wrote:
      [color=blue]
      > I have a couple page where even after they are done loading, the status
      > message gets stuck with "Transferri ng data from <host>...
      >
      > Are there some typical syntax errors in either javascript of html that
      > would cause this to happen? i.e. leave something hanging so that the
      > browser doesnt think its done loading?
      >
      > thanks, d[/color]

      This can happen if you have an incomplete block element ex:
      <TABLE><TR><TD> some text</TR></TABLE>



      --
      i.m.
      The USA Patriot Act is the most unpatriotic act in American history.

      Comment

      • dan baker

        #4
        Re: likely cause for status message stuck ?

        "Ivan Marsh" <annoyed@you.no w> wrote in message news:<pan.2003. 10.15.19.35.14. 243275@you.now> ...[color=blue]
        > On Wed, 15 Oct 2003 11:31:40 +0000, dan baker wrote:
        >[color=green]
        > > I have a couple page where even after they are done loading, the status
        > > message gets stuck with "Transferri ng data from <host>...
        > >
        > > Are there some typical syntax errors in either javascript of html that
        > > would cause this to happen? i.e. leave something hanging so that the
        > > browser doesnt think its done loading?
        > >
        > > thanks, d[/color]
        >
        > This can happen if you have an incomplete block element ex:
        > <TABLE><TR><TD> some text</TR></TABLE>[/color]

        ----------
        thanks, I'll bet that's it... this page has a couple nested tables
        with the source editted by hand. I'll go thru it more carefully!

        d

        Comment

        Working...