Santana Oliveira Posted February 5, 2014 at 03:07 PM Report #544070 Posted February 5, 2014 at 03:07 PM Como posso apartir de iframe fazer uma função para ir para o topo na página principal (pagina que contem a iframe) Alguém me pode ajudar?
HappyHippyHippo Posted February 5, 2014 at 03:19 PM Report #544072 Posted February 5, 2014 at 03:19 PM function doStuff() { window.parent.document.body.scrollTop = 0; } 1 Report IRC : sim, é algo que ainda existe >> #p@p Portugol Plus
Santana Oliveira Posted February 5, 2014 at 03:27 PM Author Report #544073 Posted February 5, 2014 at 03:27 PM function doStuff() { window.parent.document.body.scrollTop = 0; } Já consegui o que queria, obrigado pela ajuda
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now