Jump to content

Recommended Posts

Posted

I click on a link using:

_IEImgClick ($oFrame1,"Download Documents","alt")

this opens the link in a new tab.

When the new link is opened in a new tab the _IE functions such as (_IETagNameGetCollection, etc.) all retreive information from the initial webpage (first tab). Hence, I am only left with the mouseclick() function...

1. Is there a way to open the link in the same tab (avoid the link to open in a new tab by forcing it to open in the same page)?

If not,

2. Is there a way to switch the _IE functions to look at the second (new) tab rather than the initial (old) tab?

Thank you in advance for all your help.

Posted

I used _IECreate for the first tab.

How can I switch to the new tab using _IEAttach. Can you please be more specific?

Thank you!

And _IECreate uses _IEAttach.... Now stop playing with that helpfile-eating dog and do as PsaltyDS told you. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...