the date list box field is in a form. but it's not using get or post to bring up the calendar. Let me break it down
The user click on a calender image, selects the date they wish to check in. That date is then writen to the date listbox. The problem I'm having is writing to that listbox.. I know it should be something like DOCUMENT.WRITE.FORM.ELEMENT.VALUE.OPTION = (the date). but I'm not sure,, plus ActionScript is a little different than JavaScript.
Thanks for repling...
|