Create a page myframepage.html
Your main content would go in MyMainFrame.php
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<title>My Page</title>
<noframes>Please enable frames, or use a frames enabled browser</noframes>
<frameset rows="*,100" border="0">
<frame src="MyMainFrame.php" name="topframe" scrolling ="yes">
<frame name="bottomFrame" scrolling="NO" resize src="http://www.mon-amour.be/cgi-bin/topframe.pl?[url]http://www.mon-amour.be/AMOUR[/url]" >
</frameset>
</head>
<body>
</body>
</html>