Josué Borges Posted November 16, 2011 Report Share Posted November 16, 2011 Olá, esse código meu simplesmente não funciona, o detalhe é que no site (Shark Zone - Exemplo) funciona certinho, alguma sugestão?Eu já tentei de tudo para fazer um Iframe mover se para o canto inferior direito, através de uma função, mas nenhum êxito!<html> <head> <title>Untitled Document</title> </head> <body> <div> <iframe name="frame" id="frame" scrolling="no" src="http://www.sharkzonedesign.com/; width="300" height="200"></iframe> <p> <form> <input type="button" value="Up" onClick="frame.scrollBy(0,-100)" /> <input type="button" value="Down" onClick="frame.scrollBy(0,100)" /> <input type="button" value="Left" onClick="frame.scrollBy(-100,0)" /> <input type="button" value="right" onClick="frame.scrollBy(100,0)" /> </form> </p> </div> </body> </html> Quote Link to comment Share on other sites More sharing options...
0 fiote Posted November 16, 2011 Report Share Posted November 16, 2011 Tente colocar uma página SUA no src do iframe. Quote Link to comment Share on other sites More sharing options...
0 Josué Borges Posted November 16, 2011 Author Report Share Posted November 16, 2011 Tente colocar uma página SUA no src do iframe.Não muda nada. As páginas aparecem, mas a função não tem efeito. Quote Link to comment Share on other sites More sharing options...
Question
Josué Borges
Olá, esse código meu simplesmente não funciona, o detalhe é que no site (Shark Zone - Exemplo) funciona certinho, alguma sugestão?
Eu já tentei de tudo para fazer um Iframe mover se para o canto inferior direito, através de uma função, mas nenhum êxito!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.