Hi all! I have defined two tab panes and i want to create a link that will forward the user from one pane to another. I have defined a javascript function that does this, but i have to declare EXPLICITLY the URL of the pane I want to be forwarded to like this :
window.location.href = "http://localhost:1025/jetspeed/portal/pane_url" , where pane_url is the js_pane id. Is there any way i can refer to the url of the second pane dynamically???? I am using jetspeed-1.4 and tomcat-4.1.27 Thanx in advance.
