JavaScript Intensive Tutorial--window location

Source: Internet
Author: User

This article is the official HTML5 training course for h5edu institutions, mainly introduces: JavaScript intensive tutorial--window location

Window Location

The Window.location object can be written without using the window prefix.

Some examples:

Location.hostname returns the domain name of the web host
Location.pathname returns the path and file name of the current page
Location.port returns the port of the web host (80 or 443)
Location.protocol returns the Web protocol used (HTTP///https://)

Window location Href

The Location.href property returns the URL of the current page.

Instance

Returns the entire url:<script> document.write (location.href) of (current page); </script> above code output: http://www.w3school.com.cn/js/... indow location Pathname

The Location.pathname property returns the path name of the URL.

Instance

Returns the path name of the current URL:<script> document.write (location.pathname); </script> above code output is:/js/js_window_location.aspwindow location Assign

The Location.assign () method loads the new document.

Instance

Load a new document:

Click to enter JavaScript Intensive tutorial: http://www.h5edu.cn/htm/step/h5edu_44.html

JavaScript Intensive Tutorial--window location

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.