Button, Password, Hidden, and Submit Input Elements

<FORM NAME="LoginForm" METHOD=POST ACTION="http://developer.netscape.com/docs/manuals/htmlguid/urlToInvoke"> <P>User name: <INPUT TYPE="text" NAME="userName" SIZE="10"> <P>Password: <INPUT TYPE="password" NAME="password" SIZE="12" VALUE="treasure"> <INPUT TYPE="hidden" NAME="DefaultPass" VALUE="treasure"> <P><INPUT TYPE="submit" VALUE="Log in"> <INPUT TYPE="button" VALUE="Cancel" onClick="window.close()"> </FORM>

User name:

Password: