Solució exercici accès prohibit
De wikiserver
<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>