alohaaaron
Programmer
Hi, I'm trying to capture the contents of a text box with onblur or onchange after the text box is updated using this calender control. When I use an onblur='alert(this.value)' it is empty because I guess the box hasn't been updated yet because the cursor leaves the box and then needs to click on the date in the calender itself to populate it. If I use an onclick event, it is never fired because the box is still empty when it's clicked. I looked at the calender control.js to try and figure out if I could take the output from that and input it directly into the blur event but haven't figured it out.
Thanks for the help,
Aaron
Thanks for the help,
Aaron