[jQuery] Post values to an outside website
Hello all,
I have 2 websites which i'm working on. One website has a simple
email newsletter page (Site A) and another is a new website i just
created with the newsletter sign up form (Site B).
I was wondering if it would be possible to send the form from Site B
and have it post the data Site A and then display the results in a
modal box.
Basically I'm wondering if this is allowed or if this is XSS and will
be blocked. The other thing is would I use the $.post or the $.load
functions to accomplish this.
Thank you for your help!!
Steve