Solució exercici accès prohibit
De wikiserver
La revisió el 18:32, 17 oct 2013 per Asalinas (Discussió | contribucions)
<iframe src="http://google.com" name="google" style="height:100px"></iframe> <script> document.getElementsByName('google')[0].onload = function() { try { alert(frames[0].location.href) } catch(e) { alert("Error: "+e) } } </script>