Created
September 22, 2010 13:16
-
-
Save rb2k/591638 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="Tutorial"> | |
<do type="accept" label="Answer"> | |
<go href="#card2"/> | |
</do> | |
<p><select name="name"> | |
<option value="HTML">HTML Tutorial</option> | |
<option value="XML">XML Tutorial</option> | |
<option value="WAP">WAP Tutorial</option> | |
</select></p> | |
</card> | |
<card id="card2" title="Answer"> | |
<p>You selected: $(name)</p> | |
</card> | |
</wml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment