Share via


© Microsoft Corporation. All rights reserved.

  <?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" 
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Titles">
<p>
	<b>Please enter the title to search for:</b>
	<input type="text" name="Title"/>
	<do type="accept" label="Search!">
		<go method="get" href="https://localhost/xmlquery/
                 templates/ & _
			query2.xml?contenttype=text/vnd.wap.wml
            &xsl=WML.xsl">
			<postfield name="Title" value="$(Title)"/>
		</go>
	</do>
</p>
</card>
</wml>