Hey guys.
if (window.parent) {
scrollTop = jQuery(window.parent).scrollTop();
}
following code from iframe window throws permission denied.
this direct code (not jquery) too.
parent.document.body.scrollTop
Is it possible to go around this problems? :)