VOOZH about

URL: https://www.geeksforgeeks.org/javascript/html-dom-window-location-property/

⇱ HTML DOM Window.location Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML DOM Window.location Property

Last Updated : 4 Jan, 2023

HTML DOM Window.location property returns a Location object that contains information about the current location of the document. Window.location is read-only property.

Syntax:

var loc = window.location;

Return Value: An object containing information about the location of the document.

Example: This example shows how to get the location of the document using this property.

Output:

👁 HTML DOM Window.location Property
HTML DOM Window.location Property

Supported Browsers:

  • Google Chrome
  • Edge
  • Firefox
  • Safari
  • Opera
Comment
Article Tags:
Article Tags: