home ~ socials ~ projects ~ rss

Access Parts Of The Current Page's URL With JavaScript

April 2023

Overview

Given this URL:

https://www.example.com:8080/alfa/bravo?charlie=delta#echo

The follow is what's available

window.location.href

https://www.example.com:8080/alfa/bravo?charlie=delta#echo

TODO

end of line
Share link:
https://www.alanwsmith.com/en/2n/sh/a3/ju/?access-parts-of-the-current-page-s-url-with-javascript