I am new to JavaScript and Ajax.
I have a form which posts to remote url and returns a XML response containing some data and a URL. I need to extract the url and redirec
I agree that jQuery is a good way to go about this and I recently discovered this very handy plug-in which will allow you to retrieve data from other sites. Perhaps you can grab the url this way and then work with it?
http://james.padolsey.com/javascript/cross-domain-requests-with-jquery/