<?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=3153600" forua="true"/>
</head>

<card id="Main" title="豫话">

<p align="left">
本机号码
<input name="srcphone" type="text" format="*N" maxlength="11" size="11"/>

<br/>
<anchor title="call">
【打电话】
	<go href="call.php">
			<postfield name="srcphone" value="$(srcphone)"/>
	</go>
</anchor>  
<br/>

<anchor title="listsave">
【通讯录】
		<go href="AddList.php">
			<postfield name="srcphone" value="$(srcphone)"/>
		</go>
</anchor>
<br/>
<anchor title="regist">
【充值】
<go href="reg.php">
			<postfield name="srcphone" value="$(srcphone)"/>
</go>
</anchor>

<br/>
<anchor title="Bancel">
【余额】
<go href="charge.php">
			<postfield name="srcphone" value="$(srcphone)"/>
</go>
</anchor>
<br/>客户端
<anchor title="down">
下载1
<go href="1.jad">
</go>
</anchor>&nbsp;
<anchor title="down">
下载2
<go href="1.jar">
</go>
</anchor>
<br/>
<anchor title="down">
三星下载
<go href="w.jad">
</go>
</anchor>
<br/>
</p>
</card>
</wml>
