Click to return to the Reusing Browser Technology home page    
IShellUIHelper::AddFavori...     IShellUIHelper::ImportExp...     IShellUIHelper Interface    
Web Workshop  |  Reusing Browser Technology

IShellUIHelper::AutoCompleteSaveForm Method


Saves a specified form to AutoComplete data storage.

Syntax

HRESULT AutoCompleteSaveForm( 
    VARIANT *Form
);

Parameters

Form
Address of a VARIANT that contains the form to save.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

Use the AutoCompleteSaveForm method, included in Microsoft® Internet Explorer 5 and later, to store INPUT_text and INPUT_password values to AutoComplete data storage. Once information is entered in a form and saved to AutoComplete storage, whenever a user visits a Web site and starts typing in a field with the same name as a stored field, the AUTOCOMPLETE attribute provides an AutoComplete box containing a list of previously stored data.

See Also

AutoComplete in HTML Forms



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.