Solució exercici accès prohibit

De wikiserver
La revisió el 17:57, 27 set 2017 per Jnoguera (Discussió | contribucions)
(dif) ← Versió més antiga | Versió actual (dif) | Versió més nova → (dif)
Dreceres ràpides: navegació, cerca
<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>