<!-- As you can see, it is a normal form. Both the Post and Get methods are supported.
     The NAME field is the name that the value will be referenced as in the next page,
     ie: The word :user_login in login1.ihtml will resolve as the value of user_login. -->


<FORM ACTION="login1.ihtml">

<PRE>

Enter login:     <INPUT TYPE=TEXT NAME=user_login SIZE=30>
Enter Password:  <INPUT TYPE=PASSWORD NAME=user_password SIZE=30>

                 <INPUT TYPE=submit VALUE="login">

</PRE>

</FORM>