We have put frames on our site and now have a problem with the auto-focusing of documents.
If we go to a long discussion group thread and click on a link at the bottom it will then load up the new page but the focus will remain at the bottom. Very annoying if you want to read what has been said.
Subject: solved initial position but now can’t use page up or page down
I have fixed the initial problem I had however another one has come to light.
When a page loads in our iframe naturally the focus is on that frame. This frame doesn’t have scrollbars but is sized to its content. This means that when the users press ‘page up’ or page down’ there is no response. This is understandable as they are in a frame without scrollbars.
Is there a way around this ? I tried to trap the event.keycode but it doesn’t work for ‘page up’ or ‘page down’.