View Single Post
Old 08-17-2012, 12:49 PM   PM User | #2
Dadaso
New to the CF scene

 
Join Date: Aug 2012
Location: Thane
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Dadaso is an unknown quantity at this point
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
Dadaso is offline   Reply With Quote