<?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="c1" title="bmk.com.au WAP">
<p><b>Mail Gateway</b><br/><br/>
From Address: <input name="from" size="11"/><br/>
To Address: <input name="to" size="11"/><br/>
Subject: <input name="subject" size="11"/><br/>
Message: <input name="message" size="11"/></p>
<do type="accept" label="Send">
  <go href="/cgi-bin/wapmail.php" method="post">
    <postfield name="from" value="$(from)"/>
    <postfield name="to" value="$(to)"/>
    <postfield name="subject" value="$(subject)"/>
    <postfield name="message" value="$(message)"/>
  </go>
</do>
</card>

</wml>

