Это работает?
<a href="javascript: windw();" rel="nofollow"><img class="button" src="http://javascript.ru/forum/image.php?u=19820&dateline=1334914235" alt="button" /></a>
<script>
function windw() {
msg=window.open("","msg","height=200,width=200,left=80,top=80");
msg.document.write("<html><title>Google</title>");
msg.document.write("<body>");
msg.document.write('<iframe src="http://javascript.ru" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>');
msg.document.write("</body></html>");
}
</script>