Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/03/2008, 18:14
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Problemas en pasar parametros.

Prueba escapar la variable:
Código PHP:
echo "<input type='text' name='Logro_$Conc' value='$NotLo' size='1' maxlength='3' style='background-color:#F7F2BB; color:black' onkeydown='return ControTeclado(this, event, \'Logro_$ConcSiguiente\', \'Logro_$ConcAnterior\', \'$Jv1\'); ' />"
Saludos.