Just finally getting back to my project.
I'm using the code below to try and pull information from the webpage, ideally all the text or even html that is in iframe 10 of the http://www.asba.com/search/newsearch.asp webpage.
However, it doesn't appear that I'm "seeing" what is in the iframe.
Could anyone point me in the right direction on this?
Thanks!
Code: Select all
//Set IGNORESPACES to 1 to force script interpreter to ignore spaces.
//If using IGNORESPACES quote strings in {" ... "}
//Let>IGNORESPACES=1
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
//Set timeout for ClickTag and FormFill to 10 seconds, increase if pages load more slowly
IE_SetTimeout>10,ie_res
IE_Create>0,IE[0]
IE_Navigate>%IE[0]%,http://www.asba.com/search/newsearch.asp,ie_res
IE_WaitDocumentComplete>%IE[0]%,ie_res
IE_GetTagLengthByName>%IE[0]%,,IFRAME,SearchResultsFrame,0,IFRAMESearchResultsFrame_SIZE
IE_ExtractTagByName>%IE[0]%,,IFRAME,SearchResultsFrame,0,IFRAMESearchResultsFrame,ie_res
//Extracted text is in variable: IFRAMESearchResultsFrame
messagemodal>IFRAMESearchResultsFrame