NetTalk Central

Author Topic: Browser timeout  (Read 1312 times)

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Browser timeout
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: Browser timeout
« Reply #1 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