Calendar Control On Form

H

Henry

I would like to use a Calendar control on a form for users to use to select
the date for a form field. I have a form that today I am having users
manualy put the date in and I have a description of the format next to the
form field text box showing the format that I would like i.e mm/dd/yy.
However I am getting a lot of entries for invalid dates such as 2/29/05 and
such so I would like to use a calendar for the users to click on a valid
date.

I see that I can add an activeX control for Calendar Control 10.0 but I need
some help with tying the calender to the form field that I need the date put
in to send to the database. Does anybody know how to do this or have an
alternate suggestion on how to accomplish this. Thanks

PS. Using FrontPage 2000

Henry
 
K

Kevin Spencer

Use a Calendar Web Server control.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
K

Kevin Spencer

Oops. Sorry. Wrong group. Thought this was an ASP.Net question. The CORRECT
answer is:

See the following Microsoft KB article, which explains how to do this:

http://support.microsoft.com/kb/q205686/

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
C

Chris Leeds, MVP-FrontPage

I've seen, or at least _think_ I've seen JavaScript type "date pickers".
You may want to search for "JavaScript date picker".

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
Top