Sends an event to the browser.
PODSWindow
PODSBoolean dispatchEvent (ADOMEvent event, PODSString type);
window.dispatchEvent (event, type)
PODSBoolean* PODSdispatchEvent( PODSWindow* window, ADOMEvent* event, PODSString type );
window The PODSWindow
object.
event The event to be sent to the browser.
type The name of the event that the event handler will use in determining whether to handle the event.
PODS_TRUE
if event has been handled; PODS_FALSE
otherwise.
You can add an event handler to any node in the DOM
that will respond to a specific event name
.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |