Hi to all,
iam written two frames as part of JSP. But the lower portion of frame overlapped the above frane..Please check my code and let me know if any thing wrong.
<HTML>
<HEAD>
<script language="JavaS cript">
window.moveTo(0 ,0);
</script>
<base target="_self">
</HEAD>
<FRAMESET ID=outerFramese t ROWS="30,70" name="MainFrame " border="2">
<FRAME ID=frame1 noresize scrolling="yes" src="/Guest/guestnfo.jsp" name="InguestIn fo">
<FRAME ID=frame2 noresize scrolling="yes" src="/Guest/servlet/guestReport?opt ion=guest&type= Jscript&name=gu estForm&usrId=1 234&usrCond=Equ als" name="OutUserIn fo" target="_self" >
</FRAMESET>
</BODY>
</HTML>
first frame SRC is JSP page
Second frame src is Result of servlet ...But the result of servlet overlaps the Jsp page..please check any thing wrong in my code.
Thank&Regards,
alakey..
iam written two frames as part of JSP. But the lower portion of frame overlapped the above frane..Please check my code and let me know if any thing wrong.
<HTML>
<HEAD>
<script language="JavaS cript">
window.moveTo(0 ,0);
</script>
<base target="_self">
</HEAD>
<FRAMESET ID=outerFramese t ROWS="30,70" name="MainFrame " border="2">
<FRAME ID=frame1 noresize scrolling="yes" src="/Guest/guestnfo.jsp" name="InguestIn fo">
<FRAME ID=frame2 noresize scrolling="yes" src="/Guest/servlet/guestReport?opt ion=guest&type= Jscript&name=gu estForm&usrId=1 234&usrCond=Equ als" name="OutUserIn fo" target="_self" >
</FRAMESET>
</BODY>
</HTML>
first frame SRC is JSP page
Second frame src is Result of servlet ...But the result of servlet overlaps the Jsp page..please check any thing wrong in my code.
Thank&Regards,
alakey..
Comment