Re: reset the value of a datetimepicker using java script

2007-05-02 Thread kris16
nStatus"/> >> >> >> >> > >> label="Planeringsdatum"/> >> >> >> >> >> >> function planStatuschanged (formObj) { >> >> if (formObj.planStatus.options[formObj.planStatus.selectedIndex].value >>

Re: reset the value of a datetimepicker using java script

2007-05-02 Thread Musachy Barroso
d.value=""; >> } >> >> } >> -- >> View this message in context: >> http://www.nabble.com/reset-the-value-of-a-datetimepicker-using-java-script-tf3680879.html#a10286861 >> Sent from the Struts - User mailing list archive at Nabble.com. >>

Re: reset the value of a datetimepicker using java script

2007-05-02 Thread kris16
;; >> >> But that do not work either. >> What am I doing wrong ? >> >> >> >> >> > ... >> ... >> id="planStatus"/> >> >> > label="Planeringsdatum"/> >> >> >> function planStatuschanged (fo

Re: reset the value of a datetimepicker using java script

2007-05-02 Thread Musachy Barroso
tag ( function planStatuschanged (formObj) { if (formObj.planStatus.options[formObj.planStatus.selectedIndex].value == 4) { formObj.statusDateId.value=""; } } -- View this message in context: http://www.nabble.com/reset-the-value-of-a-datetimepicker-using-java-script-tf3680879.html#

reset the value of a datetimepicker using java script

2007-05-02 Thread kris16
use an ordinary input tag ( function planStatuschanged (formObj) { if (formObj.planStatus.options[formObj.planStatus.selectedIndex].value == 4) { formObj.statusDateId.value=""; } } -- View this message in context: http://www.nabble.com/reset-the-value-of-a-