Connecting Tech Pros Worldwide Forums | Help | Site Map

FRAMES are overlapping in JSP

Newbie
 
Join Date: Nov 2007
Posts: 17
#1: Dec 14 '07
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="JavaScript">
window.moveTo(0,0);
</script>
<base target="_self">
</HEAD>

<FRAMESET ID=outerFrameset ROWS="30,70" name="MainFrame" border="2">


<FRAME ID=frame1 noresize scrolling="yes" src="/Guest/guestnfo.jsp" name="InguestInfo">

<FRAME ID=frame2 noresize scrolling="yes" src="/Guest/servlet/guestReport?option=guest&type=Jscript&name=guestFo rm&usrId=1234&usrCond=Equals" name="OutUserInfo" 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..

BigDaddyLH's Avatar
Moderator
 
Join Date: Dec 2007
Location: Kelowna, BC Canada
Posts: 1,212
#2: Dec 14 '07

re: FRAMES are overlapping in JSP


You may have a servlet behind this, but it doesn't really seem to be a Java question. Perhaps a HTML forum would be a better place to ask.
Reply


Similar Java bytes