NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on April 28, 2008, 07:06:51 AM

Title: Next/Previous has stopped working
Post by: ccordes on April 28, 2008, 07:06:51 AM
In one of my simpler browses (single file, page loaded, 3 fields) the next button has stopped working.
I have traced the app and I can see the select statement is generated and the data returned is correct, but to the end-user, nothing happens on the screen.

I checked in against another browse that does work, but I don't see the difference.

Where can I look or check?
What would possibly cause it to just stop working?

Chris C
Title: Re: Next/Previous has stopped working
Post by: Mike Grigsby on April 28, 2008, 09:00:06 AM
Chris, there's a thread I started in the forum Web Server - Share Knowledge, where I talk about what causes this. Usually it's some bad XHTML or you haven't specified that a field can have it. It's the first post in that forum with my name on it.
Title: Re: Next/Previous has stopped working
Post by: ccordes on April 28, 2008, 09:22:27 AM
Ack! - Thanks, Mike! My problem was and unclosed Line Break <br> instead of <br />.
I added to your knowledge share post to watch for <HR> <BR and <IMG>

chris c