aboutsummaryrefslogtreecommitdiff
path: root/id.oa/html/form.jsp
diff options
context:
space:
mode:
author(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-11-30 15:23:57 +0000
committer(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-11-30 15:23:57 +0000
commita020e34129ea9c4c6942345bdc66956235278786 (patch)
treea7f9210f813d13c6bd4f58515192cdba99dd2298 /id.oa/html/form.jsp
parent760d0e30c75096646c0dfadfc44bb00a923a4e6d (diff)
downloadmoa-id-spss-tags/Build_ID-1_3_0.tar.gz
moa-id-spss-tags/Build_ID-1_3_0.tar.bz2
moa-id-spss-tags/Build_ID-1_3_0.zip
This commit was manufactured by cvs2svn to create tagtags/Build_ID-1_3_0
'Build_ID-1_3_0'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_ID-1_3_0@598 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.oa/html/form.jsp')
-rw-r--r--id.oa/html/form.jsp20
1 files changed, 0 insertions, 20 deletions
diff --git a/id.oa/html/form.jsp b/id.oa/html/form.jsp
deleted file mode 100644
index d439fa84d..000000000
--- a/id.oa/html/form.jsp
+++ /dev/null
@@ -1,20 +0,0 @@
-<%@ page import="java.util.*" %>
-<html>
-<head>
-<title>Sample Online Application</title>
-</head>
-<body>
-<h1>Sample Form</h1>
-<p>
-<form action="form.jsp">
-<% String param1 = request.getParameter("param1");
- if (param1 == null) param1 = ""; %>
-Input some text:
-<input type="text" name="param1" size="10"/>
-<br>Previous text input: <%=param1%><br>
-<input type="submit" value="Send"/>
-</form>
-</p>
-<p><a href="index.jsp">Back</a></p>
-</body>
-</html> \ No newline at end of file