Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/05/2007, 03:47
lagunafmr
 
Fecha de Ingreso: noviembre-2006
Ubicación: Alicante
Mensajes: 107
Antigüedad: 18 años, 3 meses
Puntos: 0
problema con validacion W3c

Muy buenas!!

A ver, genero un código en php para un evento en javascript y me da error de validación del w3c.

Os pongo el código :

Código HTML:
<td><input type="button" name="grabar_form_ficha_clonar" value="Clonar" onclick="location = 'ficha_articulos.php?id=<?php echo $tupla[0]; ?>&cl=si'" /></td> 
Y el error :

Cannot generate system identifier for general entity.
An invalid character reference was found in the "onclick" attribute value. Often this is because the ampersand character was not properly encoded as the entity "&amp;". Other causes of invalid references are misspelled entity names and missing semicolons.

Saludos.