I have problem when i deployed on GlassFish: "Uncaught SyntaxError: Invalid or unexpected token".
var ‚”ekiyoMonth = GbGetObj(formId, "‚”ekiyoMonth");
var ‚”ekiyoMonth1 = GbGetObj(formId, "‚”ekiyoMonth_1");
var ‚”ekiyoMonth2 = GbGetObj(formId, "‚”ekiyoMonth_2");
var ‚”ekiyoMonth5 = GbGetObj(formId, "‚”ekiyoMonth_5");
if (‚”ekiyoMonth.value == null || ‚”ekiyoMonth.value == ""){
var dsp = GbGetObj(formId, "santeiSaishuMonth_1");
var rtnAJax = GbSendUserAJax(myClassName,"setTekiyoMonth",dsp.value,null,null,null);
‚”ekiyoMonth1.value = rtnAJax[0];
‚”ekiyoMonth5.value = rtnAJax[1];
‚”ekiyoMonth.value = rtnAJax[2];
‚”ekiyoMonth2.value = 0;
and Content-Type: text/javascript;charset=ISO-8859-1. But when i deployed on WebLogic , it works fine. I think the problem is the variables in js files whose name contains full-width characters. How can i change charset ISO-8859-1 to other charset to fix it. Updated: After change response charset, js file cant use in of jsp file and get ERROR 500 Internal Server. This is my jsp code https://yamcode.com/YawSHp2YGh. This is my js code https://yamcode.com/tiQMCnb0gb.