I have a text box and a link in a form. I need the link to be clicked when the return key is hit in the text box. It is quite easy to catch the return key but I don't think I can simulate a click event for the anchor.
I know you can do it for an input button type but I need this to be an anchor tag. Any suggestions?
I know you can do it for an input button type but I need this to be an anchor tag. Any suggestions?