I'm trying to get the height of the enclosing frameset window in a
page that is using traditional framesets. I am in a function called by
the lower frame. I've tried the dimension plugin, and $
(window).outerHeight() is reporting the height of the window the
current frame is in.

I'm in a frame called myframe, this works:
var ht= top.myframe.$(window).height();

But trying to get the other frame fails, and I can't get top.$
(window).height(0 to report the height of the parent window. What is
the correct syntax?

Reply via email to