Roll your own change detection.....
store the initial field values in Javascript variables marked with prefix
"old_"
and then set-up the comparison to any new values coming from the form in an
onsubmit validation function.

you can employe JSP to generate some of this Javascript for you.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Joe / NeoSoft
> Sent: Friday, May 11, 2001 7:50 AM
> To: [EMAIL PROTECTED]
> Subject: HELP.. How to Trigger Javascript Onchange Event
>
>
> Hi,
>
> In an JSP Entry form, for Validating various field values, we are using
> ONCHANGE event.
> It triggers when we position the cursor using tab. When it is done thru
> mouse click, and entering
> a single character in the field, it doesnot trigger.
> Any solution to this problem is welcome.
>
> Regards
> JOE
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to