InterviewSolution
Saved Bookmarks
| 1. |
How Do I Make A Form So It Can Be Submitted By Hitting Enter? |
|
Answer» The short ANSWER is that the form should just have one <INPUT TYPE=TEXT> and no TEXTAREA, THOUGH it can have other form elements like checkboxes and radio buttons. The short answer is that the form should just have one <INPUT TYPE=TEXT> and no TEXTAREA, though it can have other form elements like checkboxes and radio buttons. |
|