Monday, September 14, 2015

A web form created using htmlgen.py

The HTML generated is:
<form method="POST">
Username:
<input name="username" type="TEXT"><br>
Password:
<input name="password" type="password"><br>
<input name="SubmitButton" type="submit" value="Sign in">
</form>
 which produces the following form:
=====
Username:
Password:

No comments:

Post a Comment