As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
When we migrated from 7.7 to 8.0.09 all of our 'new window' HTML IE11 functionality (targetname="_blank") changed from an actual new window to a new tab. The users were initially thrilled because they no longer had multiple windows, but now in a new project they are specifically requesting a new window. In Tasks & Animations I have specified Target type 'Window' and Target/Template Name 'New Window' which results in targetname="_blank". Result=new tab. Is there a solution for this in 8.0.09 AppStudio HTML editor, HTML source modification or will I need to figure out some Java magic? Changes to IE11 settings for our statewide installation would not be an option. Thanks!This message has been edited. Last edited by: RonT,
Well, in principle we're talking of HTML standards '_blank' is 'new', but the way a browser handles it 'new window' vs. 'new tab' is set in the browser's options and can only be changed by the user.
IE, Firefox, Safari, Opera etc. used to default tab/window differently on the call.
So, if you are going to do IE-specific coding there to force a link open in a new window, you could do it with js, but I'd suggest looking into some css stylesheet gimmicks as then you only have one place to do the changes in & when the next update of IE destroys your system then you only need to fix that one css again.
Cheers, H. WebFOCUS 8.1.05M Oracle 11g - DB2 RedHat
Posts: 115 | Location: Brighton UK | Registered: February 19, 2005