<?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="main" title="checkdomain.com">
        <p>checkdomain.com is brought to you by Unica Corporation.<br/><br/>
        What type of domain would you like to check:
        <select>
            <option onpick="#com" title=".com">com</option>
            <option onpick="#org" title=".org">org</option>
            <option onpick="#net" title=".net">net</option>
            <option onpick="#info" title=".info">info</option>
            <option onpick="#biz" title=".biz">biz</option>
            <option onpick="#other" title="Other">Other</option>
        </select>
        </p>
    </card>

    <card id="com" title="checkdomain.com">
        <do type="accept" label="Send">
            <go method="get" href="/cgi-bin/checkdomain-wap.pl">
                <postfield name="domain" value="$(domain).com"/>
            </go>
        </do>
        <do type="prev">
            <prev/>
        </do>
        <p>Enter domain to check (without .com): <input type="text" name="domain" value=""/></p>
    </card>

    <card id="org" title="checkdomain.com">
        <do type="accept" label="Send">
            <go method="get" href="/cgi-bin/checkdomain-wap.pl">
                <postfield name="domain" value="$(domain).org"/>
            </go>
        </do>
        <do type="prev">
            <prev/>
        </do>
        <p>Enter domain to check (without .org): <input type="text" name="domain" value=""/></p>
    </card>

    <card id="net" title="checkdomain.com">
        <do type="accept" label="Send">
            <go method="get" href="/cgi-bin/checkdomain-wap.pl">
                <postfield name="domain" value="$(domain).net"/>
            </go>
        </do>
        <do type="prev">
            <prev/>
        </do>
        <p>Enter domain to check (without .net): <input type="text" name="domain" value=""/></p>
    </card>

    <card id="info" title="checkdomain.com">
        <do type="accept" label="Send">
            <go method="get" href="/cgi-bin/checkdomain-wap.pl">
                <postfield name="domain" value="$(domain).info"/>
            </go>
        </do>
        <do type="prev">
            <prev/>
        </do>
        <p>Enter domain to check (without .info): <input type="text" name="domain" value=""/></p>
    </card>

    <card id="biz" title="checkdomain.com">
        <do type="accept" label="Send">
            <go method="get" href="/cgi-bin/checkdomain-wap.pl">
                <postfield name="domain" value="$(domain).biz"/>
            </go>
        </do>
        <do type="prev">
            <prev/>
        </do>
        <p>Enter domain to check (without .biz): <input type="text" name="domain" value=""/></p>
    </card>

    <card id="other" title="checkdomain.com">
        <do type="accept" label="Send">
            <go method="get" href="/cgi-bin/checkdomain-wap.pl">
                <postfield name="domain" value="$(domain)"/>
            </go>
        </do>
        <do type="prev">
            <prev/>
        </do>
        <p>Enter domain to check: <input type="text" name="domain" value=""/></p>
    </card>

</wml>
