Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

classic asp calendar

I have classic asp application - within the webpage has <input type="text" name="dob">
What I want to do is: when the someone click/mouse over/focus on the textbox,
a calendar will be pop up, just like ajax. But I don't want a new window open.

Thanks.
Avatar of Big Monty
Big Monty
Flag of United States of America image

this would be done via javascript as it needs to be controlled via the client. if you use jQuery, here's a simple one to implement:

http://jqueryui.com/demos/datepicker/
ASKER CERTIFIED SOLUTION
Avatar of worthyking1
worthyking1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial