OLD | NEW |
(Empty) | |
| 1 <html> |
| 2 <body> |
| 3 <form method="POST" action="done.html" id="testform"> |
| 4 <input type="hidden" id="gets_ignored"> |
| 5 <input type="text" id="username"> |
| 6 <input type="password" id="password"> |
| 7 <input type="text" id="username2"> |
| 8 <input type="text" id="a"> |
| 9 <input type="text" id="b"> |
| 10 <input type="text" id="c"> |
| 11 <input type="password" id="password2"> |
| 12 <input type="hidden" id="gets_ignored_too"> |
| 13 <input type="password" id="password3"> |
| 14 <input type="submit" id="submit"> |
| 15 </form> |
| 16 </body> |
| 17 </html> |
OLD | NEW |