I don't understand what to do about this error XMLHttpRequest cannot load https://caja.appspot.com/cajole?url=http%3A%2F%2Ftoontalk.appspot.com%2Find…&emit-html-in-js=true&renderer=pretty&input-mime-type=text%2Fhtml&alt=json<https://caja.appspot.com/cajole?url=http%3A%2F%2Ftoontalk.appspot.com%2Findex.html&build-version=5643&directive=ES53&emit-html-in-js=true&renderer=pretty&input-mime-type=text%2Fhtml&alt=json>. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
Caused when loading the following: <html> <head> <title>Caja host page</title> <script type="text/javascript" src="http://caja.appspot.com/caja.js"> </script> </head> <body> <h1>Caja host page</h1> <div id="guest"></div> <script type="text/javascript"> caja.initialize({ cajaServer: 'https://caja.appspot.com/', es5Mode: false, debug: true }); caja.load(document.getElementById('guest'), undefined, function(frame) { frame.code('http://toontalk.appspot.com/index.html', 'text/html') .run(); }); </script> </body> </html> When I load https://toontalk.appspot.com into the Caja Playground I get no errors and it partially works. -- --- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
