After selecting a day from the pop-up calendar, focus now returns to date field.

This commit is contained in:
JT Smith 2002-11-23 16:30:26 +00:00
parent 0624b0c50c
commit 9c3452f920
2 changed files with 6 additions and 1 deletions

View file

@ -194,6 +194,7 @@ function returnDate(inDay) {
}
if (day != " ") {
dateField.value = month + "/" + day + "/" + year;
dateField.focus();
window.close()
}
}