Click to See Complete Forum and Search --> : how to get text in the imformation bar on the bottom of the internet window


captain
02-25-2005, 08:33 AM
does anyone kno how to get text in the information bar at the bottom of the internet screen so that when the page loads the text i want is there.

TheBearMay
02-25-2005, 08:39 AM
Are you talking about the status bar? If so, and the browser isn't set to block changes (FF defaults to blocking):


<script type="text/javascript">
window.status="Text to display in Status Bar";
</script>

captain
02-25-2005, 08:45 AM
thanks it worked! =)