Method WMLCard():href() Professional

Create a WML hyperlink.

Syntax
:href( [<cLabel>]     , ;
       <cURL>         , ;
       [<cOptions>] ) --> self
Parameters
<cLabel>
The parameter <cLabel> becomes the body of the WML <href> tag.
<cURL>
The parameter <cURL> becomes the value of the href attribute.
<cOptions>
The parameter <cOptions> is a character string that is inserted into the WML <href> tag.
Return

This method returns the object executing the method (self).

Description

The method creates a hyper link to another WML document or card. Note that WML code created by this method is only allowed within a paragraph (<p>...</p>).

WML output:

<a href="cURL" [cOptions]>[cLabel]</a> 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.