 function callBackAction(context) {
   var actionName = "/backAction.do";
   location.href = context + actionName;
 }

 