After selecting a day from the pop-up calendar, focus now returns to date field.
This commit is contained in:
parent
0624b0c50c
commit
9c3452f920
2 changed files with 6 additions and 1 deletions
|
|
@ -194,6 +194,7 @@ function returnDate(inDay) {
|
|||
}
|
||||
if (day != " ") {
|
||||
dateField.value = month + "/" + day + "/" + year;
|
||||
dateField.focus();
|
||||
window.close()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue