Вот более четкая структура, теги head и html я не писал чтоб не зхломлять.
Код:
|
<body>
Главная страница
<script>Скрипт генерирующий фрейм myframe1</script>
<ins>
<ins id="aswift_0_anchor">
<iframe width="160" scrolling="no" height="90" frameborder="0"
style="left:0;position:absolute;top:0;" name="myframe1" id="myframe1" vspace="0"
onload="var i=this.id,s=window.site_iframe_oncopy,H=s&
&s.handlers,h=H&&H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}
if(h&&d&&(!d.body||!d.body.firstChild)){if(h.call){i+='.call';setTimeout(h,0)
}else if(h.match){i+='.nav';w.location.replace(h)}s.log&&s.log.push(i)}"
marginheight="0" marginwidth="0" hspace="0" allowtransparency="true">
<body>
Страница 2
<iframe width="160" scrolling="no" height="90" src="ссылка А" name="myframe2"
id="myframe2" hspace="0" allowtransparency="true">
<body>
Страница 3
</body>
</iframe>
</body>
</iframe>
</ins>
</ins>
</body> |
- Скриптом из глпвной страницы прочитать src фрейма myframe2.
- myframe1 не меняется, меняется только src фрейма myframe2.
И последнее, myframe1 генерируется js скриптом и ложится главную страницу....