Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using jquery tab-strib. All the tab-strib have a Iframe pages. So, when main-page is loading i can able to get height of the iframe by using

document.getElementById(Id).contentWindow.document.body.scrollHeight;

(or)

$(document).height();  - in _iframe_ page. 

It's working first-time. But when i click the Tabstrib again, Iframe page is loading again that time the scrollHeight or document.heightis increased. So, i need to know why it's happened ?

& How can i solve this?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.