求助:IE中的乱码问题
function fPrint(){
var customer_name=document.queryForm.customer_name.value;
var url2="<%=request.getContextPath()%>/newprint/tkzd_print.jsp?customer_name="+customer_name;
window.open(url2,"printWidow","resizable=1,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,Width=850,Height=600");
}
打印页面里接受参数是用<% String customer_name=(String)request.getParameter("customer_name");%>
但页面显示的是乱码,请问怎么解决!