Articles tagged in: JavaScript



JavaScript — Get URL Query Parameters

Sometimes you want to retrieve the URL query parameters when using JavaScript on the client side. JavaScript in the browser provides a global window.location object providing you with all the URL parts. The query parameters are available in window.location.search. This tutorial shows you how to access and …

Continue Reading

JavaScript — Get the Current URL

You can retrieve the current URL using JavaScript in the browser. The global window object provides a window.location attribute which contains all the parts of the current URL. This tutorial shows you how to get the current browser URL in client-side JavaScript. {{outline}} Retrieve the Current Browser URL You …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.