Is it possible for a signed Java Applet or Web Start app to write 开发者_StackOverflowto the DOM of an IFRAME under a different domain?
Using Prototype, anyone know how to load a javascript file using Ajax.Request from another domain? Or if this is possible?
I\'m currently investigating whether it\'s possible to write a html/aspx page which contains an iframe which can read values entered in text boxes etc.
I would like to fetch a source of file and wrap it within JSONP. For example, I want to retrieve pets.txt as text from a host I don\'t own. I want to do that by using nothing but client-side JavaScri
Please consider the following scenario, There are two web applications App1 & App2. A user would submit his information on App1 though a form. On click of a specific button/link on App1, the sam
I have the domain http://whatthecatdragged.in/ forwarded (cloaked) to http://moppy.co.uk/wtcdi/ The root page (index.html) uses Ajax to load the content. At the original host (moppy.co.uk/wtcdi) the
I know that you can\'t do cross-domain ajax requests unless you use a \'proxy\' one server. However, if I did an ajax request from server1.example.com to server2.example, would that not work, even th
I\'m trying to se开发者_JAVA百科nd chunks of data from many different servers my app is on, to mine.
For a client I need to temporarily route their traffic to my own subdomain. Their host (a shared host) needs to be r开发者_如何学Goeconfigured for the site to work, but the client wants their site onl
I have a Silverlight 3 control that makes a cross-domain HTTP request to http:// somedomain/. I am using the browser HTTP stack to make this request. A proper clientaccesspolicy.xml on somedomain is i