longphant Posted September 18, 2012 Posted September 18, 2012 <input id="one" onclick="JavaScript:selectPage('1')" name="theRadio" CHECKED="checked" type="radio"><label for="one">One</label> <input id="two" onclick="JavaScript:selectPage('3')" name="theRadio" type="radio"><label for="two">Two</label> How can I simulate click on Two?
longphant Posted September 18, 2012 Author Posted September 18, 2012 I have tried _IEFormElementRadioSelect (but there is no value or index field). I also tried $radio = _IEFormElementGetObjByName($oForm, "theRadio") but I get a warning that "--> IE.au3 V2.4-0 Warning from function _IEFormElementGetObjByName, $_IEStatus_NoMatch"
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