How to get the full url using JavaScript?

H

How Can We Help?

How to get the full url using JavaScript?

Use the following code to obtain the full URL

[code]var fullURL = window.location.href;
alert(fullURL);[/code]

location.href holds the current URL for reference purposes and can be changed at any time. Once changed the page will reload with the new assigned URL

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me