Link to home
Start Free TrialLog in
Avatar of CliffordNg
CliffordNg

asked on

CF how to pass date values

<cflocation url="http://localhost/inquiry.aspx?date=#form.txtDate#&nights=#form.txtNights#&rooms=#form.txtRooms#&adults=#form.txtAdults#&child=#form.txtChild#&rateCode=#form.txtCode#" addtoken="no">

In Cold Fusion, I need to quickly change a form such that I don't use a calendar picker but rather a dropdown list for day-month-year, such that only several months of the year are offered in the dropdown. It will be a form with the days of the month and months of the year 2011, instead of a calendar. I want to cover, for example May to Nov 2011.

Because the date values of the form will need to be passed to the above cflocation url, can you help me how to do this ?

hope you understand what I want to do, (I'm not an IT guy), let me know if you need furhter clarification.

thanks, Clifford
ASKER CERTIFIED SOLUTION
Avatar of cfEngineers
cfEngineers

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