testmeout Posted May 8, 2008 Posted May 8, 2008 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
AdmiralAlkex Posted May 8, 2008 Posted May 8, 2008 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. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
testmeout Posted May 8, 2008 Author Posted May 8, 2008 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now