Method | Description |
Alert | Opening an alert window with some message |
BookMark | Add to Favorite or Bookmark a link ( URL ) |
location | Redirecting browser to different page |
Confirm | Confirm window to return TRUE of FALSE based on user action OK or CANCEL |
Close window | Close a window |
Open child | Open a child window with different prameters |
Onload() | Onload window event to trigger any function as soon as page opens |
Prompt | Getting user entered data by a Prompt window |
setInterval() | Calling a function repeatedly in a time interval |
clearInterval() | Resetting the setInterval object |
moveBy() | Moving window from its current location |
moveTo() | Moving window To a fixed location |
resizeTo() | Resizeing window by changing height and width |
blur() | When we lost focus from a window |
focus() | Bringing focus to a window |
closed() | Knowing the window status : closed or not |
Applications using various window and other objects in JavaScript