Entering events in ActiveX Calendar Control with Frontpage 2002

K

Ken Noesgaard

I've made a webpage and wish to include a calendar where
I have highlighted days where a user can click on a day
and a window (or something) will pop up with the details
of the event.

I read Microsoft Knowledge Base Article - 205686 and it
helped me place the calendar on the page (very cool), but
the VBscript included only displays the script and
doesn't do anything. Doesn't matter... preview, browser,
whatever.

Can anyone please help me figure this out?

Thanks,

Ken.
 
K

Ken Noesgaard

In case you'd like to see the page in question here it is:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>What We Do</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="citrus 011,
default">
<meta name="Microsoft Border" content="t, default">
</head>

<body>
&lt;SCRIPT LANGUAGE=vbscript&gt;
&lt;!--
Sub Calendar1_Click()
Call window.alert(Calendar1.Value)
End Sub
--&gt;
&lt;/SCRIPT&gt;
<object classid="clsid:8E27C92B-1264-101C-8A2F-
040224009C02" id="Calendar1">
<param name="_Version" value="524288">
<param name="_ExtentX" value="7620">
<param name="_ExtentY" value="5080">
<param name="_StockProps" value="1">
<param name="BackColor" value="-2147483633">
<param name="Year" value="2004">
<param name="Month" value="6">
<param name="Day" value="27">
<param name="DayLength" value="1">
<param name="MonthLength" value="1">
<param name="DayFontColor" value="0">
<param name="FirstDay" value="7">
<param name="GridCellEffect" value="1">
<param name="GridFontColor" value="10485760">
<param name="GridLinesColor" value="-2147483632">
<param name="ShowDateSelectors" value="-1">
<param name="ShowDays" value="-1">
<param name="ShowHorizontalGrid" value="-1">
<param name="ShowTitle" value="-1">
<param name="ShowVerticalGrid" value="-1">
<param name="TitleFontColor" value="10485760">
<param name="ValueIsNull" value="0">
</object>
<p><u><font color="#FF6600"
size="5">Events:</font></u></p>
<p><font size="4" color="#FF6600">July 17,
2004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Meeting at home of Natalia Kitsea.</font></p>
<p><font size="4" color="#FF6600">August 21,
2004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
Barbeque and meeting at aviary of Sean Ferguson.
</font></p>
<p><font size="4" color="#FF6600">September 18,
2004&nbsp;&nbsp;&nbsp; Regular
meeting at Sherbrooke Nursing Home, 2:00 p.m.</font></p>
<p><font size="4" color="#FF6600">October 15-17,
2004&nbsp;&nbsp;&nbsp;
Saskatoon Pet Expo</font></p>
<p><font size="4" color="#FF6600">October 16,
2004&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Regular meeting at Sherbrooke Nursing Home, 2:00
p.m.</font></p>
<p><font size="4" color="#FF6600">November 20,
2004&nbsp;&nbsp;&nbsp; Regular
meeting at Sherbrooke Nursing Home, 2:00 p.m.</font></p>
<p><font size="4" color="#FF6600">December 18,
2004&nbsp;&nbsp;&nbsp; Regular
meeting at Sherbrooke Nursing Home, 2:00 p.m.
<blink>Memberships expire.</blink></font></p>
<p><blink><font size="4" color="#FF6600">January 15,
2005&nbsp;&nbsp;&nbsp;
</font></blink><font size="4"
color="#FF6600">&nbsp;&nbsp;&nbsp; Regular meeting
at Sherbrooke Nursing Home, 2:00 p.m. Membership renewals
due.</font></p>
<p><br>
&nbsp;</p>
<p><u><font size="5" color="#FF6600">How to get to our
meetings:<br>
</font></u><font face="arial, helvetica, sans-
serif"><strong><u>Sherbrooke
Community Centre<br>
</u></strong>401 Acadia Drive<br>
Saskatoon, SK&nbsp; S7H 2E7&nbsp; Canada</font></p>
<p>
<applet code="fphover.class" codebase="./" width="150"
height="14">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="Map to Sherbrooke">
<param name="color" value="#FF6600">
<param name="hovercolor" value="#00CC33">
<param name="effect" value="glow">
<param name="url" valuetype="ref"
value="http://www.mapquest.com/maps/map.adp?
country=US&countryid=US&addtohistory=&searchtab=address&se
archtype=address&address=&city=saskatoon&state=sk&zipcode=
S7H+2E7&search=++Search++">
</applet><font face="arial, helvetica, sans-serif"><br>
</font><u><font size="5" color="#FF6600"><br>
&nbsp;</font></u></p>
<p><font color="#FF6600" size="4">We publish a newsletter
quarterly (once every 3 months).
</font> </p>
<p><font color="#FF6600" size="4">Here is an example of
our newsletter </font>
<applet code="fphover.class" codebase="./" width="150"
height="18">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="&quot;THE PHOENIX&quot;">
<param name="color" value="#FF6600">
<param name="hovercolor" value="#00CC33">
<param name="effect" value="glow">
<param name="url" valuetype="ref"
value="files/Newsletter%20Volume%202_Issue%201%20April%
202004.pdf">
</applet></p>

</body>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top