G'day,
Hopefully someone here may be able to help me solve my little dilemma.
I have a check box set up, and along side it i have a text input. When a user enters a value into either text field i'd like to automatically check the given checkbox. If someone could point me in the right direction as to how to write javascript for this or something it would be much appreciated.
My Code is as follows;
<tr align='center' bgcolor='#D8D8D8'><td><input type='checkbox' name='attraction' value='Zoo' /> </td>
<td>Zoo</td>
<td>22.0</td>
<td>12.0</td>
<td><input type='text' maxlength='3' name='adTick' size='5'></td>
<td><input type='text' maxlength='3' name='chTick' size='5'></td>