Trying the whole day to find a solution for the following problem:
I'm opening an Ajax popup (Submodal) on one of my pages. The popup is supposed to jump to certain places in the text, so I'm using anchor links, like <a href="mypage.html#anchor" class="submodal">
All working fine, except that if the anchor is at or near the bottom of the popup page the parent window jumps down, too. Is there any way to fix the parent window's position? That would solve me a huge amount of headaches...