Error message is
{"readyState":0,"status":0,"statusText":"NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load...
When the following is executed
$.ajax({
      url: "http://swingd.achievedigital.com/action/user_signin.php",
      dataType: 'json',
      crossDomain: true,
      method: 'POST',
      async: false,
      data: pstr,
      success: function(data) 
Changing
Async: false to true
causes this error:
{"readyState":0,"responseText":"","status":0,"statusText":"error"}--"error"--""
Anyone have any suggestions? Anything would be greatly appreciated.
 
     
    