Hello,
I'm using Top Navigational Bar II within a frame (IndexFrame) to display local links in a different frame (TargetFrame). This is done via the syntax:
dhtmlMenu.addItem(new NavBarMenuItem("Sprints", "javascript
arent.TargetFrame.location='/Coaching/sprints.html'"));
My question is how do I get an external link to open a new window ? I can get the external links to show in either frame, but not call a new window.
TIA,
Ian
I'm using Top Navigational Bar II within a frame (IndexFrame) to display local links in a different frame (TargetFrame). This is done via the syntax:
dhtmlMenu.addItem(new NavBarMenuItem("Sprints", "javascript

My question is how do I get an external link to open a new window ? I can get the external links to show in either frame, but not call a new window.
TIA,
Ian
Comment