Hello,

   I need to include a java method in OnClick event of the method.
But that method is called only first time when the JSP page is loaded.
It is not calling whenever I click that button.

  When I am clicking the button, I need to get some value from the methos
depends on that value, button click action is handled.
  I dont want to refresh my page on the click especially.
This is the sample how I am calling the java method to get that value.

          <td width="15%" align="center"><input type="button" name="Submit4"
onClick="callHtml('<%= critInd.getCriteriaInd(leadlistnum) %>')"
value="SetCriteria"></td>

Kavitha
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

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