Jump to content

_IEframegetcollection() Errors


ashley
 Share

Recommended Posts

#include <IE.au3>

_IEFrameGetCollection ( ByRef $o_object [, $i_index = -1] )

Parameters

$o_object Object variable of an InternetExplorer.Application, Window or Frame object

$i_index Optional: specifies whether to return a collection or indexed instance

0 or positive integer returns an indexed instance

-1 = (Default) returns a collection

Link to comment
Share on other sites

#include <IE.au3>

_IEFrameGetCollection ( ByRef $o_object [, $i_index = -1] )

Parameters

$o_object Object variable of an InternetExplorer.Application, Window or Frame object

$i_index Optional: specifies whether to return a collection or indexed instance

0 or positive integer returns an indexed instance

-1 = (Default) returns a collection

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...