> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.83-de/nedyx/clearlines-funktionen/navigations-funktionen/openwebpage.md).

# OPENWEBPAGE

#### Syntax <a href="#syntax.35" id="syntax.35"></a>

**OPENWEBPAGE**(*url; mode*)

* *url* - die Url der Webseite, die geöffnet werden soll - ***Wertetyp**: Text*
* *mode* – legt fest, ob die URL im gleichen oder in einem neuen Browser-Tab geöffnet werden soll – ***Wertetyp**: Konstante (optional, Standardwert:* <mark style="color:red;">newtab</mark>*)*\
  Mögliche Werte sind
  1. <mark style="color:red;">self</mark> - die URL wird im aktuellen Browser-Tab geöffnet
  2. <mark style="color:red;">newtab</mark> - die URL wird in einem neuen Browser-Tab geöffnet

#### Beispiel

Alle diese Aufrufe öffnen die Homepage von nedyx in einem neuen Browsertab:

* <mark style="color:blue;">**OPENWEBPAGE**</mark>(“<https://nedyx.com”>)
* <mark style="color:blue;">**OPENWEBPAGE**</mark>(“<http://nedyx.com”>)
* <mark style="color:blue;">**OPENWEBPAGE**</mark>(“nedyx.com”)

<figure><img src="/files/teCKbZWkaUEsELjMLoaJ" alt=""><figcaption></figcaption></figure>

Dieser Befehl öffnet die nedyx Homepage im aktuellen Browsertab:

* <mark style="color:blue;">**OPENWEBPAGE**</mark>(“nedyx.com”; <mark style="color:red;">self</mark>)
