nStatus"/>
>> >>
>> >> > >> label="Planeringsdatum"/>
>> >>
>> >>
>> >> function planStatuschanged (formObj) {
>> >> if (formObj.planStatus.options[formObj.planStatus.selectedIndex].value
>>
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.
>>
;;
>>
>> But that do not work either.
>> What am I doing wrong ?
>>
>>
>>
>>
>> > ...
>> ...
>> id="planStatus"/>
>>
>> > label="Planeringsdatum"/>
>>
>>
>> function planStatuschanged (fo
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#
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-
5 matches
Mail list logo