Hi,
 
The user guide says:
NOTE, however, that Return also will submit the form if the text entry field is the only non-hidden field in the form.
 
 
This is true for the following form:
 
"<input type='text' name='Password' size='10' value='" & Password & "'><input type ='submit' name='' value =''<br>"
 
but not true for:
 
"<input type='PASSWORD' name='Password' size='10' value='" & Password & "'><input type ='submit' name='' value =''<br>"
 
Anyone know of an option to force the submit on a password field?
 
Thanks,

Paul

Reply via email to