Home | History | Annotate | Download | only in wml
      1 <?xml version="1.0"?>
      2 <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
      3 <wml>
      4     <card onenterforward="targetdeck.wml">
      5         <p>Test for Deck Access control in WML. </p>
      6         <p>This deck will try to jump to "targetdeck.wml" when it is loaded. But it will <strong>FAIL</strong> because "targetdeck.wml" just allows "access-target.wml" to access it.</p>
      7         <p>You can click 'Go' to enter 'access-target.wml', and then enter 'targetdeck.wml' from there</p>
      8         <anchor title="go to access-target.wml"><go href="./access-target.wml">Go</go></anchor>
      9     </card>
     10 </wml>
     11