FP98: How to Add a Script to the ActiveX Calendar ControlID: Q194211
|
The ActiveX Calendar Control provides a way of displaying calendar-related
events on a Web page. ActiveX Controls may be combined to add greater
functionality to your Web pages than would be possible with a single
control.
NOTE: Microsoft Office 97 installs the ActiveX Calendar Control. If you
do not have Microsoft Office installed, the Calendar Control may not
appear in the Pick A Control list.
ActiveX Controls are a suite of products and technologies that support Web
development and enable software components to interact with one another.
ActiveX Controls are built on the Component Object Model.
For more information about ActiveX Controls, please see the following
Microsoft World Wide Web site:
http://www.microsoft.com/activex/galleryFor more information about Visual Basic Scripting, please see the following Microsoft World Wide Web site:
http://www.microsoft.com/scripting/vbscriptTo display the date you selected in a message box, follow these steps:
Sub Calendar1_Click()
call window.alert(msg)
Sub Calendar1_Click()
call window.alert(Calendar1.Value)
Additional query words: scripting controlling active x
Keywords : fpedit fpscript
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: July 30, 1999