“JavaScript Umleitung zu relativer URL” Code-Antworten

JS leitet sich zu relativen URL aus

window.location.href = '/path'; //relative to domain
Heinz

JavaScript Umleitung zu relativer URL

window.location.href = "http://mywebsite.com/home.html";
Grepper

JS -Fensterstandort relativer Weg

//To get just the relative path of a window location.

const RELATIVE_PATH = window.location.pathname; 
JustALittleHeat

Ändern Sie den Windlow -Standort Relitave auf aktuelles

//Only line of code:
window.location.href = '../'; //one level up
Average Ape

Ähnliche Antworten wie “JavaScript Umleitung zu relativer URL”

Fragen ähnlich wie “JavaScript Umleitung zu relativer URL”

Weitere verwandte Antworten zu “JavaScript Umleitung zu relativer URL” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen