1,801
การแก้ไข
| บรรทัดที่ 688: | บรรทัดที่ 688: | ||
# If any of the flags '''populating''', '''search_filling''', or '''proceeding''' are active, put the submission routine in the queue via flag '''waiting_to_submit'''. The queue is automatically handled when the obstructing flags are flipped back. | # If any of the flags '''populating''', '''search_filling''', or '''proceeding''' are active, put the submission routine in the queue via flag '''waiting_to_submit'''. The queue is automatically handled when the obstructing flags are flipped back. | ||
# Send a time-check request to verify the session time and the page time match. ''This action is performed by blocking the submit, performing a time check, and only calling the submission routine again afterward if the check passes. (During the process, the flag '''pass_timechk''' is utilized.)'' | # Send a time-check request to verify the session time and the page time match. ''This action is performed by blocking the submit, performing a time check, and only calling the submission routine again afterward if the check passes. (During the process, the flag '''pass_timechk''' is utilized.)'' | ||
# Recheck whether any instacalc/search field needs to be re-fetched by checking the field attribute '''valchanged''' of each. | |||
# Unformat all special-type fields | |||
# Send the form submit request. | |||
==== Non-redirecting Form ==== | ==== Non-redirecting Form ==== | ||