I can't seem to get my javascript popup calender to work properly.
The calendar I am using is from and written by Kedar R. Bhave
The calendar pops up but when I choose a date I get the following error
'self.opener.document.form1.txtStartDate' is null or not an object
I am calling the popup with this call
<A onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;" href="javascript:show_calendar('form1.txtStartDate');">
Any help or alternate ideas for this problem is appreciated
I am stumped.
The calendar I am using is from and written by Kedar R. Bhave
The calendar pops up but when I choose a date I get the following error
'self.opener.document.form1.txtStartDate' is null or not an object
I am calling the popup with this call
<A onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;" href="javascript:show_calendar('form1.txtStartDate');">
Any help or alternate ideas for this problem is appreciated
I am stumped.