<%@ Language=VBScript %>
<html>
<head>
<title>ASP Grundelemente: Hallo Welt</title>
</head>
<body>
<%
Dim intcounter

For intcounter = 1 To 7
  Response.Write("<font size=""" & intcounter & _
    """>Hello World!</font><br />"
& vbCrLf)
Next
%>

<!--#include virtual="asppages/silvi/_include/inchtmlnachspann.asp" -->
</body>
</html>

Demo: uebungen/uebung1_2hello.asp

Letzter Update: 26.12.2021 17:48

Zurück zur Liste mit ASP-Übungen auf  www.ecotronics.ch