'link()' Syntax, Parameters and Note : link « Javascript Methods « JavaScript Reference

'link()' Syntax, Parameters and Note

Note:

Creates an <a>.
    
Syntax:
    
stringName.link(param1)

Parameters:
    param1   Required; the URL.

    

      
      








Related examples in the same category

1.'link()' Example
2.'link()' is applied to