Search HouseOfScripts.com

 

All Scripts        JavaScripts        ASP Scripts        Other Scripts

 

  Blinking text in the Status Bar asp, send, email, cdonts, link, recordset, hyper, hyperlink, create, list, box, dependant, dynamic

You can see the blinking text on the buttom of this page

HEAD Section:

<script language="JavaScript">

var msg = "Welcome to House of Scripts!!!!";

var i = 1;
function BlinkStatus() {

if (i) {
window.status = msg;
i = 0;
} else {
window.status = " ";
i = 1;
}

setTimeout("BlinkStatus()", 300); //300 is your speed

}

BlinkStatus();

</script>

 

 


Home       Scripts       Active WebTools       Web Templates       Forum       Tools        Hosting       Questions/Comments       Add/Request