js里面使用window.location = "a.html" 转向比如:if (a== "1") window.location = "1.html" 返回的值a=1时 转向1.html
在你ajax返回值后面加上 window.location.href="URL" ;就行了呗!
跳转语句:window.location.href="URL"
跳转的话 要转发吗? 要的话就用form.submit 不转发的话要看你想达到什么效果