То есть структура такая:
Основная страница:
<html>
<head>
<script type="text/javascript">
window.name = true;
</script>
</head>
</html>
Фрейм:
<html>
<head>
<script type="text/javascript">
if(!window.top.name){
location.replace('index.html');
}
</script>
</head>
</html>
Правильно? Поправьте, пожалуйста, если не правильно.
--------------------------
С уважением, Антон.