...
Name
qopenurl — open an URL link or file
Syntax
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
qopenurl url_link | url_file |
Description
The qopenurl command opens the a web page in the default browser or the file that is requested.
Arguments
url_link
The url_link is opened in the default browser.
url_file
The url_file is opened according to the file type.
Examples
Ex.1: Open web pages
Anchor | ||||
---|---|---|---|---|
|
No Format | ||||
---|---|---|---|---|
| ||||
qopenurl www.geocap.no ;# opens the geocap web page
{noformat}
h3. |
Ex.2:
...
Open
...
file
...
through
...
URL
...
Anchor | ||||
---|---|---|---|---|
|
Various files can be opened through URL
No Format | ||||
---|---|---|---|---|
| ||||
qopenurl c:/helpfile.html
qopenurl c:/myexcelsheet.xls
qopenurl mailto:support@geocap.no
{noformat}
|