Results 1 to 7 of 7

Thread: [RESOLVED] Setting cookie on remote host

Threaded View

  1. #4

    Thread Starter
    Hyperactive Member Datacide's Avatar
    Join Date
    Jun 2005
    Posts
    309

    Re: Setting cookie on remote host

    I have also tried this, but it didn't work:

    Code:
    $.ajax({ url: 'http://remotedomain/setcookie.php',
             data: {ProfileID: ProfileID},
             type: 'post',
             success: function(output) {
                          alert(output);
                      }
    });
    Is it possible to execute a file on another server using jQuery? Maybe that's my problem - if so is there a workaround?
    Last edited by Datacide; Nov 13th, 2012 at 04:06 PM.
    PHP in your FACE!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width