abhijeetrd
Newbie
Posts: 1
Registered: 9/17/2004
Member Is Offline
|
| posted on 9/17/2004 at 03:13 PM |
|
|
Calender doesn't work in Netscape 4.75
I have a code like
<form>
<input name="aaa" type="text" id="aaa" />
<a href="javascript:cal1.popup();" id="lnk">text</a>
</form>
<script language="javascript">
var cal1 = new calendar2(document.forms['Help'].elements['aaa']);
cal1.year_scroll = true;
cal1.time_comp = false;
</script>
it is display error as no target control specified.
It work fine on IE 6
Please help in figure out this problem
|
|
|
|