Jump to content

_IEAction ($oSubmit, "click") stalls Ex 2 not working


Recommended Posts

So using

_IEAction ($oSubmit, "click")

It clicks on the button just fine, but the button being a browse button pops up a choose file prompt which stalls out the auto it script.

I have tried using the example 2, but sending enter submits the post instead of clicking on the browse button.

Is there any way to break the stall but still using the _IEAction ($oSubmit, "click"), because I don't know of another way to click the browse button

thanks

Link to comment
Share on other sites

No you have to use your keyboard/mouse to click the button since the script will pause until the _IEAction() is finished. Try giving focus to the button and sending a space to it.

Link to comment
Share on other sites

No you have to use your keyboard/mouse to click the button since the script will pause until the _IEAction() is finished. Try giving focus to the button and sending a space to it.

Sweet thanks sending a space worked

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...