diff options
Diffstat (limited to 'bin/newaccountform.htm')
-rw-r--r-- | bin/newaccountform.htm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/newaccountform.htm b/bin/newaccountform.htm deleted file mode 100644 index d21b983..0000000 --- a/bin/newaccountform.htm +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
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 | ||