<?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>
<template>      
    <do type="prev" label="返回上级"><prev/></do> 
</template>
<card id="main" title="标准体重计算">
<p align="left">
	

----------------<br/>
性别：<select name="sex"><option value="1">男</option><option value="0">女</option></select><br/>
身高:<input type="text" name="h" maxlength="4" size="3"/>CM<br/>
目前体重:<input type="text" name="t" maxlength="4" size="3"/>公斤<br/>
腰围:<input type="text" name="y" maxlength="4" size="3"/>CM<br/>
<anchor> 计 算
<go href="http://www.wap6w.cn/utility/tizhong/5bfr.asp" method="post" accept-charset="utf-8">
<postfield name="action" value="go"/>  
<postfield name="sex" value="$(sex)"/> 
<postfield name="h" value="$(h)"/> 
<postfield name="t" value="$(t)"/> 
<postfield name="y" value="$(y)"/> 
<postfield name="siteid" value=""/> 
<postfield name="classid" value=""/> 
<postfield name="sid" value=""/> 
</go>
</anchor>
 <br/>

<br/><a href="list.asp?siteid=&amp;classid=&amp;sid=">返回上级</a>

<br/><a href="http://www.wap6w.cn/wapindex.aspx?siteid=&amp;sid=">返回首页</a>

</p>
</card>
</wml>