This method is used to create an HTML hyperlink in a document.
myString = new String("DevGuru.com")
document.write (myString.link(www.devguru.com))This has identical results as using the HTML code:
<A HREF="http//www.devguru.com">DevGuru.com</A>