Hi everyone,
I have written some code in which i am taking some input like this
date from and date to field. But this calender is open into IE and i am unable to open it in Firefox.
I am using code like this-------------
<tr id="companyname">
<td style="display: none;"></td>
<td class=bodytext1 style="display: none;">Date From:- <input disabled="disabled" name="datefrom" id="datefrom"
style="WIDTH: 75px" value=""
maxlength="12" readonly="" />
<img src="image/Calender.jpg" width="15" height="20" onClick="dp_cal.toggle();"> Date To:-
<input disabled="disabled" name="dateto" id="dateto"
style="WIDTH: 75px" value=""
maxlength="12" readonly="" />
<img src="image/Calender.jpg" width="15" height="20" align="bottom" onClick="dp_cal1.toggle();"></td>
</tr>
Please help me , where can be problem, it is very urgent for me.
Gagan