I have an asp page that generates one of two forms based on information passed in the header. One of the forms displays correctly - when i display the other I recieve a "page cannot be displayed" error with no other information.
I do not use the fieldset tag. I have checked my code against a wml 1.1 verifier.
If i copy the exact code into the wml window of the emulator, the code displays. What could be the problem? Thanks
Posted by Sara Radkiewicz, sara.radkiewicz@newsedge.com
on August 14, 2000 at 18:36
RE: Nokia 7110 does not display form content properly
2002-05-16, 02:04#2
Posted by YILMAZ GULERYUZ, yilmazguleryuz@basari.com.tr
on August 14, 2000 at 19:36
When you generate a dynamic code using ASP or Servlet or else, you must generate all the headers correctly.
When you generate a WML code, you firstly must set the content type to text/vnd.wap.wml
then when generating generate the xml wml headers.
then the WML body.