应该是这样
document.FormBean.action = "/**.do?tag="+xx;
document.FormBean.submit();
这样把xx当做变量,取得他的值
而你document.FormBean.action = "/**.do?tag=xx";
把xx当作了字符串,传是传过去了,可是不一定是你要的,那样的话是tag值为xx