Hi guys,

How easy is it to get ContentHeight on an HTML filled loadpanel?

We appear to be having difficulties receiving results :(

the lines in loadpanel.js :

LoadPanel.prototype.loadHandler = function(url) {
        this.url = url;
        if (is.ns4 && this.isILayer) {
                var w = this.loadElement.document.width;
                var h = this.loadElement.document.height;
        }
        else {
                var w = this.getContentWidth();
                var h = this.getContentHeight();
        }


Do not result in any meaningful data for some reason :(

Some of you may remember me from before - I've been away from here for
quite a while - but in reality I've been monitoring things for a long time,
and I'm extremely pleased with the output on DynAPI2 - very impressive
stuff. Keep it up!

Gotta dash - deadlines to meet!!

Ryan G
---------------------------
Ryan Grenz
Systems Analyst
JKD
Westminster Business Square
1-45 Durham Street
London
SE11 5JH
http://www.jkd.co.uk
T: 020 7793 9399
F: 020 7793 9299

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to