This example demonstrates how to make a frameset with three documents, and how to mix them in rows and columns.
<html>
<framset rows="50%,50%">
<frame src="frame_a.htm">
<frameset cols="25%, 75%">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>
</frameset>
</html>
April 24, 2009
0 Mixed Frameset
Posted by raj on 3:49 AM
0 comments:
Post a Comment