Search HouseOfScripts.com

 

All Scripts        JavaScripts        ASP Scripts        Other Scripts

 

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

You can see scrolling text on this page

HEAD Section:

<SCRIPT LANGUAGE="JavaScript">
ScrollSpeed = 200;
ScrollChars = 1;
function RunText() {
window.setTimeout('RunText()', ScrollSpeed);
var msg = document.form1.text.value;
document.form1.text.value = msg.substring(ScrollChars) + msg.substring(0, ScrollChars);
}
</script>

BODY:

<body onLoad="javascript:RunText()">

<form method=get name=form1>
<input name=text type="text" size="25" value="You Can Click Here To Search " onFocus="javascript:this.value='';ScrollSpeed=99999;">
</form>

 

 


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