31/07/2013, 15:20
|
| | Fecha de Ingreso: julio-2013
Mensajes: 32
Antigüedad: 11 años, 3 meses Puntos: 2 | |
Respuesta: como enviar 2 valores de 2 checkbox a un textbox En el name del input
<input name="checkbox1" type="checkbox" id="checkbox" onclick="status1.value = (this.checked) ? this.value:'' " value="Lleno campo1" />
<input name="checkbox2" type="checkbox" id="checkbox" onclick="status1.value = (this.checked) ? this.value:'' " value="Lleno campo2" /> |