aschandra27
Newbie
Posts: 1
Registered: 4/22/2008
Member Is Offline
|
| posted on 4/22/2008 at 11:12 AM |
|
|
Not Working In IE
hi team
i got tigra calender installed and working for last couple of days it stopped working in IE. can any one check it plz. error is Error calling the
calendar: no target control specified
<INPUT TYPE="text" NAME="dob" id="dob" tooltipText="Type or Select your dob in this box e.g. YYYY-MM-DD" ><img src="cal.gif"
width="16" height="16" border="0" alt="Click Here to Pick up the date"></a>
<script language="JavaScript">
var cal9 = new calendar3(document.forms['firststep'].elements['dob']);
cal9.year_scroll = true;
cal9.time_comp = false;
</script>
|
|
|
tigra
Administrator
Posts: 1912
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/22/2008 at 04:40 PM |
|
|
make sure input is in the form named "firststep", there is only one input with name "dob" and the initialization code is below form's closing
tag.
|
|
|