Hi all,
I have found the way to deal:
Thanks everybody a lot for helping me.
I have found the way to deal:
Code:
Dim all_InputElements
Set all_InputElements=Browser("title:=Compose(.*)").object.Document.getelementsbytagname("IFRAME")
Dim single_Element
For each single_Element in all_InputElements
If single_element.id="compose_editorArea" Then
Print single_element.outerhtml
single_element.contentWindow.document.body.innerHTML = "tinh ne"
Print content
End If
NextThanks everybody a lot for helping me.

