I have also tried this, but it didn't work:
Is it possible to execute a file on another server using jQuery? Maybe that's my problem - if so is there a workaround?Code:$.ajax({ url: 'http://remotedomain/setcookie.php', data: {ProfileID: ProfileID}, type: 'post', success: function(output) { alert(output); } });




Reply With Quote