So here is the situation.. There is this page that has two iframes in it... The lower iframe has a page full of links to video files and the top iframe is the target of the links in the lower iframe.. SO that a person selects the video in the menu and that page shows in the top iframe.. (using iframe for a variety of reasons, i know they are not the most elegant) The problem is however... when i person clicks on the video in the lower menu the parent page dosent scroll to the top of the page so that the video can be viewed.. Is there a way to place an event on the links in the menu in the bottom iframe that will cause the page that carries both iframes to by scrolled back up to the top?
Thanks in advance for any nudge that could be given me.