Post to a remote URL. The first argument is the URL you wish to post to. The second argument is an Object containing the key/value pairs that you wish to send as parameters. You can optionally pass a third and fourth argument which respresent the username and password to access the URL you are posting to.
If possible an E4X object is returned.
For example:
var myUrl = 'http://flickr.com/services/feeds/photos_public.gne;
var myText = zimki.remote.postXML( myUrl, { format: 'rss_200' } );
Parent
zimki.remote
|