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

@ -12,7 +12,10 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions, In
Richard Clark
Doug Collinge
Flavio Curti
Frank Dillon
Jeff Depons / Web Den Interactive
Frank Dillon / Web Den Interactive
Junying Du / Web Den Interactive
Greg Fast / Web Den Interactive
Chris Gebhardt / OpenServe
Andy Grundman
Koen de Jonge / ProcoliX
@ -21,6 +24,7 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions, In
Tavis Parker / ParkerOne Consulting
Daniel Quinlan
Jeff Szpak / Plain Black LLC
Sean Tu / Web Den Interactive
Contributing Translators.............Andreas Ljunggren
Joeri de Bruin / ProcoliX

View file

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