<html>
<head>
<title>Ma page</title>
</head>
<frameset cols=23%,77%>
<frame src="left.html" name="cotegauche">
<frame src="right.html" name="cotedroit">
</frameset>
<body>
</body>
<noframes>
<a href="right.html">Cliquez ici</a>
</noframes>
</html>