joão Aprendiz Posted September 18, 2011 Report Share Posted September 18, 2011 alguém sabe como achar um iframe escondido na css ou imagem? ou sabe fazer ! nesse template aki tem ver141.blogspot.com Quote Link to comment Share on other sites More sharing options...
0 Jhonas Posted October 3, 2011 Report Share Posted October 3, 2011 exemplo:<html> <head> <script type="text/javascript"> function updateFrameCheck(childName, status) { var x = document.getElementById("frameThing"); var y = x.contentDocument.getElementById("formIdFromIframe"); y.elements[childName].checked = status; } </script> </head> <body> <iframe src="otherpage.htm" id="frameThing"></iframe> <input type="checkbox" onclick="updateFrameCheck(this.name, this.checked)" name="childName" /> </body> </html>veja tambemhttp://pt.w3support.net/index.php?db=so&id=580941abraço Quote Link to comment Share on other sites More sharing options...
Question
joão Aprendiz
alguém sabe como achar um iframe escondido na css ou imagem? ou sabe fazer ! nesse template aki tem ver141.blogspot.com
Link to comment
Share on other sites
1 answer 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.