En vez de poner un frameset, pon un iframe:
Sustituye:
Código HTML:
<FRAMESET border=0 rows="100%,*" frameborder="no" marginleft=0 margintop=0 marginright=0 marginbottom=0>
<frame src="http://google.com" scrolling=auto frameborder="no" border=0 noresize>
<frame topmargin="0" marginwidth=0 scrolling=no marginheight=0 frameborder="no" border=0 noresize>
</FRAMESET>
Por:
Código HTML:
<iframe style="border:0; margin: 0;" width="100%" src="http://google.com"></iframe>