M
Merlin
Hi there,
I do have a complex problem and wonder if this is possible to solve.
Following situation. I do have a page, where you do have a frame inside
that page. That frame holds different links to pages inside the mother
page. The purpose is to show changes since last login. If you click on
one link inside it takes you to the changes. If there are a lot of
changes you might need to use the internal vertical scroll bar inside
the frame. Here is where the problem starts! If you have to scroll down
quite a bit and you click on a link,the page loads and you have again to
scroll down within the iframe to get to the link you just clicked on for
clicking the next on underneath. I would like to have the last clicked
link on top inside this frame.
So I tried to call that frame like this: frame.html#4 but that results
not only to correctly jumping to this link, but also that the whole page
starts at that link. I mean there are about 200pixels above that frame
and those are now scrolled to the point of the link as well.
Has anybody an idea on how to adress only the iframe with a hash #, or
some other way to define the srolling position within the iframe upon
loading? Maybe JavaScript could jump in there somehow?
Thank you for any help on that.
Regards,
merlin
PS: Unfortunatelly I can not provide a link, as this is inside a login
area.
I do have a complex problem and wonder if this is possible to solve.
Following situation. I do have a page, where you do have a frame inside
that page. That frame holds different links to pages inside the mother
page. The purpose is to show changes since last login. If you click on
one link inside it takes you to the changes. If there are a lot of
changes you might need to use the internal vertical scroll bar inside
the frame. Here is where the problem starts! If you have to scroll down
quite a bit and you click on a link,the page loads and you have again to
scroll down within the iframe to get to the link you just clicked on for
clicking the next on underneath. I would like to have the last clicked
link on top inside this frame.
So I tried to call that frame like this: frame.html#4 but that results
not only to correctly jumping to this link, but also that the whole page
starts at that link. I mean there are about 200pixels above that frame
and those are now scrolled to the point of the link as well.
Has anybody an idea on how to adress only the iframe with a hash #, or
some other way to define the srolling position within the iframe upon
loading? Maybe JavaScript could jump in there somehow?
Thank you for any help on that.
Regards,
merlin
PS: Unfortunatelly I can not provide a link, as this is inside a login
area.