Solució execici canviar location
De wikiserver
La revisió el 18:33, 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() {
frames[0].location.href = 'http://wikipedia.org'
alert('Changed to wikipedia')
}
</script>