javascript Global Description
| Global | NN 2 IE 3 ECMA 1 | ||||||||||||||||||||
|
The Global object lives in every window or frame of a JavaScript-enabled browser (it is created for you automatically). You don't ever reference the object explicitly, but you do reference its properties and methods to accomplish tasks such as converting strings to numbers (via the parseInt( ) or parseFloat( ) methods). Properties act as constants, and thus evaluate to themselves. As an object with global scope, it exposes its members to script statements throughout the page. |
|||||||||||||||||||||
| Properties | |||||||||||||||||||||
|
|||||||||||||||||||||
| Methods | |||||||||||||||||||||
|
|||||||||||||||||||||
Previous: javascript Global Infinity
889,Nickname,Homepage or email,Comments here,Add comment
