HTML status bar using java script
This script will help you to show a blinking text in the status bar.
Status bar is the bottom portion of the browser where you will see link information when you move the mouse over any link.
Features
- Status bar script to show blinking text.
- Should work in all browsers including internet explorer, firefox and opera.
- Just copy the code in to your page and use it.
Preview
Downloads
<!--Script by hscripts.com--> <!--copyright of HIOX INDIA--> <!-- more scripts @ https://www.hscripts.com -->
<script type="text/javascript">
var as = 1; function statusbar() {
var msg = "blinking status bar - hscripts.com";
var msg1 = "* * * * * * * * * * * * ";
var msg2 = "
";
if(as == 2 )
as = 1;
else
as = 2;
timer = window.setTimeout("statusbar()",100);
var sds = eval("msg"+as);
var ss = "
"+sds+"
"+msg+"
"+sds;
window.status = ss;
}
statusbar(100);
</script>
- Release Date - 16-06-2004
- Get free version without ©copyright link for just $10/-
- For customization of this script or any script development, mail to support@hscripts.com
Usage
- Copy the code in to your page.
- Change the message to what ever you want change the line
var msg = "blinking status bar - hscripts.com";
example: var msg = "....... mysitename.com ......";
License
Related Scripts