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

[509 byte] By [nishitta] at [2007-11-27 7:11:02]
# 1
In the calendar popup JavaScript after it populates the text field with the date have it then submit the form.
tolmanka at 2007-7-12 19:02:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I found a place where it creates Anchor for date. I am trying to write onClick="submit();". Its not working. how can I refer my from in JSP page to this Java Script.Thanks for your help
nishitta at 2007-7-12 19:02:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Got it Thanks
nishitta at 2007-7-12 19:02:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...