HighDots Forums  

likely cause for status message stuck ?

Javascript JavaScript language (comp.lang.javascript)


Discuss likely cause for status message stuck ? in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dan baker
 
Posts: n/a

Default likely cause for status message stuck ? - 10-15-2003 , 02:31 PM






I have a couple page where even after they are done loading, the
status message gets stuck with "Transferring 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

Reply With Quote
  #2  
Old   
kaeli
 
Posts: n/a

Default Re: likely cause for status message stuck ? - 10-15-2003 , 03:00 PM






In article <13685ef8.0310151031.2fc01c97 (AT) posting (DOT) google.com>,
botfood (AT) yahoo (DOT) com enlightened us with...
Quote:
I have a couple page where even after they are done loading, the
status message gets stuck with "Transferring 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?

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.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------


Reply With Quote
  #3  
Old   
Ivan Marsh
 
Posts: n/a

Default Re: likely cause for status message stuck ? - 10-15-2003 , 03:35 PM



On Wed, 15 Oct 2003 11:31:40 +0000, dan baker wrote:

Quote:
I have a couple page where even after they are done loading, the status
message gets stuck with "Transferring 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
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.



Reply With Quote
  #4  
Old   
dan baker
 
Posts: n/a

Default Re: likely cause for status message stuck ? - 10-15-2003 , 11:33 PM



"Ivan Marsh" <annoyed (AT) you (DOT) now> wrote

Quote:
On Wed, 15 Oct 2003 11:31:40 +0000, dan baker wrote:

I have a couple page where even after they are done loading, the status
message gets stuck with "Transferring 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

This can happen if you have an incomplete block element ex:
TABLE><TR><TD>some text</TR></TABLE
----------
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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.