Add loading page

Add loading page

by Tara Meyer -
Number of replies: 0

Hi All, 

I have developed a plugin which should call an intermediate page (html) when pressing save. In the background various calls are executed, which is why the application reacts somewhat delayed. 

This html page should be displayed only a few seconds, for this I have already written a java script function (show 2 seconds). 

In the view.php I could already show the page: 

header("Location: pagebetween.html");

But unfortunately the application does not jump back into the process. 

Does anyone know how I can include the HTML intermediate page? 

Otherwise, it would be possible to integrate the HTML page before the execution of the calls, to display it as long as the execution of the calls needs. 


Thanks in advance

Average of ratings: -