2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
//Write a JavaScript program to get the website URL (loading page)
|
|
alert(document.URL);
|