I was able to find one solution regarding modal windows, here is the link: Simple jQuery Modal Window Examples. However, what I want specifically is:
- I want to open b.jsp as a Simple Window Modal, like the one given in that website link above.
- After clicking the submit button I want b.jsp to open in that manner.
I tried several solutions, but I can't get it to work the same way.
Here is my code below:
a.jsp
<form action="b.jsp">
<input type="submit" value"click here to open modal window"/>
</form>