LOULOU Posted November 2, 2006 Posted November 2, 2006 How to read the content of the text inside an IFRAME ? Thanks by adbvance
ConsultingJoe Posted November 2, 2006 Posted November 2, 2006 How to read the content of the text inside an IFRAME ? Thanks by adbvance; ******************************************************* ; Example 1 - Open iFrame example, get a reference to the iFrame ; with a name of "iFrameTwo" and replace its body HTML ; ******************************************************* ; #include <IE.au3> $oIE = _IE_Example ("iframe") $oFrame = _IEFrameGetObjByName ($oIE, "iFrameTwo") _IEBodyWriteHTML ($oFrame, "Hello <b>iFrame!</b>") _IELoadWait ($oFrame)oÝ÷ Øg¶)à¶µìmÂ¥u·ºÚ"µÍÚ[ÛYH ÒQK]LÉÝÂÌÍÛÒQHHÒQWÑ^[H ][ÝÚY[YI][ÝÊBÌÍÛÑ[YHHÒQQ[YQÙ]ØS[YH ÌÍÛÒQK ][ÝÚQ[YUÛÉ][ÝÊBÙØÞ ][ÝÉ][ÝËÒQPÙTXYS ÌÍÛÑ[YJJ Check out ConsultingJoe.com
LOULOU Posted November 2, 2006 Author Posted November 2, 2006 It's not exactly what you describe because inside IFRAME SRC there is an http adress and between the <IFRAME> and </IFRAME> there is the contente of this location url example <iframe src="http://www.hiddensoft.com"> </IFRAME> And my question is How to get html code between iframe and /iframe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now