IEContainsText


 

IEContainsText>IE_Reference,Frame,Text,Result

 

Determines whether or not text is contained in the body of the page. Returns 1 if text is found, 0 if not.

 

IE_Reference must be an identifier value returned by IECreate, IEGetFromURL or IEWaitNew.

 

Specify a frame name to search within a specific frame. Leave frame blank if there are no frames.

 

See also: IE Functions 


 

Example

 

IEContainsText>IE[0],,Hello World,exists