Mohan Raj

Mohan Raj

  • NA
  • 37
  • 4.2k

Reg - Frameset to iframe

Jul 19 2017 2:13 AM

Hi,

 i need a help, is this possible to convert the below code to iframe?

 <frameset id="mainframe" name="mainframe" rows="70,*,20" border="0" framespacing="0" frameborder="0">

<frame name="banner" scrolling="no" noresize src="header.aspx" style="border:0px;">

<frameset id="subframe" name="subframe" cols="200,*"">

<frame name="contents" noresize id="Content" src="menu.aspx" DESIGNTIMEDRAGDROP="9" style="padding-top:1px">

<frame name="main" id="Frame1" style="border:0px;padding-top:1px">

</frameset>

<frame name="bottom" scrolling="no" noresize target="contents" src="footer.html">

<noframes>

<body style="margin-top:0px; margin-left:0px">

<p>This page uses frames, but your browser doesn't support them.</p>

</body>

</noframes>

</frameset>

Thanks.
 

Answers (1)