Produkte |
FAQ |
Anbei erhalten Sie eine "ASP´s" Testseite:
test.asp
Inhalt des Seite:
######################################
<!-- sample here -->
<html>
<body>
For loop incrementing font size: <p>
<% for(1..5) { %>
<!-- iterated html text -->
<font size="<%=$_%>" > Size = <%=$_%> </font> <br>
<% } %>
</body>
</html>
<!-- end sample here -->
######################################