|
Hi!
If i use an iframe within a framed site, the content of the iframe doesn't acoures.
ex:
index.html:
<frame src="_titlu.htm" >
<frameset >
<frame src="_nav.htm">
<frame src="_important.htm">
</frameset>
</frameset>
_important.htm:
<iframe... >
Thanks for your answer!
|