Dark Angel
08-06-2005, 06:14 AM
Is there a code for changing and/or removing what it says on the bottom of a page? Like the grey bar that tells you when it's done loading.
|
View Full Version : Is there a code for.... Dark Angel 08-06-2005, 06:14 AM Is there a code for changing and/or removing what it says on the bottom of a page? Like the grey bar that tells you when it's done loading. pb&j 08-06-2005, 07:42 AM try adding this to your body tag... onload="window.status = message;" oldcrazylegs 08-06-2005, 06:43 PM Here there are hundreds of fancy status bar messages. http://www.google.com/search?q=status%2Bbar%2Bscripts However I would never use one of these. They really slow down the loading of your page for people using a slow dialup internet connection. Another bad thing about the really active ones is that they take up a lot of memory. If that and a lot of other things like marquess and animated images are running at the same time your page can become quite useless. Scrolling the page up and down can even be impaired with all of this running simultaneously. So be careful of what you do. Dark Angel 08-06-2005, 07:53 PM Woot! Thanks! It works! XD |