Hi again,

I changed the code a bit to get rid of the error :

    window.addEvent('domready', function() {
        var myIFrame = new IFrame('test', {
            src: 'test.htm',
            styles: {
                width: 800,
                height: 100,
                border: '1px solid #ccc'
            },

            events: {
                load: function() {
                    this.setStyle('height',
window.test.getScrollSize().y);
                }
            }
        });
    });

But now i get this error :

    window.test.getScrollSize is not a function

Any advice ?

Reply via email to