Use the <iframe> tag. This will only work with recent browsers,
like mozilla, opera, netscape6 and IE5.
You need to pass webcal at least the following args:
c=navigation_table&w=CALENDAR_NAME&anonymous=1&width=WIDTH&height=HEIGHT
where CALENDAR_NAME is the name of your calendar, WIDTH and HEIGHT are the
size of small month calendar.
A few additional args maybe passed to webcal. They are
cellcolor=#rrggbb | Specify the background color for weekday name cells. |
gridcolor=#rrggbb | Specify the grid line color. |
bgcolor=#rrggbb | Specify the background color. |
noarrow=1 | Disable the two month navigation arrows. |
Here is the sample html code.
<iframe
src="http://path_to_webcal_cgi?c=navigation_table&w=calendar_name&anonymous=1&width=130&height=120"
scrolling=no width=160 height=150 frameborder=0>
</iframe>