User-22218653 posted
use pure xhtml to build you wap site. xhtml is supported by most of the devices.
The bellow things you need to remember while building your application
* session is not supported by wap. so you need to navigate by your method.
* u can use url to send you information from one page to another or u can use form post method.
* while u r sending info. through url try to use url encoding.
************ you should have to set the content type to "text/html"
hope this things will help you.