Home Web Front-end JS Tutorial Detailed explanation of JavaScript document object and window object_Basic knowledge

Detailed explanation of JavaScript document object and window object_Basic knowledge

May 16, 2016 pm 06:12 PM
document window

[document object]
This object is an attribute of the window and frames objects, and is a document displayed in the window or frame.

Attributes

alinkColor The color of the active link (ALINK)
anchor An HTML anchor, created using the tag (the attribute itself is also an object)
anchors array column Array of document anchor objects (
) (this attribute itself is also an object)
bgColor The background color of the document (BGCOLOR)
Cookie is a piece of information stored in the cookie.txt file, which is the document An attribute of the object
fgColor The text color of the document (TEXT attribute in the tag)
form A form (
) in the document (the attribute itself is also an object)
forms anay An array of form objects listed in the order they appear in the document (this property itself is also an object)
LastModified The last modified date of the document
linkColor The color of the link in the document, that is, the color in the tag LINK attribute (link to a document that the user has not observed)
 link A
tag in the document (the attribute itself is also an object)
links array An array of link objects in the document, as they appear in the document The order in (this attribute itself is also an object)
Location The URL of the currently displayed document. The user cannot change document.location (because this is the location where the document is currently displayed). However, window.location can be changed (replacing the current document with another document) window.location itself is also an object, and document.location is not an object
Referrer contains the URL of the linked document. The user can click the link to reach the current document
Title The title of the document ((TITLE>)
vlinkColor The text color of the link pointing to the document that the user has observed, that is, the VLINK attribute of the tag

Method

clear Clear Specify the content of the document
close close the document stream
open open the document stream
write write the text into the document
writeln write the text into the document and end with a newline character

[window object]

It is a top-level object, not a property of another object, that is, the browser window

Property

defaultStatus Default. Status bar message
Document currently displayed document (the attribute itself is also an object)
frame A frame in the window ((FRAME>) (the attribute itself is also an object)
frames array lists the frames of the window An array of objects, listed in the order in which these objects appear in the document (the property itself is also an object)
History The history list of the window (the property itself is also an object)
length The number of frames in the window
Location The complete (absolute) URL of the document displayed in the window (this property itself is also an object). Do not confuse it with document.location, which is the URL of the currently displayed document. The user can change window.location (using another document). replace the current document), but cannot change document.location (because this is the location where the document is currently displayed)
Name is the name given to the window when the window is opened
opener represents the location of the script that uses window.open to open the current window. The window (this is a new attribute introduced in Netscape Navigator 3.0beta 3)
 Parent contains a synonym for the window of the current frame. An attribute of the frame and window objects
Self A synonym for the current window or frame
Status Message in the status bar
top contains the synonym of the topmost browser window of the current frame
window synonym of the current window or frame, the same as self

Method

alert() Open an Alert message box
clearTimeout() used to terminate the work of the setTimeout method
close() close the window
confirm() open a Confirm message box, the user can choose OK or Cancel, if the user clicks OK , this method returns true, click Cancel to return false
 blur() Move the focus away from the specified window (this is a new method introduced in Netscape Navigator 3.0 beta 3)
 focus() Bring the specified window to the foreground (Another new method)
open() Open a new window
prompt() Open a Prompt dialog box, the user can type text into the box and return the typed text to the script
setTimeout() Wait for a specified number of milliseconds, and then run the command event handler

Event handler

Onload() Triggered when the page is loaded
Onunload() Triggered when the page is closed
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

GTA 6 document gives a detailed overview of all leaks GTA 6 document gives a detailed overview of all leaks Sep 08, 2024 am 06:37 AM

On September 3, version 1.5 of the Grand Theft Auto VI document which provides a detailed overview of everything that is known about the game to date. The updated version of the document was announced in a trailer published on X (formerly Twitter).??

How to solve the problem that document.cookie cannot be obtained How to solve the problem that document.cookie cannot be obtained Nov 23, 2023 am 10:02 AM

Solutions for document.cookie not being obtained: 1. Browser privacy settings; 2. Same-origin policy; 3. HTTPOnly Cookie; 4. JavaScript code error; 5. Cookie does not exist or expires; 6. Cross-domain issues; 7. Viewer mode; 8. Server problems; 9. JavaScript execution timing; 10. Check console log, etc.

Detailed graphic tutorial for installing Windows 10 tablet system Detailed graphic tutorial for installing Windows 10 tablet system Jul 14, 2023 am 09:33 AM

Tablet computers are currently very popular computers among many young people. Recently, many friends want to know how to install the Windows 10 tablet system, so today I will share with you a very simple one-click method to install Windows 10. Let’s take a look below! Detailed graphic tutorial for installing Windows 10 tablet system: 1. We search and download Xiaobai’s one-click reinstallation system software, choose to download and install the Win10 operating system, and click to install this system. 2. Wait for Xiaobai to download and deploy the environment. 3. After the deployment is completed, click Restart Now. 4. Choose to enter the Xiaobai pe system. 5. After entering the pe system, the installation tool will pop up to help us automatically reinstall the system. We do not need any operations.

Windows 10 reinstall win7 system tutorial Windows 10 reinstall win7 system tutorial Jul 08, 2023 pm 05:45 PM

Many friends are not used to using the win10 system and want to reinstall the win7 system, but they don’t know how to start. The editor will teach you this simple method below. Friends who don’t know how to reinstall windows7 on the computer should not miss it. 1. First, we open the computer browser and search the official website of Magic Pig One-Click System Reinstallation, download it and open it. 2. After downloading, we open it and click online reinstallation. 3. Next, we will wait patiently for it to be installed. 4. The installation is complete. Next we need to click to restart the computer now. 5. After restarting the computer, we still need to return to the main interface to continue completing the installation. Then our installation is completed. The above are the steps for reinstalling the win7 system in windows 10. I hope it will be helpful to everyone.

How to implement vulnerability analysis of Disk Pulse Enterprise Window application How to implement vulnerability analysis of Disk Pulse Enterprise Window application May 18, 2023 pm 03:04 PM

1. Vulnerability Introduction DiskPulseEnterprise is a software that monitors disk changes. It can connect and manage the software through a management port 9120 or web management window 80 to monitor disk changes. There is a dynamic link library libspp.dll in DiskPulse Enterprise, which contains some functions responsible for HTTP operations. The problem occurs in this dynamic link library. When processing the post data, there is no strict length control on the post data, resulting in When executing the acquired data, it copies data to invalid memory, causing buffer overflow, triggering SEH abnormal behavior processing, and finally controlling EIP to execute arbitrary code. Software download link: h

How to modify the username and password of a shared computer in Windows 10 How to modify the username and password of a shared computer in Windows 10 Jul 21, 2023 am 11:05 AM

At work, we often use computer sharing functions. Recently, many friends have asked me how to change the username and password of a shared computer in Windows 10, so today I will share with you how to change the username and password of a shared computer in Windows 10. Nothing is more important than this, let's learn it together! How to modify the username and password of a shared computer in Windows 10: 1. Press the win key + r key, enter control and click OK. 2. Click on User Account. 3. Click Credential Manager. 4. Click Windows Credentials. 5. The certificate in the share is this certificate. Click Edit to make changes. The following is how to change the username and password of a shared computer in Windows 10.

Introduction to document object in js Introduction to document object in js Feb 18, 2024 pm 01:06 PM

Introduction to the Document object in JavaScript and code examples: In JavaScript, the Document object is an interface that represents the entire HTML document. It provides access and operation methods to the HTML document. This article will introduce the common methods and properties of the Document object and provide some specific code examples. getElementById method getElementById is an important method of the Document object, used to

How to solve Windows worm virus How to solve Windows worm virus May 17, 2023 pm 07:22 PM

0x00 Preface The worm is a very old computer virus. It is a self-contained program (or a set of programs) that usually spreads through the network. Every time it invades a new computer, it is on this computer. Makes a copy of itself and automatically executes its own program. Common worms: Panda Burning Incense Virus, Shock Wave/Shock Wave Virus, Conficker Virus, etc. 0x01 Emergency Scenario One morning, the administrator found at the egress firewall that the internal network server continued to initiate active connections to overseas IPs. The internal network environment was unable to connect to the external network, and there was no way to figure it out. 0x02 event analyzes the server's intranet IP seen on the egress firewall. First, disconnect the virus-infected host from the intranet, then log in to the server, open D-shield_web scan and check

See all articles