Leser: 1
3 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>Eingabe Formular</title>
</head>
<body>
<hr></nobr>
<h4><b><center><big>Willkommen zu Appel´s Databank!</big></center></b></h4>
<hr></nobr>
<form action="" method="GET" action="in.pl">
<pre>
Vorname: <input type="TEXT" name="vorname">
Nachname: <input type="TEXT" name="nachname">
Straße: <input type="TEXT" name="strasse">
Wohnort: <input type="TEXT" name="wohnort">
PLZ: <input type="TEXT" name="plz">
Telefon: <input type="TEXT" name="telefon">
Handy: <input type="TEXT" name="handy">
E-Mail: <input type="TEXT" name="email">
</pre>
<p>
<input type="submit"> <input type="RESET">
</form>
</body>
</html>
3 Einträge, 1 Seite |