NetTalk Central

Author Topic: Navigation buttons not working in IE, work in Firefox  (Read 3500 times)

vsorensen

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Navigation buttons not working in IE, work in Firefox
« on: August 20, 2009, 03:17:22 PM »
I appear to be stuck on this one. 

I have a browse, page-loaded.  I click on Last or Next or Search.  In Firefox it works as it should.  In IE, the "busy" icon appears, and the page never loads.  If I press F5, the page (as it should look after a button press) loads.

I've gone as far as writing the page out to disk when it is served, so I can see that the browse section is being sent, but the only difference between the failed send and the F5 send is inclusion of the <SCRIPT> that declares the browse control, and the value of RequestAjax.

I've played with this for days, and days, and days, and I have gotten nowhere.

What am I missing?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Navigation buttons not working in IE, work in Firefox
« Reply #1 on: August 20, 2009, 11:53:45 PM »
If your response is not xhtml compliant then the Ajax will fail, but the Refresh will succeed.

So usually that's the thing to look at really closely.

However in this case it works in FF but not in IE, which makes it sound like a bug on my side. It's possible this is fixed in 4.37, so try with that (I hope to get that uploaded today.)

Keep us posted.

Cheers
Bruce

vsorensen

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Re: Navigation buttons not working in IE, work in Firefox
« Reply #2 on: August 21, 2009, 08:32:47 AM »
I compiled the same app with version 4.31, and it does work properly there... I'll give it a try in 4.37 as soon as that is available - thanks!

vsorensen

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Re: Navigation buttons not working in IE, work in Firefox
« Reply #3 on: August 25, 2009, 08:37:44 AM »
Works with the 4.37 pre-release ... thanks!