Replu,
<html>
<body>
<iframe name="fram1" id="f1"></iframe>
<br>
<input type="button" value="Сайт" onclick="fram1.location.href='http://ipget.vov.ru';">
</body>
</html>
<html>
<body>
<iframe id="f1"></iframe>
<br>
<input type="button" value="Сайт" onclick="document.getElementById('f1').src='http://ipget.vov.ru';">
</body>
</html>