Thread: Learn WAP
View Single Post
  #14 (permalink)  
Old 04-02-2008, 10:28 AM
rrrajesh84in rrrajesh84in is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 399
rrrajesh84in is on a distinguished road
Default Re: Learn WAP

Decks and Cards

WML pages are often called "decks". A deck contains a set of cards. A card element can contain text, markup, links, input-fields, tasks, images and more. Cards can be related to each other with links.
When a WML page is accessed from a mobile phone, all the cards in the page are downloaded from the WAP server. Navigation between the cards is done by the phone computer - inside the phone - without any extra access trips to the server:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>

<card id="no1" title="Card 1">
<p>Hello World!</p>
</card>

<card id="no2" title="Card 2">
<p>Welcome to our WAP Tutorial!</p>
</card> </wml>
__________________
.....................................
''''''
Rajesh''''''
Ants. . . . . . Like me
Reply With Quote