Hi,
I have a form with an image button like this:
<td><input type='text' name='search' id='search' value=''
size=30><BR><sp an class=body><cen ter>Enter Email Address</span><BR></
td>
<td><a href='#'><img src='./images/search.gif' border=0
onclick='return getCustomer(sea rch.email.value );'></a><BR><BR></td>
Problem is that the mouse click works fine. The enter key, once you
enter data and hit enter, nothing happens. I want it to work with
both the enter key AND the mouse......
Can someone help me out here?
Thanks!
Comment