I have a snippet in a view page that executes another external page ("validar_prueba.php").
This page update some values of the current record and return to the previous view page.
How can I show "Loading..." page while "validar_prueba.php" is running as it does when loading a list of records?
Thanks.