knkk
08-08-2007, 06:08 PM
I have an iframe in a page (with a name to the iframe), and in that iframe I have several anchors
<a name="something">
There are links in the iframe that look like
<a href="#something">
The problem is, when any of these links is clicked, along with the iframe, the parent page scrolls up too to the beginning of the iframe.
I tried this, doesn't work:
<a href="#something" target="the_iframe_name">
Does anyone know a solution? Thank you very much for your time.
<a name="something">
There are links in the iframe that look like
<a href="#something">
The problem is, when any of these links is clicked, along with the iframe, the parent page scrolls up too to the beginning of the iframe.
I tried this, doesn't work:
<a href="#something" target="the_iframe_name">
Does anyone know a solution? Thank you very much for your time.