onnegotiationneeded event
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
This event fires any time the browser wants to inform the application that session negotiation needs to be done.
Syntax
Event Property | object.onnegotiationneeded = handler; |
Event handler parameters
handler [in]
Type: FunctionAn event handler to call when the browser informs an application that it wants to negotiate.