Ever came across a requirement where you need to grab the current page URL from JavaScript. See below examples to learn how to achieve this and some other parts of URL with the help of window.location object. You can either use the code directly or save it in a variable and then use.
Code Type : Get entire Location (URL)var url = window.location.href;
Code Type : Get Location HostName
var hostName = window.location.hostname;
More Posts related to JavaScript,
- Get Current time in GMT/UTC using JavaScript
- How to get current URL Location using Javascript HTML
- Excel Fix: SECURITY RISK Microsoft has blocked macros from running because the source of this file is untrusted.
- Convert Javascript object to JSON String example
- Fix: ReferenceError: require is not defined in ES module scope [Node]
- [JavaScript] Remove all Newlines From String
- JavaScript : Get url protocol HTTP, HTTPS, FILE or FTP
- Fix: Error: error:0308010C:digital envelope routines::unsupported NodeJs/Vue/React
- Pure JavaScript Digital Clock Widget to get GMT/UTC Time Now
- Fix: npm vs code eacces permission denied unlink /usr/local/bin/code
- Power of Print Statements in JavaScript: A Comprehensive Guide
- [javaScript] Convert text case to lowercase
- JavaScript: Count Words in a String
- JavaScript date in yyyy-MM-dd format
- How to send email from JavaScript HTML using mailto
- How to get UTC (GMT) time using JavaScript
- JavaScript: Generate Random Numbers between 1 and 3
- How to get query string in JavaScript HTML location.search
- Fix: Uncaught ReferenceError: exit is not defined - Node.js REPL
- Detect if Cookies are enabled using JavaScript
- Submit html form on dropdown menu value selection or change using javascript
- Send Extra Data with Ajax Get or Post Request
- Loading previous page using html button using JavaScript
- 10 ways to Convert String to a Number in JavaScript
- JavaScript: Check if variable is a number
More Posts:
- What is the Difference Between Microsoft SharePoint vs OneDrive - SharePoint
- How to Auto Click Mouse on Mac every X Seconds - MacOS
- HTML5 CSS3 Color Codes List - Html
- How to Setup Microsoft OneDrive on Mac Sonoma 14 - Microsoft
- auth_client_using_bad_version_title : Error Android Lint - Android
- How to make ZSH as the default shell on Ubuntu - zsh
- align image at middle of div element - CSS
- Microsoft Excel Fuzzy Lookup Add-in - Microsoft