Click to return to the Reusing Browser Technology home page    
IHTMLPersistData::save Me...     IHTMLPersistDataOM::get_o...     IHTMLPersistDataOM Interf...    
Web Workshop  |  Reusing Browser Technology

IHTMLPersistDataOM Interface


This interface provides the ability to programmatically manipulate persistent object model data.

IHTMLPersistDataOM Methods

get_onload Retrieves a pointer to the event handler function associated with the onload event of the object.
get_onsave Retrieves a pointer to the event handler function associated with the onsave event of the object.
getAttribute Retrieves the value of the given attribute.
put_onload Sets a pointer to the event handler function associated with the onload event of the object.
put_onsave Sets a pointer to the event handler function associated with the onsave event of the object.
removeAttribute Removes the given attribute from the element.
setAttribute Sets the value of the given attribute. If the attribute is not already present, the method adds the attribute to the element and sets the value.

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 5
Minimum operating systems Windows 95, Windows NT 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.