HTML hypertext link.  This tag can only occur inside XHTML
               text containers such as <text>.
            
<canvas height="30">
  <text>A <a href="http://www.openlaszlo.org" target="_blank">link</a></text>
</canvas>
               Unlike HTML, the text in the link is not automatically styled.  To style the text, use the 
               <u> and font tags:
            
<canvas height="30">
  <text>
    A <font color="#0000FF"><u><a href="http://www.laszlosystems.com" target="_blank">link</a></u></font>
  </text>
</canvas>
               | Name (CSS property) | Type (tag) | Type (js) | Default | Category | 
|---|---|---|---|---|
| href | URL | initialize-only | ||
| The link target | ||||
| target | _blank | _parent | _self | _top | initialize-only | ||
| The value of this attribute determines where the link target will be displayed. The interpretation is the same
                              as in HTML, where the "current frame" is the frame containing the LZX application. The value must be a name beginning with
                              an alphabetic character, or one of the following: 
 | ||||
Copyright © 2002-2010 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.