Re: how to call jsp page from javascript
Posted By:
Anonymous
Posted On:
Saturday, October 15, 2005 10:07 AM
u can call a jsp-side from javascript i.e. with
where
- myside.jsp is the jsp-side u want 2 call
- paramN, valueN are some parameters u can get with request.getParameter() within your jsp-side ure calling
Hope thats the answer of ure question