NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: vsorensen on August 20, 2009, 03:17:22 PM

Title: Navigation buttons not working in IE, work in Firefox
Post by: vsorensen 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?
Title: Re: Navigation buttons not working in IE, work in Firefox
Post by: Bruce 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
Title: Re: Navigation buttons not working in IE, work in Firefox
Post by: vsorensen 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!
Title: Re: Navigation buttons not working in IE, work in Firefox
Post by: vsorensen on August 25, 2009, 08:37:44 AM
Works with the 4.37 pre-release ... thanks!