The following WML example demonstrates how to define <do> elements in a card. We define four <do type="accept"> elements in the markup below to provide users an additional way to navigate between cards besides using anchor links. We also define a <do type="prev"> element to change the label of the "Back" softkey of Nokia Mobile Browser 4.0.


(doEg1.wml)

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

<wml>
  <card id="tutorial_tc" title="WML Tutorial">
    <do name="a1" type="accept" label="Chapter 1">
      <go href="#tutorial_ch1"/>
    </do>
    <do name="a2" type="accept" label="Chapter 2">
      <go href="#tutorial_ch2"/>
    </do>
    <do name="a3" type="accept" label="Chapter 3">
      <go href="#tutorial_ch3"/>
    </do>
    <do name="a4" type="accept" label="Chapter 4">
      <go href="#tutorial_ch4"/>
    </do>
    <do name="goBack" type="prev" label="Go Back">
      <prev/>
    </do>


    <p>
      Hello, welcome to our WML tutorial.<br/><br/>
      Table of Contents:<br/>

      <anchor>
        <go href="#tutorial_ch1"/>
        Chapter 1: WML Introduction
      </anchor><br/>

      <anchor>
        <go href="#tutorial_ch2"/>
        Chapter 2: WML Deck and Card
      </anchor><br/>

      <anchor>
        <go href="#tutorial_ch3"/>
        Chapter 3: WML Document Structure
      </anchor><br/>

      <anchor>
        <go href="#tutorial_ch4"/>
        Chapter 4: WML Generic Metadata
      </anchor><br/>
    </p>
  </card>

  <card id="tutorial_ch1" title="WML Tutorial Ch1">
    <p>
      <em>Chapter 1: WML Introduction</em><br/><br/>
      ...
    </p>
  </card>

  <card id="tutorial_ch2" title="WML Tutorial Ch2">
    <p>
      <em>Chapter 2: WML Deck and Card</em><br/><br/>
      ...
    </p>
  </card>

  <card id="tutorial_ch3" title="WML Tutorial Ch3">
    <p>
      <em>Chapter 3: WML Document Structure</em><br/><br/>
      ...
    </p>
  </card>

  <card id="tutorial_ch4" title="WML Tutorial Ch4">
    <p>
      <em>Chapter 4: WML Generic Metadata</em><br/><br/>
      ...
    </p>
  </card>
</wml>


The result of the above WML example in some mobile phone browsers is shown below:






Sony Ericsson T610








Sony Ericsson T68i





Nokia Mobile Browser 4.0


If you press the "More" softkey of the Sony Ericsson T610 mobile phone browser, the "Options menu" button of the Sony Ericsson T68i mobile phone and the "Options" softkey of Nokia Mobile Browser 4, you will see something like this:






Sony Ericsson T610





Sony Ericsson T68i


Nokia Mobile Browser 4.0


If you choose the "Chapter 2" option, the mobile phone browsers will go to the card with ID tutorial_ch2.



Sony Ericsson T610


Sony Ericsson T68i


Nokia Mobile Browser 4.0


Previous Page Page 24 of 50 Next Page


Feedback Form (ExpandCollapse)

What do you think about this web page?






(Optional) Please provide us more details. For example, suppose you select option 2 above, can you tell us specifically what information is missing? You can also suggest anything that can help us improve this web page.

(Optional) Your name:

(Optional) Your email address:

Please enter again to confirm:

Due to the amount of messages we received, we may not be able to reply to all messages.

A button for going back to the top of this page