DHTML other objects

Source: Internet
Author: User

1.DHTML Object Model Review
Window
History
Navigator
Document
Screen
Location
Event
2.screen objects
The Screen object contains information about the client display screens
Often used to get the screen resolution and color
Common Properties
Width/height
Availwidth/availheight
3.history objects
The History object contains the URLs that the user has visited (in a browser window)
Length property: Number of URLs in the browser history list
Method
Back ()
Forward ()
Go (num)
4.location objects
The Location object contains information about the current URL
Often used to get and change the current browsing URL
HREF attribute: The address of the Web page being browsed by the current window
Method
Replace (URL): Turn to URL page address
Reload (): Reload the current URL with the press of the refresh button
5.navigator objects
The Navigator object contains information about the browser
Commonly used to obtain client browser and operating system information
Traverse all properties of the Navigator object
var showtext = "Navigator object property list: \ n";
for (var propname in navigator) {
Showtext + = propname + ":" + navigator[propname] + "\ n";
}
alert (Showtext);

DHTML other objects

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.