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: LongA bitwise combination of the NewProcessCauseConstants enumeration values that describes why the new process was created.
pWB2 [in]
Type: ObjectA pointer to the new process object.
Cancel [in, out]
Type: BooleanTrue if the navigation should be canceled; otherwise, False.