A bit new to writing macros in browser environments, so have been searching through all forums, but can't find answers to following:


Scenario:
Capture values from list in Browser1
Use values in other program
Feed new values into Browser2

as in:
LibFunc>hIE,CreateIE,IE[0],0
LibFunc>hIE,Navigate,r,%IE[0]%,http://gmail.google.com
creates a new browser window.
How would you gain control of a browser window which has already been authenticated/logged in to an expected page.

Any help appreciated
Thanks
/Ken