Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/01/2013, 13:40
andrwyo2006
 
Fecha de Ingreso: junio-2012
Mensajes: 77
Antigüedad: 11 años, 11 meses
Puntos: 5
Error cadena de texto

Código PHP:
        $output='<td width="35"><input type="text" name="-XS" size="1" class="cantidad" pattern="[0-9]{10}" ';
$output.='oninvalid="setCustomValidity('Plz enter on Alphabets ')"';
        
$output.='" /></td>'
cuando trato de agregar esta cadena

Código:
oninvalid="setCustomValidity('Plz enter on Alphabets ')"
al output me saca error alguna idea de como agregarla tal cual y esta


muchas gracias