Search HouseOfScripts.com

 

All Scripts        JavaScripts        ASP Scripts        Other Scripts

 

  Typing Status Bar asp, send, email, cdonts, link, recordset, hyper, hyperlink, create, list, box, dependant, dynamic

Check Status Bar on the buttom of this page

HEAD Section:

<script language="JavaScript">

var msg = "Welcome to the House Of Scripts!!!!";

var currChar = 0;
function TpMsg()
{
if (currChar <= msg.length)
{
window.status = msg.substring(0, currChar);
currChar++;
}
else
{
currChar = 0;
}

setTimeout("TpMsg()", 200); //200 is the speed

}

TpMsg();

</script>

 

 


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