select-onpick-event.wml   [plain text]


<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card>
<p> Test for select onpick intrinsic event in WML </p>
<p> When you select the 'Lion' option, will jump to test.wml</p>
Please choose your favourite animal:<br/>
<select name="X" multiple="true">
<option value="D">Dog</option>
<option value="C">Cat</option>
<option value="L" onpick="../test.wml">Lion</option>
</select>
</card>
</wml>