Errol Farro
asked on
Coldfusion Overlapping Page
Prompt.cfm prompts for a date. After submit button has been pressed and date validated, program2.cfm is evoked. Program2.cfm takes a long time to run.
Question: after submit button has been pressed, is it possible to keep showing prompt.cfm (with date selected) with message “…loading” until program2.cfm is done running ?
Question: after submit button has been pressed, is it possible to keep showing prompt.cfm (with date selected) with message “…loading” until program2.cfm is done running ?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
It use fetch and pushState Another way would be to use Ajax (using jQuery) to load the next page, especially if both page share the same head section.