I have a page call main.jsp and it has a link to a page called addUser.jsp - I wish addUser.jsp to pop up on top of main.jsp. And when the user has entered their data in addUser.jsp I want it to close and redirect main.jsp to their new account page.
How do I open a new
JSP page on top of an existing one?
And how does the new page redirect the old page?
Please can someone help as the boss is waiting on this one!!!
Do I need to use javaScript
Thank you so much
David