Showing posts with label frame set navigation. Show all posts
Showing posts with label frame set navigation. Show all posts

frame set navigation

<html>

<frameset cols="120,*">

<frame src="tryhtml_contents.html">
<frame src="test_image.html"
name="showframe">

</frameset>

</html>