summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/ftp/test/frametest/index.html
blob: 78c0dad584e0bb4a50bf7540eef94f07718356d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>