NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mike McLoughlin on June 19, 2009, 11:17:19 AM

Title: Frozen browse - and I'm sure its not dodgy XHTML
Post by: Mike McLoughlin on June 19, 2009, 11:17:19 AM
After initial correct display the next/previous buttons don't respond.

Having read all the previous posts about XHTML I checked the generated source file and could see no problem.  I am not including any XHTML myself.  I set about removing options to see I if could pin the problem down - its now down to a simple page loaded browse.  No filtering. No fancy options.  Three simple string fields displaying - one of which is the key field.

Where else can I look?

thanks

Mike
Title: Re: Frozen browse - and I'm sure its not dodgy XHTML
Post by: Mike McLoughlin on June 19, 2009, 01:12:11 PM
More info  - running Dbgview with Netshowsend turned on shows the ajax-response page being generated - but I can't see any thing wrong with the HTML code generated.

Noticed that F5 refresh will display the correct page.

Anybody had this before?

Mike
Title: Re: Frozen browse - output from Dbgview
Post by: Mike McLoughlin on June 19, 2009, 01:20:58 PM
Here's some of the Dbgview output -

[3224] <tr onMouseOver="BrowseLearnerAssAll.omv(this);" onMouseOut="BrowseLearnerAssAll.omt(this);" >
[3224] <td><!--here--><input type="radio" name="LEA__GUID" id="LEA__GUID" value="¡ÜÇNÓùÓ“´KËð¤ÇK" onkeypress="return oe(this,event);"></input></td>
[3224] <td><!--here-->

Could some of the characters in this value="¡ÜÇNÓùÓ“´KËð¤ÇK" be throwing the browser out?

Mike
Title: Re: Frozen browse - and I'm sure its not dodgy XHTML
Post by: Bruce on June 21, 2009, 10:19:21 PM
Hi Mike,

it's possible.
What build of NetTalk are you on?
Can you send me the app & data to compile here?

Cheers
Bruce
Title: Re: Frozen browse - and I'm sure its not dodgy XHTML
Post by: Alberto on June 22, 2009, 02:10:49 AM
Hi,
I´m on the last NTWS version and it happen to me if you have a ' in an Entry field.
I´ve made a rotuine to filter it out.

Hope this helps
Alberto
Title: Re: Frozen browse - and I'm sure its not dodgy XHTML
Post by: Mike McLoughlin on June 22, 2009, 08:17:04 AM
Thanks - I sent you an app/dct.  The problem is that some of my customers were using Replicate years ago when the GUID had an even bigger range of "strange" chars in it - so I need a solution which allows for them as well.

Mike
Title: Re: Frozen browse - and I'm sure its not dodgy XHTML
Post by: Bruce on June 23, 2009, 11:28:00 PM
Hi Mike,

I've got GUIDS in my stuff as well, and I _thought_ I had it so it was properly encoded - but I'll check into that some more.

Cheers
Bruce