From http://www.w3schools.com (Copyright Refsnes Data)
JavaScript String Object
The link() method is used to display a string as a hyperlink.
| stringObject.link(url) |
| Parameter | Description |
|---|---|
| url | Required. The URL to link to |
ExampleDisplay the text: "Free Web Tutorials!" as a hyperlink:
Try it yourself » |
JavaScript String Object
From http://www.w3schools.com (Copyright Refsnes Data)