Good Morning...
I am using java script in each page to trigger the Enter key press Event inside the textbox. It is working fine. Now i want to place the c
If you want the form to submit when the user presses the Enter key, then you don't need javascript. It will do so automatically. Just put the textbox inside a form element with an action:
when the enter key is pressed, the form is submitted and sent to process.php