String.link()
|
|
Syntax |
|
The link() method converts the string to an instance of the |
<html> <script language="JavaScript"> <!-- var myString = new String("The online book!");
document.write(myString.link('http://www.navioo.com'));
document.close();
--> </script> </html>
|
|
|
HTML code for linking to this page:
|