Hi,
i need a help, is this possible to convert the below code to iframe?
<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>