kafunga Posted January 25, 2005 Report Share Posted January 25, 2005 como eu faço para colocar um link no botão subimt sem o form, apenas clikando nele!? Quote Link to comment Share on other sites More sharing options...
0 Miqui Posted January 25, 2005 Report Share Posted January 25, 2005 esse botão vai fazer o que kafunga ??se você for enviar informações de campos para outro lugar vai ter que ter o form. Quote Link to comment Share on other sites More sharing options...
0 kafunga Posted January 25, 2005 Author Report Share Posted January 25, 2005 tipo, este submit vai funciona como link, ele vai abrir uma pagina dentro de um inframe, para insso eu preciso saber como colocar o link e o target!alguém sabe? Quote Link to comment Share on other sites More sharing options...
0 Miqui Posted January 25, 2005 Report Share Posted January 25, 2005 Ve se isso resolve kafunga. <html> <head> <script> function mudaIframe() { Frame = document.getElementById("Frame1"); alert( Frame.src ); Frame.src=("http://www.uol.com.br"); } </script> </head> <body> <center> <br><br><br> <input type="button" onClick="mudaIframe()" value=" CLIQUE AQUI "> <br><br><br> <iframe name="Frame1" src="http://www.bol.com.br" id="Frame1" height="400" width="800"></iframe> </center> </body> </html> Quote Link to comment Share on other sites More sharing options...
Question
kafunga
como eu faço para colocar um link no botão subimt sem o form, apenas clikando nele!?
Link to comment
Share on other sites
3 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.