Forum Moderators: open
NN4 ignores the iframe tags -- and modern browsers will ignore the ilayer tags, which were only specific to NN4.
However, you can't get scroll bars inside an ilayer, so you need to test your layout well.
<iframe SRC="foo.html">
<ilayer SRC="foo.html"></ilayer>
</iframe>