[an error occurred while processing this directive]
javascript tutorial graphic


Webteacher Software now offers

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