Forum Moderators: mack
AFAIK, you cannot open another html page in a layer. A layer is an object within the current html page. To open a new html page within an existing html page you could use an iFrame.
You would then use the target="myiFrame" to make the page open in the iFrame. One thing to remember is that the target attribute is deprecated in XHTML.
HTH