wap端登陆页面为什么<anchor>不能显示成链接,更不能点击
wap端登陆页面为什么<anchor>不能显示成链接,更不能点击,前台代码如下:<wml>
<head>
<meta http-equiv= "Cache-Control " content= "max-age=0 "/>
</head>
<p>
用户名:<br /><input name="userName" /><br />
密码:<br /><input name="password" type="password" /><br />
</p>
<p>
<anchor>
<go method="post" href="Default.aspx">
<postfield name="userName" value="$(userName)"/>
<postfield name="password" value="$(password)"/>
</go>
登录
</anchor>
</p>
</wml> --------------------编程问答-------------------- <anchor>
登陆
<go href="<%=basePath%>login/login.action" method="post" accept-charset="utf-8">
<postfield name="method" value="login" />
<postfield id="nick_name" name="nick_name" value="$(nameV)" />
<postfield name="password" value="$(passV)" />
</go>
</anchor>
这样 --------------------编程问答-------------------- 加上<u></u>标签 --------------------编程问答-------------------- 缺了标签吧 --------------------编程问答-------------------- 我也碰到这个问题,怎么解决的啊。
补充:移动开发 , 移动开发其他问题