FRAMES are overlapping in JSP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akaley
    New Member
    • Nov 2007
    • 17

    FRAMES are overlapping in JSP

    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..
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    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.

    Comment

    Working...