My question is how can I in a textbox check if the return key is pressed and if it is pressed, execute a respective button(submit) press. I currently have three text boxes and respective buttons for each, such as:<br><br><text box1><button1><br><text box2><button2><br><text box3><button3><br><br>So for example if I pressed the return key in textbox1, how would I execute/press button1 automatically.<br><br>grateful for any help,<br>thanks.<br><br>