Showing posts with label frameset noresize. Show all posts
Showing posts with label frameset noresize. Show all posts

frameset noresize

<html>

<frameset rows="50%,50%">
   <frame noresize="noresize" src="test_image.html">

<frameset cols="40%,60%">
   <frame noresize="noresize" src="test_table_align.html">
   <frame noresize="noresize" src="test_text_dfn.html">
</frameset>

</frameset>

</html>