RE: Problem with LookupDispatchAction and pressing ENTER in a text

2002-11-21 Thread Jorge Ruben Macias Lopez
I think there's an even handler in the html:form tag which lets you assign a javascript action to be executed when the form is submitted. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: Jueves, 21 de Noviembre de 2002 01:07 p.m. Para: [EMAIL PROTECTED]

RE: Problem with LookupDispatchAction and pressing ENTER in a text

2002-11-21 Thread Andrew B Forman
sounds like you only have one input of type text on your form. believe it or not, this is actually a feature =) http://ppewww.ph.gla.ac.uk/%7Eflavell/www/formquestion.html what you'll want to do is either inhibit the enter press or put a hidden inside the form that duplicates the default method.