Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.getElementById("demo").innerHTML =
- "Page URL is " + window.location.href;
- //page location (example: https://pastebin.com/TqEhPaiC)
- document.getElementById("demo").innerHTML =
- "Page website is " + window.location.hostname;
- //page hostname (example: pastebin.com)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement