What we have tried to do is add some JavaScript logic to a JSP to check
user input in a text box on key events such as keypress, keydown and keyup.
Using static HTML with JavaScript it works fine in both Netscape 4.5 and IE
4.0.  When used in a JSP netscape completly ignores the key events but IE
works fine.  We are using jdk1.1.8 within IBMWebSphere Applicaton
ServerV2.0.  The strange thing is if we save the page source produced by the
JSP as a html file and browse to that html file the javascript again works
fine.

Is there anybody out there who has encountered a similar problem and may be
able to offer some advice.


Thanks in advance,

Mark

===========================================================================
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

Reply via email to