如何在JavaScript函数中设置属性会话值?

时间:2017-02-24 11:22:48

标签: javascript jsp session setattribute

function redirect() {
    var category = document.getElementById("category").value;
    <% session.setAttribute("count", category); %>
}

此代码在setAttribute部分中给出错误。 (类别无法解析为变量)如何解决?

0 个答案:

没有答案