asp wml 为什么我的手机表单可以输入。别人的就不可以。

来源:百度知道 编辑:UC知道 时间:2024/06/04 07:47:12
<%@LANGUAGE="VBscript" CODEPAGE="65001"%> <% Response.ContentType="text/vnd.wap.wml;charset=UTF-8"%> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapfourm.org/DTD/wml_1.1.xml">
<%response.Write " <wml> <card id=""qycx"" title="""&Uni("搜索")&""">"
response.Write " <br/> <input name=""word"" type=""text"" emptyok=""true"" /> <br/>"
response.Write " <anchor title="""&uni("确定")&""">"&uni("确定")&""
response.Write " <go href=""seach.asp"" method="&qu

少了一个<p></p>问题。加上就可以了。

这样就可以了:
<%@LANGUAGE="VBscript" CODEPAGE="65001"%> <% Response.ContentType="text/vnd.wap.wml;charset=UTF-8"%> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapfourm.org/DTD/wml_1.1.xml">
<%response.Write " <wml> <card id=""qycx"" title="""&Uni("搜索")&""">"
response.Write "<p><br/> <input name=""word"" type=""text"" emptyok=""true"" /> <br/>"
response.Write " <anchor title="""&uni("确定")&""">"&uni("确定")&""
response.Write "