Is there a workaround to submit a form when the enter key is pressed
on PPC 2003? Enter submits forms on IE 5.5,6.0, Firefox, Netscape, PPC
2000 but not 2003 or 2002 from what I understand.

I have read about putting a submit button on there but this is not our
preferred solution. We have a scanwedge utility that allows us to
send the enter key upon the completion of a scan. In CE, 2000 this
application worked perfectly. But now the user has to either click on
the button or hit tab enter to get it to work.

Is there anything I can try?

Re: Pocket IE 2003 submit on enter. by Andy

Andy
Fri Dec 03 11:31:02 CST 2004

Enter will only submit the form if there's a single <input type="text |
password"> form control in it. This is to avoid any ambiguity when enter is
pressed in order to exit the input field and move to another one. All you
need to to is modify the form on the page you're using to meet this
requirement.

Andy.

"thop7777" <thop7777@yahoo.com> wrote in message
news:229f56e8.0412030826.feb2479@posting.google.com...
> Is there a workaround to submit a form when the enter key is pressed
> on PPC 2003? Enter submits forms on IE 5.5,6.0, Firefox, Netscape, PPC
> 2000 but not 2003 or 2002 from what I understand.
>
> I have read about putting a submit button on there but this is not our
> preferred solution. We have a scanwedge utility that allows us to
> send the enter key upon the completion of a scan. In CE, 2000 this
> application worked perfectly. But now the user has to either click on
> the button or hit tab enter to get it to work.
>
> Is there anything I can try?