lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Password fields


From: Paul Casey
Subject: lynx-dev Password fields
Date: Fri, 29 Dec 2000 08:28:48 -0000

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

[Prev in Thread] Current Thread [Next in Thread]