how get url javascript code example
Example: how to get browser url in javascript
function getURL() {
alert("The URL of this page is: " + window.location.href);
}
function getURL() {
alert("The URL of this page is: " + window.location.href);
}