Solució execici canviar location

De wikiserver
Dreceres ràpides: navegació, cerca
<iframe src="http://google.com" name="google" style="height:100px"></iframe>
<script>
document.getElementsByName('google')[0].onload = function() {
  frames[0].location.href = 'http://wikipedia.org'
  alert('Changed to wikipedia')
}
</script>