11. WML Anchor Links

Anchor links enable the navigation between different WML cards. If you select an anchor link, you will be brought to another WML card in the current deck or in another deck.

The <anchor></anchor> tag pair is used to create an anchor link. It is used together with tags such as <go/> and <prev/>, which tell WAP browsers what to do when a user selects the anchor link. <go/> and <prev/> should be enclosed within the <anchor></anchor> tags, like this:


<anchor>
  <go href="..." ... />
</anchor>


<anchor>
  <prev/>
</anchor>


Like HTML, WML uses a URL (Uniform Resource Locator) to refer to the location of a WML file or a card in a deck. The href attribute of the <go/> tag is used to specify the URL. Both absolute and relative URLs are accepted. URLs in WML have the same form as those in HTML. Here is the general form of an absolute URL in WML:


http://host_name/path/file_name#offset?parameter1=value1&parameter2=value2...


The protocol used in WML URLs is HTTP. The reason is that WAP gateways request WML files from ordinary web servers using the HTTP protocol, although wireless devices communicate with WAP gateways using WAP protocols.


Previous Page Page 16 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