Click to See Complete Forum and Search --> : Fairly Complex Problem....


exoeight
09-12-2003, 09:02 AM
I will tell you what I have, then what my goal is.
Also, this is an Intranet project, so I have no way to show you the actual page.

I have a page, this page has an iframe in it, the page inside this iframe also has an iframe.

If this helps, it looks like this.
{ PAGE iframe [PAGE iframe [ PAGE iframe ] ] }

Anyway, the main parent page contains the navigation, and everthing loads into this iframe in the page.

One of the pages has a list you choose from, and those items load into an iframe on that page, my problem comes in when I have a list longer then the page is tall, and it has to be one long list.

I'm trying to make it so, when in the frame you scroll down, and click on a link, it automatically takes the user to the top of the page, so they dont have to scroll up.

I've tried a lot of things, im only intermediate with javascript, so maybe you guys know something I don't...

:confused:

Khalid Ali
09-12-2003, 10:36 AM
I think I get it that how many iframes you have,frankly, I di not quite get it that what is is you are trying to do..:-)

exoeight
09-12-2003, 12:33 PM
basically... a "go to top" of page script that takes someone to the top of a page thats in a frame.