thelordoftherings
Programmer
Hello,
I have two working JSP's.
When I try to set them at one page using frameset like this:
<frameset rows="50%,50%">
<frame src="1.jsp">
<frame src="2.jsp">
</frameset>
I don't see the pages, why is that?
I have two working JSP's.
When I try to set them at one page using frameset like this:
<frameset rows="50%,50%">
<frame src="1.jsp">
<frame src="2.jsp">
</frameset>
I don't see the pages, why is that?