I would like to create the XML string on the the aspx page and then submit this request using the YUI ajax request to another aspx page for the processiong. So
1. is this possible by setting some of the ajax requests configurations like we do on ajax response ?
2. How it can be done ?
I would like to create the XML string on the the aspx page and
Share
Yes, use YAHOO.util.Connect (http://developer.yahoo.com/yui/docs/YAHOO.util.Connect.html)
Code would go like:
See the docs for detailed infop