Select Date using Calendar and Submit
Hi,
I have a JSP file to create a form that has date range from and to text field. I would like to submit the form when user changes the date.
I have onChange="submit();" specified with the text fields.
Form gets submitted fine when we change the date by typing in the field.
I am using the calandar popup. Form does not get submitted when user selectes date using calandar.
http://www.mattkruse.com/javascript/calendarpopup/
Any help is appreciated
Thanks

