GetBrowserVisible

Description:
Determine whether the specified Browser is Visible.

Format:
GetBrowserVisible (integer Session ID (optional))

Parameters:

Integer

Session ID (optional)

Browser Occurrence Number.
First Browser occurrence is 1
Default value is 1

Return Value:

Booleanr

Success Ind

Success Indicator.
TRUE – Link was clicked
FALSE – Link was not clicked

Usage:
Use this function to determine if the Browser is currently visible.

Example 1:
Remember if the default first Browser is visible.

boolean boolVisible

boolVisible = GetBrowserVisible()

Example 2:
Make the second occurrence of the Browser Visible if it is not currently Visible.

If GetBrowserVisible (2)
 SetBrowserVisible (2, TRUE)
EndIf

Hosted by www.Geocities.ws

1