var thisForm = document.getElementById("tjForm");
thisForm.action='<c:url value="/bd/xlgzxxtjcxAction_search.action"/>?hdlx='+hdlx;
thisForm.submit();
注意1:jquery获取Form这样给action赋值不成功,dom的专属
2:c标签获取请求地址,很好!
document.all("lefttd").style.display=""
var thisForm = document.getElementById("tjForm");
thisForm.action='<c:url value="/bd/xlgzxxtjcxAction_search.action"/>?hdlx='+hdlx;
thisForm.submit();