I\'m developing a JavaScript API service. Main html page looks like this: <html> <head> <script type=\"text/javascript\" src=\"scripts/logic.js\"></script>
I need a way to request any site us开发者_Go百科ing Ajax. I mean ANY site, I don\'t want to have to use the workarounds that firefox offers that only apply to someone who\'s making page requests from
I already posted a question closely related to the this one. I watched the Mix10 video with P. Haacked and S. Hanselman.
Need to post data from a static html page to another page which is host开发者_运维技巧ed on another domain. Normally I\'d create and iframe with a form inside of it with a post method, and whose actio