I have an asp page with a Jscript calendar in it but keep getting the message below
****Unable to get property 'FromDate' of undefined or null reference****
The code I've run is:
<INPUT class=DateButton style="POSITION: relative" onclick="ShowCalendar(this.form.FromDate.value, this, this.form.FromDate)" type=button value=" >>> " name=cmdShowCalendar>
</TD></TR>