Do you still reference links in this window the same way you would if you just opened IE not embeded ?
i tried using
$sLinkText = _IEPropertyGet($oLink, "innerText")
If StringInStr($sLinkText, 'Upgrade') Then
_IEAction($oLink, "click")
EndIf
It did not matter what the text in 'Upgrade' was I tried using just about every possible link on the page, it appeared to be clicking but not inside the embeded IE window. Any help would be appreciated but I am new to this programming lark and the examples of reading links into arrays for accessing later are a bit too deep for a mere mortal like myself i like it as simple as possible so i can see what I am doing.
Thanks
Zephire