| Method |
Description |
| Alert |
Displays a dialog box that contains custom messages from the application. |
| Attachevent |
Binds the specified function to the event so that the function is called whenever the event fires on the object. |
| Blur |
Causes the element to lose focus and trigger the onblur event. |
| Clearinterval |
Use the SetInterval method to cancel a previously started interval event. |
| Cleartimeout |
Cancels the timeout event previously set with the SetTimeout method. |
| Close |
Close the current browser window or an HTML application (HTA). |
| Confirm |
Displays a confirmation dialog box that contains an optional message and a OK Cancel button. |
| Createpopup |
Creates a pop-up window. |
| DetachEvent |
Cancels the binding of the specified function from the event so that the function does not receive a notification when the event is triggered. |
| ExecScript |
Executes the specified script in the given language. |
| Focus |
Causes the element to be focused and executes the code specified by the onfocus event. |
| Moveby |
Moves the position of the window by specifying the x and y offset values. |
| MoveTo |
Moves the screen position in the upper-left corner of the window to the specified x and y positions. |
| Navigate |
Loads the specified URL in the current window. |
| Open |
Opens a new window and loads the document for the given URL. |
| Print |
Prints the document associated with the window. |
| Prompt |
Displays a prompt dialog box with a message and an input box. |
| Resizeby |
Changes the current position of the window to scale the specified x and y offsets. |
| Resizeto |
Changes the size of the window to the specified width and height values. |
| Scroll |
Scrolls the window to the specified x and y offsets from the upper-left corner. |
| Scrollby |
Scrolls the window by the X and Y offsets. |
| ScrollTo |
Scrolls the window to the specified x and y offsets. |
| SetActive |
Sets the object to be the current object without placing the object in focus. |
| SetInterval |
Evaluates an expression after each specified millisecond value. |
| SetTimeout |
Evaluates an expression after the specified millisecond value. |
| ShowHelp |
Displays the Help file. This method can be used with Microsoft HTML help. |
| ShowModalDialog |
Creates a modal dialog box that displays the specified HTML document. |
| showModelessDialog |
Creates a non-modal dialog box that displays the specified HTML document. |