-
Post command
I'm looking for a way using ajax or something of the sort to allow me to submit a post command to another php document on another site, but not reload the page, I want to have a popup come up and tell me it succeded. I found one but I have to edit the post php file to add a call back and I can't do that, I need it to all work from my current posting file. thanks in advance for any help.
-
Normally AJAX does not work across different domains.
-
Ok thanks I didn't know this. Any other ideas for me that might work?
-
You can try iframe for doing this. After the successful completion you can hide/remove the iframe element from your main page.
* Iframes has their own share of problems but for your requirement I think you have to use them. I am not sure about any other thing.