pharma
11-04-2002, 02:30 PM
I had a simple loading notification sript that shows up in the browser if the page is still loading and disappears "onload." I want to develop it because its too lame. I want it to be progressive. Like what I'm doing with my Flash animations. I always include a loading status so that when the viewers play it, it would be continous and not choppy because the file is still loading. Do you get what I'm trying to imply here?
Anyway, here is an extension of my idea:
<div id="01" style="visibility: hidden">Hello World</div>
<div id="02" style="visibility: hidden">Welcome to my website</div>
<div id="03" style="visibility: hidden"><img src="images/image.jpg"></div>
For example that's a part of my webpage. I understand that the browser (IE for ex.) reads the source codes downwards. So, what i want to do here is to detect what <div id=""> is currently being read/loaded and writes a message in the loading status telling the viewer what exactly part of the page is being loaded. Like, when the browser is reading the "images section" of my source code, it will display a message stating "Loading Image Files.." then if the browser is reading my "navigation section" it will change the display to "Loading Navigation System..."
Well, can anyone share their ideas about this matter?
oh btw, im sorry about my last thread. it was so stupid of me for not reading the thread above in this section.
Anyway, here is an extension of my idea:
<div id="01" style="visibility: hidden">Hello World</div>
<div id="02" style="visibility: hidden">Welcome to my website</div>
<div id="03" style="visibility: hidden"><img src="images/image.jpg"></div>
For example that's a part of my webpage. I understand that the browser (IE for ex.) reads the source codes downwards. So, what i want to do here is to detect what <div id=""> is currently being read/loaded and writes a message in the loading status telling the viewer what exactly part of the page is being loaded. Like, when the browser is reading the "images section" of my source code, it will display a message stating "Loading Image Files.." then if the browser is reading my "navigation section" it will change the display to "Loading Navigation System..."
Well, can anyone share their ideas about this matter?
oh btw, im sorry about my last thread. it was so stupid of me for not reading the thread above in this section.