<?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml_1.2.xml"> <wml> <card title="List Items"> <p><br/> Keyword: <input name="keyword" size="12" format="text" value="Sioux" /> </p> <center> <do type="accept" label="Submit"> <go href="http://people.cs.und.edu/~wenchen/cgi-bin/handheld/wml/ListItems.cgi" method="post"> <postfield name="keyword" value="$(keyword)"/> </go> </do> <do type="accept" label="Help"> <go href="http://people.cs.und.edu/~wenchen/cgi-bin/handheld/wml/Help.pl" method="post"> </go> </do> </card> </wml>