Focal Point
[Closed] 8.0.09 Display in new window and not new tab

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5197063686

May 08, 2017, 04:21 PM
RonT
[Closed] 8.0.09 Display in new window and not new tab
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,


WebFOCUS 8.0.09
ZOS Linux LPAR
All outputs
May 08, 2017, 04:31 PM
BabakNYC
In ie there's a setting for that. I saw this information about ie:

1. Click Start, type the following command in the Start Search box, and then press ENTER:

inetcpl.cpl

2. The Internet Options dialog box will appear.

3. Click on the ‘Settings’ for ‘Change how webpages are displayed in tabs’.


WebFOCUS 8206, Unix, Windows
May 08, 2017, 04:50 PM
RonT
quote:
inetcpl.cpl

Thanks for the info for myself and a few select users, but our installation will not change there base IE configuration for thousands of PC's.


WebFOCUS 8.0.09
ZOS Linux LPAR
All outputs
May 09, 2017, 05:11 AM
Hank W.
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
May 09, 2017, 10:27 AM
RonT
Hank, LOL! I feel ya brother! We'll leave it a tab and let the users mess with their IE settings if they wish. Closing.....


WebFOCUS 8.0.09
ZOS Linux LPAR
All outputs