wml提交表单取值问题

来源:百度知道 编辑:UC知道 时间:2024/06/13 21:38:05
<?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=7" />
<meta http-equiv="content-type" content="text/vnd.wap.wml;charset=UTF-8"/>
</head>
<card id="login" title="饭店登陆口">
<p>
饭店登陆口<br/>
帐号:<input id="nameV" type="text" name="nameV"></input>
密码:<input type="password" name="passV" maxlength="20" value="2222"></input>
<anchor title="登陆">登陆
<go href="wap_login.php" method="post" accep

改成下面的就OK

<?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=7" />
<meta http-equiv="content-type" content="text/vnd.wap.wml;charset=UTF-8"/>
</head>
<card id="login" title="饭店登陆口">
<p>
饭店登陆口<br/>
帐号:<input id="nameV" type="text" name="nameV"></input>
密码:<input type="password" name="passV" maxlength="20" value="2222"></input>
<anchor title="登陆">登陆
<go href="wap_login.php" method=&quo