dougt%netscape.com ab0265ca32 adding a little test suite in html for ftp. It is not part of the build.
git-svn-id: svn://10.0.0.236/trunk@84891 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-12 22:10:55 +00:00

14 lines
338 B
HTML

<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>