NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Thys on October 11, 2012, 10:56:35 PM

Title: Browser timeout
Post by: Thys on October 11, 2012, 10:56:35 PM
Hi,

On a page I have added a lot of processing that needs to be done before the data is displayed. The browse regluarly times out with a message "Navigation to the webpage was canceled". I can only assume that it is because the processing takes too long. Is there any remedy for this, other than shortening the processing time?

Thys
Title: Re: Browser timeout
Post by: Bruce on October 12, 2012, 04:25:21 AM
during the processing, every so often, you can call
p_web.noop()
this keeps the browser interested.

cheers
Bruce