File: post_form.html

package info (click to toggle)
openms 2.4.0-real-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 646,136 kB
  • sloc: cpp: 392,260; xml: 215,373; python: 10,976; ansic: 3,325; php: 2,482; sh: 901; ruby: 399; makefile: 141; perl: 85
file content (18 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Registration form for post.php test</title>
</head>
<body>
This form sends POST request to server. It was interesting to compare server echo <br>
reply (by included post.php) for this form and InetLoad plug-in - in my <br>
tests server did not see any difference between them :)<br> 
<form name="MainLogin" action="/post.php?lg=ami&pw=333" method="post">

<input type="text" name="login" value="" tabindex="1"><br>
<input type="password" name="passwd" value="" tabindex="2"><br>
<input type="submit" name="In" value="Enter"  tabindex="3">

</form>

</body>
</html>