20 lines
251 B
Markdown
20 lines
251 B
Markdown
<!-- /docs/utils/openInSameWindow.md -->
|
|
|
|
# 🚪 openInSameWindow.js
|
|
|
|
Öffnet eine URL im aktuellen Tab.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
openInSameWindow("/target");
|
|
```
|
|
|
|
## Verhalten
|
|
|
|
- `window.location.href = url`
|
|
|
|
---
|
|
|
|
[Zurück zur Übersicht](../README.md)
|