当然。只需在成功功能的末尾添加一些内容即可:
if(result === "no_errors") location.href = "http://www.example.com/ThankYou.html"
no_errors没有错误时服务器返回响应的位置。

当然。只需在成功功能的末尾添加一些内容即可:
if(result === "no_errors") location.href = "http://www.example.com/ThankYou.html"
no_errors没有错误时服务器返回响应的位置。