diff options
Diffstat (limited to '')
-rw-r--r-- | bin/newaccountform.htm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/newaccountform.htm b/bin/newaccountform.htm new file mode 100644 index 0000000..d21b983 --- /dev/null +++ b/bin/newaccountform.htm | |||
@@ -0,0 +1,9 @@ | |||
1 | <form action="javascript:get(document.getElementById('myform'));" name="myform" id="myform"> | ||
2 | <p> First Name: <input type="text" id="FirstName" size="17" maxlength="44"> </P> | ||
3 | <p> Last Name: | ||
4 | <input type="text" id="LastName" size="17" maxlength="44"> </p> | ||
5 | <p> PassWord: | ||
6 | <input type="password" id="PassWord" size="17" maxlength="44"> </p> | ||
7 | <br> | ||
8 | <input type="button" name="button" value="Create" onclick="javascript:get(this.parentNode);"> | ||
9 | </form> \ No newline at end of file | ||