-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_cgi.html
31 lines (24 loc) · 1.02 KB
/
test_cgi.html
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
30
31
<html>
<head>
<title>
Test als CGI
</title>
</head>
<body>
<form action="a.cgi" method="GET">
<label for="R1"> Farbwiderstandsring 1 :</label>
<input type="text" id="R1" name="R1"> <br><br>
<label for="r2"> Farbwiderstandsring 2 :</label>
<input type="text" id="R2" name="R2"> <br><br>
<label for="name"> Farbwiderstandsring 3 :</label>
<input type="text" id="R3" name="R3"> <br><br>
<label for="name"> Farbwiderstandsring 4 :</label>
<input type="text" id="R4" name="R4"> <br><br>
<label for="name"> Farbwiderstandsring 5 :</label>
<input type="text" id="R5" name="R5"> <br><br>
<label for="name"> Farbwiderstandsring 6 :</label>
<input type="text" id="R6" name="R6"> <br><br>
<input type="submit">Absenden</input>
</form>
</body>
</html>