It is always recommended to use css styles instead of the frameborder attribute.
<frameset cols="50%,50%"> <frame src="frame_1.htm" style="border:none"> <frame src="frame_2.htm"> </frameset>
It is better to use iframes and divs where possible.
A further set of frames is not supported in HTML5.
nandithakw
source share