Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Hide address bar/URL in IE 8 when accessing the BI Dashboard

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Hide address bar/URL in IE 8 when accessing the BI Dashboard
 Login/Join
 
Member
posted
I need somehting I can put into a URL that when a BI Dashboard users access the dashboard that hides the address bar?

Or if there is some HTML/Java script that I could add to the dashbaord launch page that would hide it also? That would work as well.
 
Posts: 18 | Registered: March 13, 2007Report This Post
Expert
posted Hide Post
"This is no longer possible in modern browsers due to security restrictions."

Something to read: StackOverflow: Hiding the address bar of a browser

And you most certainly cannot do it to the current window.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Yes, I found out the same thing this year.

The address is always shown, I guess for security reasons.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Guru
posted Hide Post
Maybe if you tell us why the address bar needs to be hidden we might be able to help you find an alternative solution.

Do you want the users to not navigate to a new page?
If this is the case, you might be able to open the window in a popup when the user can't access the browser url but they can still see it.

Or do you not want the users to see sensitive data?
You might be able to use different joins to hide the data or you can look into character encoding, etc.

Or is the link just misleading?
Change the initial url to reports.yourcompany.com or whatever. OR if you have a website where the user has to login, you can have a frame with the dashboard in it. The URL will look something like this:

https://reports.myCompany.com/...ORP_PASS=mypassword&

Or is there some other reason?


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
 
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012Report This Post
Member
posted Hide Post
We would prefer that the users not see where they are navigating to, for security reasons.

Thank you
 
Posts: 18 | Registered: March 13, 2007Report This Post
Guru
posted Hide Post
You might be able to use my third suggestion and have the dashboard page within a large frame on your own website. They could obviously see the url if they looked at the frame source, but they wouldn't see the link off the bat.

You can see the url anyways by just viewing the main dashboard frame via firebug. Or if you have a smarter user, they can do something like
 
javascript:alert(window.location);
 

or even craftier in their browser url.
If you run things in the terminal, you can do more...

This message has been edited. Last edited by: J,


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
 
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012Report This Post
Expert
posted Hide Post
We have done the same thing, run the app in an IFRAME, so all you see is the initial URL.

But if a user really wants to find out stuff, then they will. You just can't stop it.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Hide address bar/URL in IE 8 when accessing the BI Dashboard

Copyright © 1996-2020 Information Builders