How can I also make it work when the user hits the Enter key
Thank you very much
penders
5:45 pm on Jul 13, 2006 (gmt 0)
You could alternatively use an <input type="image" element to display your image and this will also act as the submit button for the form. That way the [Enter] button should also cause the submit action to fire, without having to code any extra events.