Note that there are some explanatory texts on larger screens.

plurals
  1. POLoading bar with classic asp
    text
    copied!<p>is there any chance to show a loading bar while creating something in a loop with classic asp?</p> <p>I thought about some ajax-style loading bar which shows that the page is stil creating something.</p> <p>I tried to do it with session variables which contains status information of the process but on this i found out that asp servers have a queue which means you can run only one asp-page at the same time.</p> <p>While loading the asp-page i cant open another asp-page on the sam server with the same session. With a new Session is this possible but i want to work with the same session ( if this is possible ).</p> <p>Thoughts: Can it be done with a ajax request which requests the asp-page and shows a loading bar while the page is loading?</p> <p>Is there any workaround to work a status bar out?</p> <p>(sorry for bad english) Thank you</p> <p>Edit:</p> <p>I this way but i can't access the session variable over a asp-page. The session reader page gives me only a answer after the first asp-request is done. I think this is a session-queue-think.</p> <p>it looks like this for me:</p> <p>ajax page --(request process asp page)-> process.asp</p> <p>(same ajax page) --(request session reader page)-> sessionreader.asp</p> <p>while sessionstatus != 100 show process bar</p> <p>the problem is i got a answer from sessionreader.asp when the process.asp is done. That is why i think this is a asp-session-queue-think.</p> <p>Maybe it will work if a give the second request a new Session id (if this is possible at all) ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload