# Syntax
A URL can be opened using the default handler using the syntax:
```
local open url "FILENAME"
```
# Examples
The following example opens the URL `https://invantive.com` using the assigned application:
```
local open url "https://invantive.com"
```