![](../IconsReference/butix_top_wline.png)
Examples
An external Web page has links to the Navigator page in the left frame, as shown below. Link 1
displays the Navigator page in Tree mode and Link 2 displays it in Menu mode. When a link is
clicked, you want the Navigator page to display in the right frame, which is named rightFrame.
![](../DteAdminImages/sidedoor1.gif)
The href tag for Link 1 would look like this:
<a href="emxNavigator.jsp?objectId=53028.50507.27254.238&mode=Tree
&portal=true" target="rightFrame" > 1) Right Frame - Tree Mode </a>
Since the Tree mode is specified, the objectId parameter is required so the system knows which
business object to show details for. The portal parameter is included because the page should not
affect the current frame, the left frame. Because Tree mode is passed, the page does not contain the
banner, tabs, or global toolbar.
If a user clicks Link 1 and is not logged in, the Login page would display in the right frame. After
logging in, the Navigator page opens with the tree and Properties page for the object.
The href tag for Link 2 would look like this:
<a href="emxNavigator.jsp?objectId=53028.50507.27254.238&mode=Menu
&portal=true" target="rightFrame" > 2) Right Frame - Menu Mode </a>
![](../DteAdminImages/sidedoor4.gif)