Using the JavaScript sanitizer (html-sanitizer-minified.js) I would like to 
do the sort of thing documented 
on http://google-caja.googlecode.com/svn/doc/cajajs/index.html


Running guest HTML from a URL


caja.load(
    document.getElementById('guestDiv'),
    undefined,  // no network access
    function(frame) {
      frame.code('http://foo.com/guest.html')
           .run(function() {
             alert('Guest code is running!');
           });
    });


Is it possible to accomplish this using the JavaScript client sanitizer? 

Best,

-ken

-- 

--- 
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.

Reply via email to