ajax(search suggest) funny character problem
- by Jason
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?