Link to home
Start Free TrialLog in
Avatar of mnb93
mnb93

asked on

From inside a frame scroll parent document to top.

I need a way to click a button inside an iframe to scroll parent the document to top.
ASKER CERTIFIED SOLUTION
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mnb93
mnb93

ASKER

no, but how can I make one?
Avatar of mnb93

ASKER

<a name="asdadas"></a>

?
Avatar of mnb93

ASKER

parent.window.location.href="#name";
 that is like a framebreaker, sorry not what I want.
Avatar of mnb93

ASKER

parent.document.getElementById('name').scrollIntoView(true);
Avatar of mnb93

ASKER

That is the answer
mnb93,

If that is the answer then you should not have closed this by accepting my comment, even with a C grade.  I will post to Community Support and ask them to correct this.  They can refund your points and either close it by accepting the answer you posted or delete the question.  Let me know if you have any questions.

bol
Avatar of mnb93

ASKER

But you helped me figure out the answer.
Avatar of mnb93

ASKER

Without your idea, I still wouldn't have the answer.
OK, I can respect that.  The C grade made me think I wasn't any help.  I'm glad that I was able to help you and the problem is fixed.  Thanks for the fun question.

bol