Event

What is the event that gets fired upon selection of a date in the calender control (in jsp)?
[99 byte] By [Rupaa] at [2007-11-27 2:35:00]
# 1
are u usng any js calenders?
mshanua at 2007-7-12 2:52:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi,I have to call a javascript function on the click of any date in the calender control(jsp).
Rupaa at 2007-7-12 2:52:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Is anybody responding to this question?
Rupaa at 2007-7-12 2:52:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
from where did u get the code? u can go for onClick event rite?
mshanua at 2007-7-12 2:52:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
You can use onChange event. When ever you select a date on the calendar popup, it will populate or change the value of the field. This event will be fired on change of this field value.SirG
SirGenerala at 2007-7-12 2:52:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6

I have to 2 textboxs with 2 calendar controls. if I click on a date in the first calendar control, the 1st textbox will be populated with this date. Simultaneuosly 7 days have to be added to this date and it should be populated in the 2nd textbox.

Now, if I use onClick event, the 2nd textbox takes whatever the value is there in the first textbox. This event gets fired before I select the date in the calender control. The OnClick event gets fired whenever I click on the calendar control. I want it to get fired when I click a date in the calendar control.

Rupaa at 2007-7-12 2:52:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...