Click to See Complete Forum and Search --> : Hiding status bar while loading page


Extreme
10-17-2003, 10:05 PM
I have a domain that is set up as an URL forwarding service.. So when someone visits www.mypage.com he gets a message in a statusbar saying
opening: http://freeserver.com/username
and then when the webpage is fully loaded, there is "done" displayed in statusbar...
Now, what I wish to do, is to disable status bar showing "opening: ..." part... If it is not possible, then nearest solution would be fine..

Jona
10-17-2003, 10:07 PM
If you can access the page that redirects to your site, add this to the HEAD tag:


<script type="text/javascript"><!--
defaultStatus="";
//--></script>


If you don't, try using that code on your page, and it should remove the what is in the status bar as soon as the head section of your page is loaded (the next best thing).

[J]ona

Khalid Ali
10-18-2003, 07:45 AM
Nope you can not do that unless you open a page with no status bar