Can i do this?
I have 2 tabs say T1 and T2 and three URLs say U1, U2 and U3
Initially, U1 is opened in T1 and on some click action U2 is opened in T2. while browsing U2 in T2 can i put a button in U2 page such that on click it opens U3 in T1 (Assuming T1 is still open, if it is closed, then a new tab T3) ?
i am working in JSP environment. Any logic using javascript/java would do.
Addition:
Is there any way i can access the URL U1 ( opened in T1) inside the code(Javascript or JSP) of U2 page (opened in T2 tab)
If you use JavaScript to open the new windows, you can supply a window-name which you can use to re-use the window later on.