summaryrefslogtreecommitdiffstats
path: root/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/CgiTestFormular.htm
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/CgiTestFormular.htm
downloadStudium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz
Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/CgiTestFormular.htm')
-rw-r--r--Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/CgiTestFormular.htm25
1 files changed, 25 insertions, 0 deletions
diff --git a/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/CgiTestFormular.htm b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/CgiTestFormular.htm
new file mode 100644
index 0000000..907c2bd
--- /dev/null
+++ b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/CgiTestFormular.htm
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>CgiTestformular</title>
+</head>
+<body>
+ <h1>CgiTestFormular</h1>
+ <p>Dieses Formular sendet an
+ <a href="http://localhost/cgi-bin/CgiTest.exe"> http://localhost/cgi-bin/CgiTest.exe
+ </a>
+ </p>
+ <form action="http://localhost/cgi-bin/CgiTest.exe" method="get">
+ <p>Name:<br><input maxlength="40" size="40" name="Anwendername"></p>
+ <p>Text:<br><textarea name="KommentarText" rows="2" cols="40"></textarea></p>
+ <p><input type="submit" value="absenden"> mit GET</p>
+ </form>
+ <form action="http://localhost/cgi-bin/CgiTest.exe" method="post">
+ <p>Name:<br><input maxlength="40" size="40" name="Anwendername"></p>
+ <p>Text:<br><textarea name="KommentarText" rows="2" cols="40"></textarea></p>
+ <p><input type="submit" value="absenden"> mit POST</p>
+ </form>
+</body>
+</html> \ No newline at end of file