    <?xml version="1.0"?>    <!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" forua="true"/>    </head>        <card id="main" title="The Blue Book">            <onevent type="onenterforward">                <refresh>                    <setvar name="iZip" value=""/>                    <setvar name="cKw" value=""/>                    <setvar name="cCn" value=""/>                    <setvar name="iPn" value=""/>                    <setvar name="iCl" value=""/>                </refresh>            </onevent>            <onevent type="onenterbackward">                <refresh>                    <setvar name="iZip" value=""/>                    <setvar name="cKw" value=""/>                    <setvar name="cCn" value=""/>                    <setvar name="iPn" value=""/>                    <setvar name="iCl" value=""/>                </refresh>            </onevent>            <p>                THEBLUEBOOK.COM<br/>                Search by...            <select name="searchType">                <option><onevent type="onpick"><go href="#kw"/></onevent>Keyword</option>                <option><onevent type="onpick"><go href="#cn"/></onevent>Company Name</option>            </select>            </p>            <do type="accept" label="NEXT">                <go href=""/>            </do>            <do type="options" label="HELP">                <go href="#help"/>            </do>        </card>        <card id="kw">            <p align="center">                Enter a KEYWORD or INDUSTRY TERM<br/>                <input name="cKw"/>                <do type="accept" label="Next">                    <go href="#zip"/>                </do>            </p>        </card>        <card id="cn">            <p align="center">                Enter a full or partial COMPANY NAME                <input name="cCn"/>                <do type="accept" label="Next">                    <go href="#zip"/>                </do>            </p>        </card>        <card id="zip">            <do type="accept" label="NEXT">                <go method="post" href="wap2.wml?78958">                    <postfield name="iZip" value="$(iZip)"/>                    <postfield name="cKw" value="$(cKw)"/>                    <postfield name="cCn" value="$(cCn)"/>                </go>            </do>            <p align="center" mode="nowrap">$cKw $cCn<br/>Near ZIPCODE...<br/>                <input name="iZip" format="NNNNN" />            </p>        </card>        <card id="help">        <p>        Select a search type. Then enter a company name or keyword.        The zipcode starts your search with a 20 mile proximity. Select a        category to fine tune your search and press "next", "more" displays more        results. Then find the company you wish to contact and press "dial".        </p>        </card>    </wml>
