Jump to content

hidden browser


Recommended Posts

Hi, i have a problem, i have an embedded browser, when my script do this:

_IELinkClickByIndex ($oIE, 58)

_IELoadWait ($oIE)

Sleep ( 25000 ) _IELinkClickByIndex ($oIE, 58)

_IELoadWait ($oIE)

Sleep ( 25000 )

It open a window, how can i do to hide this window?

And how can i do to open de link in a second embedded browser under the first?

P.D: Sorry for my English, i am spanish, if some spanish forum user, want to help me i can explain him in spanish.

Link to comment
Share on other sites

  • Moderators

You need to change the target of the link before "clicking" it.

Here is the list of available targets.

  • _blank - the target URL will open in a new window
  • _self - the target URL will open in the same frame as it was clicked
  • _parent - the target URL will open in the parent frameset
  • _top - the target URL will open in the full body of the window
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...