Jump to content

IFRAME AND IE


LOULOU
 Share

Recommended Posts

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

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...