SP.Utilities.HttpUtility.navigateTo(url) Method
Applies to: SharePoint Foundation 2010
Navigates to the specified URL.
SP.Utilities.HttpUtility.navigateTo(url);
Parameters
url
Type: string
The specified URL.
Remarks
The web page specified by url is opened as the top browser page.
Applies To
SP.Utilities.HttpUtility Class