Hello everyone,
can anyone give me ideas on how to implement jsp code inside a Javascript function? 
This function will be executed on a 'on mouse' event. to refresh the bottom of the 
page with pertinent information for the field that was clicked. So the java code 
inside the function will dinamically execute using parameters passed by the ' on mouse 
' call. The bean I have is going to do a DB connection, retrieve data and prepare the 
html part for the page. I will use dynamic html to refresh the page sections I need.
One more question how can a variable defined in the java script be visible to the java 
code in <% %> tags? And how can I assign the jsp values back to a html page element 
(i.e. abc.innerHTML=?????) ?
Thank you everyone.
Hope to hear from you soon.
Giovanni.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to