Navigator 2.0, Internet Explorer 3.0
string.link(href)
The URL target of the hypertext link that is to be added to the string. This string argument specifies the value of the HREF attribute of the <A> HTML tag.
A copy of string, enclosed within <A HREF="href"> and </A> HTML tags.
The following two JavaScript fragments evaluate to identical strings:
'Section 1-1'.link('ch01#sect1') '<A HREF="ch01#sect1">Section 1-1</A>'