打印

版主,高手帮忙,很经典

<%@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.wapforum.org/DTD/wml_1.1.xml">
<wml>
       <head>
              <meta http-equiv="Cache-Control" content="max-age=0"/>
              <meta http-equiv="Cache-Control" content="no-cache"/>
       </head><card id ="dsf">
<p>用户名<input name="ch" type ="text" maxlength="16"/></P>
<p>密码<input name ="pass" type ="text" maxlength="40"/></P>
<anchor title="确定">确定
<go href="loght.asp" method="post">
<postfield name="ch" value="$(ch)"/>
<postfield name="pass" value="$(pass)"/>

</go>
</anchor>

<a href ="zc.asp">注册</a>
</card>
</wml>
这个代码在模拟软件中测试就通过但是用手机访问就会说解析错误
而且把这个代码COPY到原先没错的网页,再删除这一段原先好的网页也会出错
哪位高人能帮忙.
有谁帮我一下好吗??
把这行:  <a href ="zc.asp">注册</a>
写成这样:<p><a href ="zc.asp">注册</a></p>

看看
E北海旅游网WAP版测试了!
wap.e-beihai.net