OpenSimMirror/bin/newaccountform.htm

9 lines
450 B
HTML

<form action="javascript:get(document.getElementById('myform'));" name="myform" id="myform">
<p> First Name: <input type="text" id="FirstName" size="17" maxlength="44"> </P>
<p> Last Name:
<input type="text" id="LastName" size="17" maxlength="44"> </p>
<p> PassWord:
<input type="password" id="PassWord" size="17" maxlength="44"> </p>
<br>
<input type="button" name="button" value="Create" onclick="javascript:get(this.parentNode);">
</form>