Вставите свои адреса, у меня работает, что в опере, что в хроме.
<iframe width="100%" id="myFrame" src="index1.html" scrolling="no" frameborder="0"
onload="
var content = this.contentWindow || this.contentDocument;
this.height = 0;
this.height = content.document.body.scrollHeight;
" >
</iframe>
<button onclick="document.getElementById('myFrame').location.href = 'index2.htm'">click</button>