iFrame & Anchor Help anyone?
iFrame & Anchor Help anyone?
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- CAJTBr0
re: your email.
it would be easier if you'd post a url, because i don't want to mess about coding up a test version of this myself.
ok so anchors aren't working for you from a page to an i-frame within that page. have you tried targetting anchors linked from the i-frame (to within the i-frame)? if that works, you could put a javascript function into the i-frame to jump to anchors, and have the container page pass the anchor names to that function.
another option might be to show/hide divs rather than jumping around to anchors.
i hope this helps you.