NetTalk Central

Author Topic: NT 6.17 - adding xhtml breaks browse  (Read 2922 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
NT 6.17 - adding xhtml breaks browse
« on: February 02, 2012, 05:23:34 AM »
I'm sure I must be missing something here. I'd like to put a link above or below a browse.
I put <a href="someotherpage">Click here to go to some other page</a>
in the xhtml, give it a routine name
Now the sort headers, search and nav buttons don't work.
I take it out browse works. Put it back it doesn't work.
I can even make it work or break editing it with the firebug editor.
Do browses not allow links? Are the scripts that fragile?  ???

(I even put the css classes back to their normal order!)

TIA,
chris
Real programmers use copy con newapp.exe

bruce2

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • Email
Re: NT 6.17 - adding xhtml breaks browse
« Reply #1 on: February 02, 2012, 11:56:11 AM »
In firebug, you can see the response in the console ( say when you click a sort header). There is an XML tab at the top of the response which tells you what is wrong with your XHTML.

Cheers
Bruce