IHTMLTable::get_onreadystatechangeIHTMLTable::get_onreadystatechange*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTable::get_height
*Next Topic: IHTMLTable::get_readyState

IHTMLTable::get_onreadystatechange


HRESULT get_onreadystatechange(
    VARIANT *p 
);

Retrieves the inline script associated with the onreadystatechange event for the table element. This script is executed when the onreadystatechange event is fired.

For more information on inline script, see Attaching an Event Handler in the Event Model documentation.

p
Address of a VARIANT structure that contains the script.

See also put_onreadystatechange

Up Top of Page


IHTMLTable::put_onreadystatechange


HRESULT put_onreadystatechange( 
    VARIANT v 
);

Sets the inline script associated with the onreadystatechange event for the table element. This script is executed when the onreadystatechange event is fired.

For more information on inline script, see Attaching an Event Handler in the Event Model documentation.

v
VARIANT structure that contains the script to be set.

See also get_onreadystatechange


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.