|
help with response.sendRedirect method
I have a question in JSP, I want to use response.sendRedirect to invoke another application from the JSP. The problem is that I want it in a separate screen instead of using the existing screen.
any ideas to do this?
|