How to add a tab that points to an external URL

Hello,We are just starting up a portal at my workplace and one of the tabs I am to make is just an external URL. How do I make it so when a user clicks on this tab, it opens the link in a new browser window and keeps them on the tab they were on?Thank you,Rob
[294 byte] By [robertfidler] at [2007-11-25 20:36:48]
# 1

I assume it's the JSPTabContainer you want to use, so it's a horizontal tab (by default).

What should happend to the original desktop when you open the new window ?

The only solution I can think of currently is to manipulate the tabs.jsp in such a way that you for example look for the tab name and instead of the link to "original" tab content you insert your link to the external page or call a javacode snipplet which itself opens an new window and refers to the new content.

/u

UlfFeger at 2007-7-4 18:08:16 > top of Java-index,Web & Directory Servers,Portal Servers...