tingtejs
09-10-2008, 01:22 PM
Another simple one for you experts:
I have an iframe at the top of a page that has an anchor link to an item further down, not in a frame. (The iframe only has the menu in it) When you click it, the entire page reloads from scratch THEN jumps to the anchor. Is there a js way to jump directly from the iframe menu link to the page anchor as if it were NOT in an iframe like it does normally without reloading the page ?
Right now I have <a href="index.html#ANCHOR" target="_top">Link</a>.
TIA
I have an iframe at the top of a page that has an anchor link to an item further down, not in a frame. (The iframe only has the menu in it) When you click it, the entire page reloads from scratch THEN jumps to the anchor. Is there a js way to jump directly from the iframe menu link to the page anchor as if it were NOT in an iframe like it does normally without reloading the page ?
Right now I have <a href="index.html#ANCHOR" target="_top">Link</a>.
TIA