in mootools 1.2.5 " If the IFrame is from a different domain, its window and document will not be extended with MooTools methods. "
in mootolls 1.3
" An IFrame's window and document will not be extended with MooTools
methods. "
var iframe = new IFrame({});
iframe.contentWindow.document.body.set is not a function!!!
How can i fix this?
