GetFrameURLs

 

Description

 

Returns a string collection of URLs for the FRAME pages if the specified page is a FRAMESET.

 

Arguments

 

Name

Type

I/O

Description

URL

String

In

The FrameSet page of interest (blank for the current page).

 

Return Value

 

String Collection: URLs of the FRAME pages if the specified page is a FRAMESET, an empty collection if not.

 

Remarks

 

The GetFrameURLs method can by applied to any page in cache.

 

To determine whether or not a page is a FRAMESET page, check the size of the string collection returned by GetFrameURLs. A non-zero value indicates that this is a FRAMESET,

 

Use GetFrameObjectHandles to get the ObjectHandles for the FRAME pages of the current FRAMESET page.