NewProcess event
Creates a new process to handle the navigation.
![]() |
Syntax
| HTML Attribute | <element NewProcess = "handler(event)"> |
|---|---|
| attachEvent Method | object.attachEvent("NewProcess", handler) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- lCauseFlag [in]
-
Type: Long
A bitwise combination of the NewProcessCauseConstants enumeration values that describes why the new process was created.
- pWB2 [in]
-
Type: Object
A pointer to the new process object.
- Cancel [in, out]
-
Type: Boolean
True if the navigation should be canceled; otherwise, False.
Show:
