Calling a jsp script, but not creating new html page
843835Jan 15 2002 — edited Jan 15 2002 On submittance of a form on a html page, I pass parameters to the destination jsp script.
I do not want to 'forward' to another html page, simply call the code written in the jsp script and remain on the calling html page.
How can I call this jsp script from a page, and still remain on this page, after execution of the jsp?
Thanks,
Alex.