Window Object Property

Window object, properties and method/function associated with it!

Explanation

Any browser that is used to access a html document forms the Window Object. As seen earlier, it is the topmost object in the hierarchy.
It has many properties that can be used to get information. It also has methods that can be used to do specific tasks. The following topics will introduce you to the properties, methods and their usage.
Properties Supported by Window object
Methods or Functions under Window object
The following tutorials explain the functions in detail
a)Using confirm method
b)Using prompt method
c)New Window using javascript
d)Using close method
e)Timed execution of functions using setTimeout
f)Cancel a timeout using clearTimeout

Ask Questions

Ask Question