Нет, этот вариант тоже не подходит. Все равно не работает. Пишет "Разрешение отклонено".
<html><head><title> New Document </title></head>
<body>
<iframe id="dt" src="http://some_site.ru"></iframe><br>
<input type="button" value="refresh" onClick="document.getElementById('dt').contentWindow.location.reload();">
</body>
</html>