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 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>

See Also

Customizing Calendar Appearance

Customizing Appearance Overview

Display calendar in an IFRAME

Custom Headers and Footers

Allowing the Public to Add Events

Ajax Integration of Connect Daily

TARGET=_BLANK HREF to Open New Window

Server Side Includes

Cascading Style Sheets

Setting Different Colors for Events

Customizing Icons

Customizing Event Display and Mouse-overs

Calendar Display Options

Disabling Features

Site Help

Change Colors Screen

Edit Custom Header