Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<frameset rows="20,80" frameborder="NO" framespacing="0">
<frame name="1" src="Year.cfm" marginwidth="10" marginheight="20" scrolling="no" frameborder="0" noresize>
<frame name="2" src="details.cfm" marginwidth="10" marginheight="10" scrolling="no" frameborder="0" noresize>
</frameset>
<frameset rows="20,*" frameborder="NO" framespacing="0">
<frame name="1" src="Year.cfm" marginwidth="10" marginheight="20" scrolling="no" frameborder="0" noresize>
<frame name="2" src="details.cfm" marginwidth="10" marginheight="10" scrolling="no" frameborder="0" noresize>
</frameset>
<html>
<head>
<title>Frameset</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="80,*">
<frame name="1" src="Year.cfm" target="year" marginwidth="10" marginheight="10" scrolling="no" noresize >
<frame name="2" src="details.cfm" target="details" marginwidth="10" marginheight="10" scrolling="auto">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>