JavaScript Scripts





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Free Java Script Codes
Javascript List All
Slide Show Slide Show
Ad Display Ad Display
Image Effect Image Effect
Animated Image Effects Animated Image Effects
Form Validation Form Validation
Color Picker Tool Color Picker Tool
Formatting Forms Formatting Forms
Select All Select All
Dynamic Form Select Dynamic Form select
Dynamic Color Dynamic Color
Calendar Script Calendar
Textbox Counter Textbox Counter
Alphanumeric Alphanumeric
Date Time Script Date & Time
Stop Watch Script Stop Watch script
Delete Repeated Values Delete Repeated Values
Pagination Pagination
Random Generator Random Generator
Animated Text Animated Text
Cursor Position Cursor Position
User Info Window / User Info
Security Security / Authenticate
Bookmark Bookmark
Mouse Effects Mouse Effects
Title Bar Title Bar
Status Bar Status Bar
Country List Country List
Free Games Free Games
Calculators Calculators
 




HTML status bar using java script


About
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
a) Status bar script to show blinking text.
b) Should work in all browsers including internet explorer, firefox and opera.
c) Just copy the code in to your page and use it.

Preview
Status bar of this page


Code
<!--        Script by hscripts.com          -->
<!--        copyright of HIOX INDIA         -->
<!-- more scripts @ http://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 5 price

For customization of this script or any script development, contact us at support@hscripts.com


Usage
a) Copy the code in to your page.
b) Change the message to what ever you want
      change the line var msg = "blinking status bar - hscripts.com";
      example: var msg = "....... mysitename.com ......";



License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.
Other Links

web hosting