HTML_LINK Function
Sets up hypertext links to Uniform Resource Locations (URLs).
Usage
Input Parameters
NOTE: The two input parameters, url and text, must have the same number of elements.
Keywords
Returned Value
Discussion
TIP: To make an image that activates a hypertext link, use the HTML_IMAGE function as the "text" in HTML_LINK as follows: link = HTML_LINK(url, HTML_IMAGE('imagefile.gif')
Example
HTML_OPEN
HTML_HEADING, 'A Hypertext Link from HTML_LINK', $ Level = 2, /Center
HTML_BLOCK, HTML_LINK('http://www.vni.com', $ 'Visual Numerics Home Page')
HTML_CLOSE
See Also
HTML_BLOCK, HTML_IMAGE, HTML_LIST, HTML_OPEN, HTML_SAFE
For complete information of HTML URLs and hyperlinks, see HTML Sourcebook, Second Edition, by Ian S. Graham, John Wiley & Sons, Inc., 1996, New York.
doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights
reserved.