the event takes place on the client side (browser) while the JSP code runs
ONLY when an http request comes from the browser.
however if all you want is to have somthing happen of the server side, make
a link to a servlet/JSP and set it so it will return the no content error,
this way the browser wouldn't be effected and you still got a request to the
server
if you want it to be bedirectional, my only solution is to build an applet
that communicate with the server and rebuilds DHTML sections as neccesary.
lee

Lee Elenbaas
ViryaNet
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Garcia, Cristina
Sent: Thursday, May 18, 2000 1:08 PM
To: [EMAIL PROTECTED]
Subject: Event handlers


Is it posible to refer to a JSP code when an event (for example onClick at a
<select>) occurs? (instead of a reference to a Java Script function).

Thanks!

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

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