embed « Tag « JSP-Servlet Q&A





2. Is it possible to embed jsp tags in javascript??    coderanch.com

Is it possible to embed jsp tags in javascript?? I want to have only one html form, yet submit data to different pages for processing. Submit buttons call corresponding jscript method with onClick event...Problem is, I want to append form data to the url, and it's static in the below functions. I want to do something like this....