<html>
<head>
<title>Play with cgi</title>
</head>
<frameset cols='40%,60%'>
<frame src='form.html' name='theform'>
<frame src='dummy.html' name='cgioutput'>
</frameset>
</html> 
