views:

296

answers:

3

I wonder how I can call the datepicker script from a link, something like

<div id="datepicker_popup"><a href="#">Choose Date</a></div>

and submit the chosen date to a PHP page. Any ideas? Thanx, chris

A: 

I would suggest using Jquery datepicker

Roy Rico
A: 

You could use css to format the textbox to look like a normal link. That way you'd not need to play about with it that much? :)

Si Philp
A: 

oh, I got it - "Si Philp", you say that I should just use CSS to change the design of the input textbox... hmm, that should work. Yeah, that's easy - thanx!