I need a script that will enable and disable a field with READONLY from a checkbox I do not know how to program in javascript, how do I script this
<input readonly="" type="text" name="xx" value=""
<input readonly="" type="text" name="xx" value=""
<input readonly="" type="text" name="xx" value=""
Editar:<input type="checkbox" name="check" value="sim" />
<input type="submit" value="Salvar Dados" /></p>
So if checked checkbox releases all fields for editing