I am working on a webpage. the web page contains a menu and 2 Iframes the top iframe displays a jalbum/fotoplayer slideshow. the lower Iframe displays information about the services we offer. what I am trying to do is when the user clicks a menu item relating to a service we offer, the webpage scrolls down to show the lower Iframe and have the lower Iframe show the text relating to to the choice.
so, what I think I need is to have one click action link an anchor (to scroll the screen down), and target the lower iframe to fill it with the page link.
this is an example of the code I am using to fill the lower iframe with data
<li><a href="the_full_experience.html" target="secondframe">The Full Experience</a></li>
how do I get the browser to scroll down at the same time?
I might have a few other issues, but so as to not over complicate things, I will start wth this one.


Reply With Quote
Bookmarks