<html> <head> <title>Multi-line Output</title> </head> <body> <% for (i = 1; i < 10; i++) { printf("Line %d<BR>\n", i); } %> </body> </html>
© 2001 Sambar Technologies. All rights reserved. Terms of Use.