NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: ChrisLaurie on November 28, 2010, 11:58:32 PM
-
My forms are all pop-up and they all display except for 1. It display the pop-up but the tabs and fields are not displayed.
I can see them being generated and sent to the server (logging SendPacket routine) but the form just displays the action header and close icon but nothing else.
Is there a setting or something that I am missing?
-
In Firebug, in the Console tab,
watch for the reply from the server when the popup form is opened.
Then use the XML setting there to see if the reply is valid xml.
The most likely cause of the problem is that something being returned in the generated form is not xHTML compliant.
Cheers
Bruce
-
Thanx for the suggestion Bruce - very usefull to have this as a debugging tool. The problem sorted itself out - I must have changed something but now I do not know what. Firebug will definitely help for the future.