# Go to URL

The action will navigate a user to a given URL.

![](https://4159443657-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lb8fteihZN5J-edUC8e%2F-LbTRFPjTjdtG20VetFP%2F-LbTRMeasDFOpmcK1h0T%2Fimage.png?alt=media\&token=aba756b1-6408-476c-b18b-d5f6e1701e49)

A URL should contain a schema (http\://, https\://) to be able to open absolute URLs. If the schema isn’t specified, it will try to open a relative path.

Optional “Name” parameter can be used to specify the name of the browsing context (window, [\<iframe>](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) or tab) into which to load the specified resource.

To open url in the same window you can specify **\_self** as a value in the "Name" parameter.

{% hint style="info" %}

See <https://developer.mozilla.org/en-US/docs/Web/API/Window/open> for more details.
{% endhint %}

Qlik expressions can be used in both parameters by prefixing each of them with an equals sign.
