tenfourfox/netwerk/protocol/ftp/test/frametest/index.html

14 lines
338 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<title>FTP Frameset Test</title>
</head>
<frameset cols="30%,70%" name="ftp_main_frame">
<frame src="menu.html" name="ftp_menu" scrolling="yes" marginwidth="0" marginheight="0" noresize>
<frame src="contents.html" name="ftp_content" scrolling="YES" marginwidth="0" marginheight="0" noresize>
</frameset>
</html>