<a>

The <a> element could contain hyperlink to other XHTML document or WTAI function. Supported WTAI functions are: wtai://wp/mc, wtai://wp/ap (see [2] for WTAI specification)

Contents

text description of hyperlink

Only inside <li>: combination of text and <p>

Attributesattributes

values

(Default are bolded)

description
hrefURL

Specifies the location of a web resource. Refer to [5] for correct URL format.


softkey-back

The URL given by the href attribute is taken as the previous page. If this URL is already in
the history, all newer history elements are removed up to the given URL.
If this URL is not available in the history, the complete history is removed, and the softkeyback
points to the first page.


softkey1

softkey2

These values are used to map hyperlinks to softkey 1…2

Examples


Example:

<body>

<p><a href="http://host.com/foo.html">HTTP hyperlink</a></p>
<p><a href="wtai://wp/mc;12345">WTAI: call function</a></p>

</body>


Example:

<body>

<p>Do you need help?</p>
<p>You can
<a href="http://host.com/index.html">go to on-line support</a>


or

<a href="wtai://wp/mc;12345">call our helpdesk</a> department</p>

<p style="text-align: right">

<a href="http://host.com/more.html">Next...</a></p>

</body>

  • No labels