IE8 Tab problem - Windows 7

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
buda56
Junior Coder
Posts: 20
Joined: Thu Aug 07, 2008 10:45 am

IE8 Tab problem - Windows 7

Post by buda56 » Wed Feb 10, 2010 10:28 pm

Hi,
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>
Any help would be greatly appreciated.
Regards.
Peter.
[/code]

buda56
Junior Coder
Posts: 20
Joined: Thu Aug 07, 2008 10:45 am

Post by buda56 » Wed Feb 24, 2010 2:42 am

Hi,
No one else seen this problem?? I have been using Firefox to get around it at the moment.

Regards..
Peter

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts