bills4 0 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 Share this post Link to post Share on other sites
Ramzes 1 Posted October 8, 2011 How about _IEFormElementCheckBoxSelect ? Sorry for my bad English but nobody is perfect. [font=arial, helvetica, sans-serif]Ramzes[/font] Share this post Link to post Share on other sites
bills4 0 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 Share this post Link to post Share on other sites