Java Reference
In-Depth Information
L ISTING 24.2
Continued
<do type=”accept”>
<go href=”#select_output”/>
</do>
</p>
</card>
<card id=”previous” title=”Prev Test”>
<p>
Select the Previous button to go back.
<do type=”prev”>
<prev/>
</do>
</p>
</card>
<card id=”timer” title=”Timer Test” ontimer=”#timer_output”>
<timer value=”25”/>
<p>
Sponsored by Sams Publishing!
</p>
</card>
<!-- “Helper” cards -->
<card id=”input_output” title=”Input Output”>
<p>
You entered: $inputBox
</p>
</card>
<card id=”select_output” title=”Select Output”>
<p>
24
You entered: $selectList
</p>
</card>
<card id=”timer_output” title=”Timer Output”>
<p>
You viewed the advertisement!
<do type=”accept” label=”Home”>
<go href=”#welcome”/>
</do>
</p>
</card>
</wml>
 
Search WWH ::




Custom Search