Hey. I've got an HTML textbox, but when I press enter, it causes a postback. I'd rather it either do nothing or 'click' a hyperlink anchor. How do I stop the textbox from causing a postback when the enter key is pressed? Tthanks
I have:
<input id="textbox" type="text" />
<a href="#">Locate</a>