Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/12/2007, 08:43
Avatar de derkenuke
derkenuke
Colaborador
 
Fecha de Ingreso: octubre-2003
Ubicación: self.location.href
Mensajes: 2.665
Antigüedad: 21 años, 2 meses
Puntos: 45
Re: ID's - Caracteres especiales - Warning

Hola el_javi, qué tal:

No sé muy bien dónde te da el warning, a mi con este código no me salta ningún warning en FF2:
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<
head>
<
meta http-equiv="Content-type" content="text/html;charset=iso-8859-1" />
<
meta name="Author" content="derkeNuke" />
<
title>Página nueva</title>
<
style type="text/css">

</
style>
</
head>

<
body>


<
form method="post" name="fr" action="">
    <
input type="text" name="años" value="32" />
</
form>

<
script type="text/javascript">
<!--

alertdocument.fr.años.value );

// -->
</script>

</body>
</html> 
Quizás sea el charset 8859-1 de la página...

Si tienes problemas quizás debas plantearte sustituir las ñ con ni o algo así.


Cuéntanos un poquito más cómo es tu función y tu HTML.



Un saludo, y feliz navidad a ti también
__________________
- Haz preguntas inteligentes, y obtendrás más y mejores respuestas.
- Antes de postearlo Inténtalo y Búscalo.
- Escribe correctamente tus mensajes.