IEExtractTagByAttrib
IEExtractTagByAttrib>IE_Reference,Frame,Tagname,Attrib,Value,All,Result
Extracts text from the specified tag.
IE_Reference: The web browser instance to extract from. IE_Reference must be an identifier value returned by IECreate, IEGetFromURL or IEWaitNew.
Frame: the name of the frame to extract from
Tagname: the html name of the tag to extract from (e.g. 'TD', 'BODY', 'A', 'P', 'TABLE', etc)
Attrib: any valid tag attribute
Value: the value of the specified tag attribute
All: if set to 1 extract all html, otherwise just innertext, or value for input fields.
See also: IE Functions
Example
IEExtractTagByAttrib>%IE[0]%,{""},{"INPUT"},{"NAME"},{"q"},1,buffer
MessageModal>buffer