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">
<!--
alert( document.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