borderAndreaVB free resources for Visual Basic developersborder

AndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincani
:: Scrolling Text in the Title Bar

Author  

Sujatha G

Language  

VB Script

Operating Systems  

Windows 95, 98 and NT
HTML
<HTML>
<HEAD>
<TITLE>ABCDEFGHIJKLMNOPQRSTUVWXYZ</TITLE>
<SCRIPT LANGUAGE = VBSCRIPT>
function fnScroll()
	document.title = Right(document.title,len(document.title)-1) & Left(document.title,1) 
End  Function

function fnUpdate()
	window.setInterval "fnScroll()",500
End Function
</SCRIPT>
</HEAD>

<BODY ONLOAD = "fnUpdate()">
<!-- Works good for a text not having spaces -->
</BODY>
</HTML>
:: Navigation

Home

VB Script and ASP

Previous Tip

:: Search this site
Google
:: Related Topics
icon 24-04-2006 Re: Web Browser control by qwertypunk
Partners: Il portale per lui e lei | Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder