bills4 Posted October 8, 2011 Posted October 8, 2011 This is box need check <label class="checkbox" for="accept_poa" style="background-position: 0pt 0pt;"> <input id="accept_poa" type="checkbox" value="yes" name="accept_poa"> </label> i tried but it is not working $oIE.document.getElementById("accept_poa").click
Ramzes Posted October 8, 2011 Posted October 8, 2011 How about _IEFormElementCheckBoxSelect ? Sorry for my bad English but nobody is perfect. [font=arial, helvetica, sans-serif]Ramzes[/font]
bills4 Posted October 8, 2011 Author Posted October 8, 2011 (edited) thanks i tried but it is not working $checkbox_lexing = _IEFormGetObjByName ($oIE, "frmSIGNUP3") _IEFormElementCheckboxSelect ($checkbox_lexing, "accept_poa", "", 1, "byValue") i don't know why , maybe by code <label ...> </label > make it can't work Edited October 8, 2011 by bills4
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