Webskater
09-19-2003, 03:04 PM
I have a page with two iframes on it. I need to click a link in one of them and have a page in the other frame scroll to a bookmark.
Can you reference an iframe in html? Using target="nameofframe" does not work - it opens a new window. If I do it in javascript using
onclick="window.parent.frames('framename') ...
how do I reference the bookmark so that the page in the second iframe scrolls so the bookmark is visible?
Thanks for any help.
Can you reference an iframe in html? Using target="nameofframe" does not work - it opens a new window. If I do it in javascript using
onclick="window.parent.frames('framename') ...
how do I reference the bookmark so that the page in the second iframe scrolls so the bookmark is visible?
Thanks for any help.