Is this possible? look at <-code->

what i am trying to do is open a new page, but at the same time open a another new page inside the 2nd pages iframe. look at code and i think you will understand better.

ew.onRelease=function(){
getURL(“misc.htm”);
getURL(“misc/employeewellness.htm”, “txt”);
}

<------key------>
ew=button
misc.htm=new page, a little different info on side nav bar area.
misc/employeewellness.htm= main info to be displayed in “misc.htm” iframe.
iframe=txt
<------key------>

so as you can see i want to open one page and then inside that page have another page open.