Ver Mensaje Individual
  #12 (permalink)  
Antiguo 17/05/2010, 14:09
Avatar de polin2bclan
polin2bclan
 
Fecha de Ingreso: julio-2008
Mensajes: 73
Antigüedad: 16 años, 6 meses
Puntos: 5
Respuesta: Acentos en el text input

Hola.

A mi me ha pasado, solo tienes que pasarle la variable codificada de esta manera:
Código HTML:
document.getElementById('filmcategory').value= htmlentities(utf8_decode("animación"));
Esta es una funcion de php, pero existe esta web:
http://phpjs.org/

Aqui te dejo las funciones:
http://github.com/kvz/phpjs/raw/mast...tmlentities.js
http://github.com/kvz/phpjs/raw/mast...utf8_decode.js

Asi soluciono comparaciones con acentos.

Saludos