var href = "views/project/projectSit.jsp?projectId="+row[0].list.projectid $.ajax({ url:encodeURI(href), type:"POST", success:function(data){ $("#page-content-main").html(data); } });