Jump to content

how to check this box?


 Share

Recommended Posts

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
Link to comment
Share on other sites

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