2025-11-28 00:35:46 +09:00

43 lines
1.0 KiB
HTML

<HTML xmlns:IE><HEAD>
<TITLE>Behavior Library: Calendar</TITLE>
<STYLE>
@media all
{
IE\:Calendar
{
behavior: url(calendar.htc) ;
width : 33%;
}
}
A:link { color:#003399; text-decoration:none; }
A:visited { color:#6699CC; text-decoration:none; }
A:hover { text-decoration:underline; }
</STYLE>
</HEAD>
<BODY BGCOLOR=#FFFFFF TEXT=#000000>
<!--TOOLBAR_START--><!--TOOLBAR_EXEMPT--><!--TOOLBAR_END-->
<H2>Calendar</H2>
<P>
<FONT FACE="verdana,arial,helvetica" SIZE=1>
<A href="#" onclick=self.close()><IMG ALIGN="middle" SRC="demo.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALT="Click to Close Sample"></A>
&nbsp;<A href="#" onclick=self.close()>Close This Sample</A>
</FONT>
<HR>
<CENTER>
<IE:Calendar id="cal" style="width : 300; height : 275; border : 1px solid black;"> </IE:Calendar>
</CENTER>
<P>
<HR>
<FONT FACE="MS SANS SERIF" SIZE="1" COLOR="BLACK">
&copy; <A HREF="/misc/cpyright.htm" TARGET="_top">1999 Microsoft Corporation. All rights reserved. Terms of use</A>.
</FONT>
</BODY>
</HTML>