iTech College - Internet Technology, Online Education, E-Learning, Technician Training, Tech Tutorials, Distance Education, Virtual Learning ASP Course: For Loop - www.itechcollege.com ASP Course: For Loop - www.itechcollege.com
Online Degrees Scholarships & Fellowships Internships Student Financial Aid Study Abroad Itech Bookstore
Free Courses
HTML
JavaScript
CSS
ASP
PHP
JSP
ASP.NET
SQL
AJAX
FTP
XML
Career Center
Job List
Web Jobs
Student Jobs
Computer Jobs
Engineer Jobs
Developer Jobs
Job Search
Resume Writing
Job Interview
Salary Info


itech > courses > ASP > For Loop

Loop: For ... Next

You can write a loop using For ... Next. For example;

<html>
<body>
<% for a = 1 to 5 %>
  <font size= <% = a %> > Welcome </font> <br>
<% next %>
</body>
</html>
It will be executed by the server and convert into this html code;
<html>
<body>
<font size= 1 > Welcome </font> <br>
<font size= 2 > Welcome </font> <br>
<font size= 3 > Welcome </font> <br>
<font size= 4 > Welcome </font> <br>
<font size= 5 > Welcome </font> <br>
</body>
</html>
  Back to Index Page
Next Page >>   Introduction
ASP Tags and Include File
Response and Request
If Then
For Loop
Redirect
Sessiont
Use Database
 

ASP Books
ASP Jobs



Bookmark:  del.icio.us digg facebook Reddit Mixx BlinkList Fark Furl NewsVine Simpy Spurl Segnalo Technorati blogmarks Google YahooMyWeb Windows Live



ASP Course: For Loop - www.itechcollege.com
Copyright ©2008, itechcollege.com. All rights reserved
iTechCollege | About iTech | Contact iTech