This site is mobile accessible. Press the "Tap Here" button to use a different font-size.



Smartphone icons created by Freepik - Flaticon

JS Location

The window.location object

The full URL of this page is:
https://webdevelopment.philipramsey.ca/webcourse/javascript/WindowLocationHref.htm

// detect and display the full URL of this page
document.getElementById("demo").innerHTML = 
"The full URL of this page is:<br>" + window.location.href;