NetTalk Central

Author Topic: Frozen browse - and I'm sure its not dodgy XHTML  (Read 5142 times)

Mike McLoughlin

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Clarion Templates
    • Email
Frozen browse - and I'm sure its not dodgy XHTML
« 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
Mike McLoughlin

Mike McLoughlin

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Clarion Templates
    • Email
Re: Frozen browse - and I'm sure its not dodgy XHTML
« Reply #1 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
Mike McLoughlin

Mike McLoughlin

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Clarion Templates
    • Email
Re: Frozen browse - output from Dbgview
« Reply #2 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
Mike McLoughlin

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Frozen browse - and I'm sure its not dodgy XHTML
« Reply #3 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

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Frozen browse - and I'm sure its not dodgy XHTML
« Reply #4 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
-----------
Regards
Alberto

Mike McLoughlin

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Clarion Templates
    • Email
Re: Frozen browse - and I'm sure its not dodgy XHTML
« Reply #5 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
Mike McLoughlin

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Frozen browse - and I'm sure its not dodgy XHTML
« Reply #6 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