Hi,
I embed "month view" control in a web page. Then, I set its value to
"now" (don't know any other way to always start on the current date).
<p>
<object classid="clsid:232E456A-87C3-11D1-8BE3-0000F8754DA1"
id="MonthView1" width="345" height="244">
<param name="_ExtentX" value="7620">
[snip]
<param name="MinDate" value="-53688">
</object>
<script language="VBScript">
MonthView1.Value = Now
</script>
</p>
I get the following message when rendering the page:
"An ActiveX control on this page might be unsafe to interact with
other parts of the page..."
How to fix this?
Thanks,
P.