Click to return to the Reusing Browser Technology home page    
IHTMLDOMCollectionator::c...     IHTMLDOMCollectionator::n...     IHTMLDOMCollectionator In...    
Web Workshop  |  Reusing Browser Technology

IHTMLDOMCollectionator::moveTo Method


Moves to a specific node of the document object model (DOM) collection.

Syntax

HRESULT moveTo(
    long idx
);

Parameters

idx
A long value used as an index into the DOM collection.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

currentNode, nextNode, previousNode


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.