Some time back I posted an issue with trying to obtain IE8 tab info. This was solved and had been working okay until recently when I installed Windows 7, since this time the tab solution fails as the code tabs past the required tab without stopping and processing subsequent code. I have posted my code below for review:
Code: Select all
<Code>
Let>myPage=http://rmcmonitor.au.eds.com/Monitor.asp
Input>pw,Enter APAC Password: ,
SetFocus>Windows Internet Explorer*
Label>tab_select
DDERequest>IExplore,WWW_GetWindowInfo,0xFFFFFFFF,ret,10
Pos>myPage,ret,1,p
If>p>0
//stop
Else
Press CTRL
wait>0.5
Press Tab
wait>0.5
Release CTRL
Goto>tab_select
Endif
</Code>
Regards.
Peter.
[/code]