Is it possible to define a java function, in the jsp file that could be
call as a javascript function ?

For instance:

<jsp:myfunction(param 1, param2) .......
...
</myfunction>


<HTML Code ....>
param1 init
param2 init
<%
myfunction(param1, param2);
%>
</HTML Code>

Thanks in advance,
david

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