03-04-2009, 04:07 PM
Hi Guocnc,
Pls take "hwnd" property of that browser.
Use that property to Identify that Browser.
Hope this will work
Thanks
VENKATA REDDY
Pls take "hwnd" property of that browser.
Use that property to Identify that Browser.
Code:
sHwNd = Links(3).GetROProperty("hwnd")
Links(3).click
Browser("hwnd:=sHwNd").Back
Hope this will work
Thanks
VENKATA REDDY