Location

Обновлено: 14.03.2023

The Window Location Object

Об'єкт location містить інформацію про поточну URL-адресу.

Об'єкт location є властивістю об'єкта window.

Доступ до об’єкта location здійснюється за допомогою:

window.locationабо простоlocation

Властивості та метода об’єкта Location

  • hash

    hash

    Sets or returns the anchor part (#) of a URL

  • host

    host

    Sets or returns the hostname and port number of a URL

  • hostname

    hostname

    Sets or returns the hostname of a URL

  • href

    href

    Sets or returns the entire URL

  • origin

    origin

    Returns the protocol, hostname and port number of a URL

  • pathname

    pathname

    Sets or returns the path name of a URL

  • port

    port

    Sets or returns the port number of a URL

  • protocol

    protocol

    Sets or returns the protocol of a URL

  • search

    search

    Sets or returns the querystring part of a URL

  • assign()

    assign()

    Loads a new document

  • reload()

    reload()

    Reloads the current document

  • replace()

    replace()

    Replaces the current document with a new one