Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/07/2013, 15:20
bsanchez0323
 
Fecha de Ingreso: julio-2013
Mensajes: 32
Antigüedad: 10 años, 7 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" />