NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
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
-
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
-
Hi Mike,
it's possible.
What build of NetTalk are you on?
Can you send me the app & data to compile here?
Cheers
Bruce
-
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
-
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
-
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