Displaying the Exchange Results

When the user has completed the initial data entry for the data on these cards, we will display the output information on a new card. To do this, we have created a card called Display, which offers a single option to return to the previous card. We have provided this option because the user has reached the end of the navigational path and will need to go backwards to continue to move through the application.

<card id="display" title="Exchange results">

    <do type="accept" label="Back">
        <go href="#currency"/>
    </do>

After the user has been prompted on the display card, we want to display the information to the user in the format of $10 USD converts to 50 units. These units could be francs, lira, pounds, deutsche ...

Get WAP Development with WML and WMLScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.