NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on August 22, 2010, 11:03:56 AM
-
???
On a browse, my navigation and update buttons loose the class.
When the page displays, the buttons look great. When I press next or previous, the table refreshes, but the buttons display unformatted. I can then refresh the page and the buttons come back.
Any ideas what would cause this?
Thanks
chris c
-
perhaps you forgot to update your web folder?
or perhaps you are sending invalid xhtml?
hard to say for sure without seeing the page online,
cheers
Bruce
-
Thanks, Bruce
Got it - Not making use of the default pageheader and footer from the webserver. Instead I called a pageheader from the browse XHtml. This apparently throws off the order in which things are rendered on the browser. The source of the page with the good buttons is identical to the source with the bad buttons.
Once I removed the <!-- Net:MyHeaderTag --> from the browse and put in in as the default in the webserver procedure, all is well. As long as I don't want a different header&menu for a particular page. :-\
chris