The HTML fragment below will display a standard navigation frame on the left, and Connect Daily's month view calendar on the right.
<html>
<head>
<title>My website</title>
</head>
<frameset cols="30%,70%">
<frame name="TOC" SRC="MyMenu.htm">
<frame name="BODY" SRC="calendar/ViewCal.html">
</frameset>
</html>