shankara has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I have a rather trivial question. I need to have my client check the box in this downloaded html form and submit it. The code for the check box looks like this:
<input name="AUPConfirmed" value="1" type="hidden"> <div id="free_aup_line" onclick="if (event.target.tagName != 'IN +PUT') document.getElementById('aupAgree').checked = !document.getElem +entById('aupAgree').checked"> <input id="aupAgree" name="aupAgree" value="1" tabindex="4" ty +pe="checkbox">
Many thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: check box in a form
by Loops (Curate) on Jul 27, 2013 at 21:37 UTC | |
|
Re: check box in a form
by Laurent_R (Canon) on Jul 27, 2013 at 22:24 UTC | |
|
Re: check box in a form
by mtmcc (Hermit) on Jul 27, 2013 at 21:31 UTC | |
by shankara (Initiate) on Jul 27, 2013 at 21:54 UTC | |
|
Re: check box in a form
by Anonymous Monk on Jul 29, 2013 at 15:27 UTC |