View Single Post
Old 07-28-2010, 04:09 PM   PM User | #1
MikeMoschella
New to the CF scene

 
Join Date: Jul 2010
Location: Boston Mass
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
MikeMoschella is an unknown quantity at this point
Javascript on textbox changed question

Hello

I was at the javascriptkit.com and was to use one of there Javascript calenders in my web page the "Popup Date Picker" and the "Date Time Picker". I have the calenders working fine and after the date is selected it fills in the correct textbox with the date. The problem is after the user selects the date in the calender popup window I would like it to run another javascript function. But I cannot see in the calender code how to have it call my javascript code. I also tried the OnChange event with the Textbox that the Calenders are filling in with the date but it only fires when I click in the textbox. I call the Calenders JavaScript functions from my JavaScript script function that is tied to an aspropDownList OnChange Event. Is there any way I can have these calenders call a javascript function
when the date is selected in there window? Or could I try to catch when the
textbox is filled in with the date and call my function then?

Thanks
Mike
MikeMoschella is offline   Reply With Quote