Previous Topic

Next Topic

Book Contents

Book Index

Display calendars in a frame

The HTML fragment below will display a standard navigation frame on the left, and connectDaily'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>

See Also

Web Site Integration

Web Site Integration Overview

Web Site Integration Wizard

Joomla Integration

WordPress Calendar Plugin

IFrame Integration

Custom Headers and Footers

Allowing the Public to Add Events

Ajax Integration of connectDaily

TARGET=_BLANK HREF to Open New Window

Server Side Includes

Calendar Display Options