Is there a limitation to where i can append a <%... %> in the JSP file.

If I captured an event, say onClick="", can I append <%... %> in it ?

E.g.
    <A HREF="file.jsp" onClick="<% classA.setValueA(1); %>" >Text</A>

Thank you for your help.

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