Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. leighsw

    I am trying to include the Calendar

    Just for completeness here's how I managed to solve the problem, thanks to swilliams &amp; palbano for their input. (My code was a bit overcomplicated!) <SCRIPT LANGUAGE=vbscript> Option Explicit Dim name Sub Calendar1_AfterUpdate( ) viewer.document.location.href =...
  2. leighsw

    I am trying to include the Calendar

    Okay, thanks for trying to help me ... looking back, I don't think I worded my query very well. How do I use the Microsoft ActiveX Calendar control to pass a date - chosen by the user - to another page? Hope you can help, thanks again.
  3. leighsw

    I am trying to include the Calendar

    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...
  4. leighsw

    Help required with, 'Object required'

    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...

Part and Inventory Search

Back
Top