NetTalk Central

Poll

Why is my browse not refreshing

1
0 (0%)
2
2 (100%)

Total Members Voted: 2

Author Topic: Browse not refreshing  (Read 1687 times)

irissystems

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • IRIS Systems
    • Email
Browse not refreshing
« on: July 21, 2011, 06:27:59 AM »
I'm using version  4.57 and my browser doesn't refresh on the next button. Any idea what I'm doing wrong?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: Browse not refreshing
« Reply #1 on: July 22, 2011, 08:41:43 PM »
93.5 times out of 100 it's because the packet being returned to the server is not xml complient.

In other words something in the browse has "allow xHtml" ticked on, but the contents of that field are not valid xHtml.

This is easy to detect though;
a) in firefox run firebug (www.firebug.com)
b) click the next button
c) in the "Console" tab in firebug, you'll see the response.
d) click on the little + to expand the response.
e) at the very top of the response you'll see an "xml" tab appear.
Click on this tab, and see if it's reporting an xml error.

Cheers
Bruce