libreccm-legacy/ccm-core/web/assets/htmlarea/popups/frame.html

10 lines
186 B
HTML
Executable File

<html>
<head>
<title>Frameset Example</title>
</head>
<frameset rows="*,4*">
<frame src="frame_main.html" />
<frame name="right1" src="frame_image.html" />
</frameset>
</html>