<%@ Language=VBScript %>
<%
Response.Expires = 0
%>

<html>
<head>
<title>SWP-Einführung ASP: Formularverbeitung Formularseite</title>
</head>
<body>
<form action="uebung04form2.asp" method="post">
  Name: <input type="text" name="fldname" size="20" />
  <input type="submit" name="btnsubmit" value="Abschicken" />
</form>  
<!--#include virtual="asppages/silvi/_include/inchtmlnachspann.asp" -->
</body>
</html>

Demo: uebungen/uebung04form1.asp

Letzter Update: 26.12.2021 16:48

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