WebBuilder101 - Making the web happen!
Need Web Dev software? Here is the place to
Flash Point
Scrolling Text


Note that  the script goes in the HEAD of the document.

<Html>
<Head>
<title>Scrolling Text</title>

<script language=javascript>
barMsg="Welcome to Web Builder 101..."
i=0
function scrollMsg() {
beginningPart=barMsg.substring(i,barMsg.length)
endPart=barMsg.substring(0,i)
window.status=beginningPart+endPart
if (i < barMsg.length) {
i++ }
else {
i=0 }
setTimeout("scrollMsg()",50)
}
</script>

<Body bgcolor=white
onLoad="scrollMsg()">
It works!!!
</body>
</html>

Click here to see it in action.

.

 

More Resources
Taking and pasting input to your web page
Customize Messages
Create Rollovers
Change Background colors
Alert the user
Put the current date on your site

Suggested Reading

Beginning Active Server Pages 3.0
JavaScript Bible
Red Hat Linux
Dreamweaver 3.0
HTML Bible



Download WB101 Wallpaper
• Web Builder 101 Wallpaper Get it!.
• Find out how to create your own Wallpaper Teach me!.
Sign up for our Newsletters
• Web Building Sign me Up!.
• Net Alert! Sign me Up!.
Need Help?
• Contact Support Click here.
• E-mail the Webmaster Click Here.
• Search Tips Click Here.

Webbuilder101.com © 1998 - 2003 Copyright and Terms of Use
Send mail to: webmaster@webbuilder101.com

» About » Support

» FAQ » What's New » MyLog

Web Builder 101 Web Builder 101 - Making the Web Happen Web Builder 101 - Making the Web Happen
.