<%@ Language=VBScript %>
<%
Option Explicit
Response.Expires = 0
On Error Resume Next
Dim intcounter
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>ASP Kontrollstrukturen: For-Schleife
</title>
<meta name="description" content="" />
<meta name="keywords" content="" /></head>
<body>
<%
'*****************************************************************
'Code innerhalb der HTML-Seite
For intcounter = 1 To 1000
Response.Write("Hallo " & intcounter & " " & vbCrLf)
Next
%>
<!--#include virtual="asppages/silvi/_include/inchtmlnachspann.asp" -->
</body>
</html>
Demo: uebungen/uebung2_3.asp
Letzter Update:
26.12.2021 16:48
Zurück zur
Liste mit ASP-Übungen auf
www.ecotronics.ch