Web Teacher Software
web database
Javacript 
Tutorial
CGI tutorial
web 
database consulting
web database training
contact us about web 
database software
press
Hosted Database Solutions
webteacher home
Web Teacher Consulting

javascript tutorial graphic


Take this course LIVE in Southern California
Rob Young will be leading 'JavaScript for the Total Non-Programmer' at Irvine Valley College this September. The class is offered in 2 sections:

1. Tue (9/23) and Thu (9/25) 6p-9p
2. Saturday (9/25) 9a-4p

Click here to register

The LOOP - continued


Here is a function designed to display an alert box with the number 1 in it, then with the number 2, then with a 3, then a 4, then a 5, and then stop.

for (count=1; count<=5; count++) {
alert(count)
}

How do we create the text code?

Home | WebData - Web Database Software | Javascript | CGI | Consulting | Map Builder | Contact Us | The Press Room