homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Submit.html


weiter
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>SUBMIT und RESET</title>
</head>
<body>
<form action="">
<input
type="text"
name="Eingabe"
value="42"
size="20">
<p>
<input
type="SUBMIT"
value="Abschicken">
<input
type="RESET"
value="von vorne">
</p>
</form>
</body>
</html>

Letzte Änderung: 14.02.2012
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel