String.link() : link : String JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » String » link »

 

String.link()









Syntax








string.link(URL)



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:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo String
» link