G
Gene Wirchenko
Dear JavaScripters:
Something else that the texts do not seem to cover:
Suppose that I have a form and a timeout. The form has
validation on the fields. If a timeout occurs during the execution of
validation code, what happens?
Is the validation code terminated? Interrupted then resumed
somehow? Executed in parallel with the timeout code?
Or is this undefined?
Sincerely,
Gene Wirchenko
Something else that the texts do not seem to cover:
Suppose that I have a form and a timeout. The form has
validation on the fields. If a timeout occurs during the execution of
validation code, what happens?
Is the validation code terminated? Interrupted then resumed
somehow? Executed in parallel with the timeout code?
Or is this undefined?
Sincerely,
Gene Wirchenko