ajax(search suggest) funny character problem
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-03-30T17:32:02Z
Indexed on
2010/03/30
17:33 UTC
Read the original article
Hit count: 330
ajax(search suggest), if input funny character(like Ô) to search it, "?" is displayed in firefox or empty box is displayed in IE.
i am using
xmlhttp.open("post", "*****.asp", true);
xmlhttp.setRequestHeader('Content-type','application/x-www-form-urlencoded; charset=UTF-8');
and there is <%@CODEPAGE=65001%>
in *****.asp
file
how can i fix it?
© Stack Overflow or respective owner