I am trying to include the Calendar ActiveX control on a web page. I want to then display a subsequent page based on the date selected by the user.
I can display it using the <OBJECT> tag, but I want to create the control using ASP via the Server.CreateObject method and then display the control...
I am trying to use an ActiveX Calendar control to load a page where the content is based on the date selected by the user.
In order to do this I am passing the date value from the calendar to the next page in the following way:-
<SCRIPT LANGUAGE=vbscript>
Option Explicit
Dim caldate, name
Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.