How do you link within an ilayer? 
I have an iframe in a page, and when I click links in the iframe the new page loads into the iframe.
I am trying to do the same thing with an ilayer, but the links in the ilayer load in the whole window and not just the ilayer.
Does anyone know how to do this, preferably without changing the contents of the ilayer or at least not every link on the page in the ilayer.
e.g.
<iframe src="a.html">
<ilayer src="a.html">
</ilayer>
</iframe>
a.html contains a link to b.html that i need to load into the ilayer and not the main window.