I was wondering if it is possible to do instant validation on a text box
within a form instead of waiting until the person submits. I am using a
scanner to read a barcode string and I need to validate the string when it's
in the textbox and immediately give focus to the next text box if the
validation passes. We are supposed to use JSP for this project and the only
textbox event I could possibly see that would call a JSP script is onchange
but that is only triggered if I manually change the focus from the first
text box. Any idea on how to proceed?
Thanks
Phil
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets