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

'assign()' Syntax, Parameters and Note

Note:

Load a new HTML document.
    
Syntax:
    
location.assign(param1)


Parameters:
    param1   Required; the URL of the new document.

    

      
      








Related examples in the same category

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