Hi all,
I have 3 fields in a form of which 2 are being populated fine with the following syntax:
document.predealform.sdDay.value = sd_start_date;
document.predealform.sdMonth.value = start_date_month;
document.predealform.sdYear.value = start_date_year;
The var on the right hand side all def have values which I prove with an alert box displaying them. For some reason the first and last fields populate but the month one is left blank when loaded?
Any suggestions would me much appreciated,
I have 3 fields in a form of which 2 are being populated fine with the following syntax:
document.predealform.sdDay.value = sd_start_date;
document.predealform.sdMonth.value = start_date_month;
document.predealform.sdYear.value = start_date_year;
The var on the right hand side all def have values which I prove with an alert box displaying them. For some reason the first and last fields populate but the month one is left blank when loaded?
Any suggestions would me much appreciated,