|
hi everyone ,
i face following problem. in IE it works but problem in firefox .
in xsl file :<IMG name="img_start_date" id="Detail1.{normalize-space($dbID)}.start_date__img" src="/ibase/scheduler/images/table.gif" style="width=15;height=15;" onClick="showCalendar(this);" value="{$start_date}" ISCHANGED="false" />
---------------------------------------------------------------------------------------------------------------------------
in js file :
var curFieldName = obj.id;
fldName = curFieldName.substring(0, curFieldName.indexOf("__img") );
obj1 = document.getElementById(fldName);
alert("field name : "+obj1);
oldDate = obj1.value;
show_calendar();
value of the oldDate is null in firefox and in IE display date
ple'z reply ASAP
Thanks in advanced
Regards
D.V. pawar
|