Use firebug to learn JavaScript window objects

Source: Internet
Author: User
It is hard to imagine that the guy called an object in Javascript is a three-element whole. I cannot remember when to learn JavaScript, and it is a bit fuzzy to the window object. In w3school, we can clearly see the property set and method set of the window object, and try to do some test as mentioned above.
Science and engineering people are easy to accept some things or methods from reality and operations. We can install Firefox + firebug to use firebug as our simple console, to learn some common attributes of window objects. With the auto-completion feature provided by firebug, we can quickly and comprehensively find the desired attributes or methods.  
1. OPEN function. To open a new window, you can set some features of the new window based on the provided parameters, such as the scroll bar and window size and position. Window. Open ("www.baidu.com") // APPEND "www.baidu.com" to the URL of the current page to request resources. Such as: http://www.w3school.com.cn/www.baidu.com Window. Open ("http://www.baidu.com") // open the Baidu page Such as: http://www.baidu.com/
2. setTimeout (func, in milliseconds). If two synchronization events are executed, and we need them to have a forward and backward order, setTimeout is used. Otherwise, a null object error may occur.
Window objects have many attributes and Methods. Most of them can be used based on their names. Here we will not perform a test demonstration one by one. For window objects and many objects in Javascript, we can use tools to conveniently understand their features and usage.
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.