My hp's
http://www.poliscarhire.com/index.php code is in
http://www.poliscarhire.com/test/code-hp.htm well I try to make a calendar(DATE PICKER) for the date drop downs[on the Left hand side], I try to use either
http://www.yxscripts.com/xc2/index.htmlhttp://www.yxscripts.com/xc2/examples/autohide.html [this I want]
or
http://www.dynarch.com/demos/jscalendar/http://www.dynarch.com/demos/jscalendar/simple-1.html [this I want]
but these do NOT fill drop downs but textboxes, I try to make it unsuccessfully,
can you help me in one of these DATE PICKERs ?
In my case i have two trios of select lists (so two links for select date dialog boxes-pickers) I guess i will assign results to
document.forms.book.pickUpDay.value = ????
document.forms.book.pickUpMonth.value = ????
document.forms.book.pickUpYear.value = ????
document.forms.book.dropOffDay.value = ????
document.forms.book.dropOffMonth.value = ????
document.forms.book.dropOffYear.value = ????
How this ? where I must call assign function ?