1
vote
How to submit a form when the return key is pressed?
I think you should actually have a submit button or a submit image... Do you have a specific reason for using a "submit div"? If you just want custom styles I recommend <input type="image" …
0
votes
How do I get the coordinates of the caret in text boxes?
Pat, I think the functionality you are looking for only exists in IE. MSDN. But this is not an official JS thing n …
