I have the jquery json request in the following format:
JSON request:
$.getJSON(\'http://xyz.com\',function(result) {});
If the req
I think that it may be better to use $.ajax(), error method or success if the server tells you based on the response).
error
success
Then use this to redirect the browser.
window.location = "http://www.google.com"