Page content go between wml tags within a document.
Cards are used to represents the text that will be displayed
on a device's screen.
WML "pages" or WML documents are referred to as decks. Each deck consists of one or more cards. Each deck begins and ends with the
When the WML micro browser accesses a WML document (or deck), it reads the whole deck, and navigation between the cards in this deck is done without the need to load any more data. This is important to know, because once you've loaded a deck, all cards within it stays (statically) in the WML micro browser memory until the browser is instructed to reload the whole deck.
If you are familiar with the tag of HTML,
Decks and cards are accessed this way: [deckname][#cardname]. If the deckname is omitted, the browser will look for a card named cardname within the deck currently in memory. If the #cardname is omitted, the browser will load the deck called deckname and jump to the first card in the deck. If you include both deckname and #cardname, the browser will load the deck called deckname and jump to the card called #cardname. In other Words pretty much the same way the HTML tag works.
Copyright © 2026 eLLeNow.com All Rights Reserved.