<?xml version="1.0" encoding="gb2312"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="二手车票查询"> 
<p>
<b>【按区间查询】</b><br/>
发站：<input name="leave"/><br/>
到站：<input name="arrive"/><br/>
<anchor>
查询
<go method="post" href="search.php?type=qj">
<postfield name="l" value="$(leave)"/>
<postfield name="a" value="$(arrive)"/>
</go>
</anchor>
</p>
<p>
<b>【按车次查询】</b><br/>
<input name="checi"/><br/>
<anchor>
查询
<go method="post" href="search.php?type=cc">
<postfield name="cc" value="$(checi)"/>
</go>
</anchor>
</p>
<p>
<anchor><go href="./"/>首页</anchor>&gt;&gt;车票查询
</p>
</card>
</wml>
