Jump to content

Recommended Posts

Posted

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
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...