Menu

#130 HTML Frames

Version_2.0_beta1
closed
nobody
5
2014-09-06
2009-04-28
Vijay kumar
No

Hi

in my HTML i have only frames which is somthing like <frameset rows="11%,*" border="0" frameSpacing="0" frameBorder="0">
<frame name="header" src="../Global/header.htm" scrolling="no" noresize="">

    <frameset id="frameset" name="frameset" cols="15%,85%,0,0,0%">
        <frame id="contents" name="contents" scrolling="no">
        <frame id="main" name="main" noresize >
        <frame id="submain" name="submain" noresize>
        <frame id="submitfrm" name="submitfrm" noresize>
        <frame id="exil1" name="exil1" src="../applicationHome.htm" noresize>

    </frameset>
    <!--<frame name="footer" src="../Global/CompLogo.htm" scrolling="no" noresize frameborder = "1" >-->
</frameset>

here in content frame i am loding the HTML page whihc is having menu, on click of the menu in the exil1 frame i loading the apporiarite html page on click of the i am getting the page load error saying that frame it self not found
please help me to resolve this

Discussion

  • Jeroen van Menen

    Could you add some code as well so I can reproduce this issue.

    Thanks in advance,
    Jeroen

     
  • Jeroen van Menen

    Difficult to reproduce and no code provided to reproduce it. Issue is closed.

     

Log in to post a comment.