Skip to content

Navigating to a URL (bizzStream.goToURL)

You can use bizzStream.goToURL to navigate the user's current view or browser tab to a specified web address.

Syntax

bizzStream.goToURL(url, new tab);

Parameters

Parameter Type Required Description
url String Yes The URL to navigate to.
new tab Boolean No Default is false and can be set to true to open in a new tab.

Return value

None.

Example

The following example navigates the user to the BizzStream website:

bizzStream.goToURL('https://www.bizzstream.com');