“JavaScript Standort.href” Code-Antworten

JavaScript Onclick HREF Standort

onclick="location.href='unit_01.htm'"
Bored Beaver

window.href

//its actually 
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
Confused Penguin

Fensterstandort jedes Web

var url = new URL("http://aaa.bbb.ccc.com/asdf/asdf/sadf.aspx?blah");
console.log(url.protocol);  // "http:"
console.log(url.hostname);  // "aaa.bbb.ccc.com"
console.log(url.pathname);  // "/asdf/asdf/sadf.aspx"
console.log(url.search);  
Antoniotonio

JavaScript Standort.href

//example 1
document.getElementById("lbl_url").innerHTML = "Page location is " + window.location.href;
//example 2
var x = location.href;
Ivan The Terrible

Ähnliche Antworten wie “JavaScript Standort.href”

Fragen ähnlich wie “JavaScript Standort.href”

Weitere verwandte Antworten zu “JavaScript Standort.href” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen