Forum Moderators: open
Does anyone know what I could be doing wrong?
Thanks in advance!
Amanda
You can embed the layer in the iframe, like this:
<a href="yourfile2.htm" target="content">your file 2</a>
<iframe src="yourfile.htm" name="content">
<ilayer src="yourfile.htm" name="content"></ilayer>
</iframe>
or something to that affect, I've never used ilayer tags so I'm not really up on them, but that's how it would work in theory.
If this is supposed to work in Netscape 4x browsers, then you can't use javascript's getElementById() to change the content, you have to change the location src of the iframe.