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     Hiding the report URL

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Hiding the report URL
 Login/Join
 
Gold member
posted
We are using WebFocus 5.2.3
Does anyone have any experience with the REFERRER URL ??
Currently, about 90% of our reports are on our company intranet. We want to either display a dummy URL when the user clicks on the report link, hide the URL, or use REFERRER to ensure the request is coming from a secured page. Our goal - we don't want the users copying the URLs or even knowing what they are. Any suggestions ??
 
Posts: 69 | Location: OH | Registered: November 09, 2004Report This Post
Expert
posted Hide Post
This will hide the URL from the status area of the web browser and also suppress right-clicking to view the properties of the link. It will open the report link in a new window that does not have the address bar or menu bar. It will not suppress right-clicking on the newly opened report window, unless you add lines 6 to 13 in the HMTL reports on your intranet site. Also, if you have a tag in your HTML reports, the URL will not be displayed on the newly opened window.<BR><br /><br />I have no experience with REFERRER URL.<br /><br /><pre class="ip-ubbcode-code-pre"><html><br /><head><br /><title>Report List
<script language="JavaScript">

// Trap all Mouse-Down actions
document.onmousedown = SuppressRightClick;

// Suppress Right-Click Mouse-Down Actions
function SuppressRightClick()
{
if (event.button == 2) alert('Please left-click the report link');
}

// Open a new window with the selected report
function OpenReport(ReportLoc)
{
vFeatures =
"channelmode=no, directories=no, fullscreen=no, " +
"location=no, menubar=no, resizable=yes, scrollbars=yes, " +
"status=yes, titlebar=yes, toolbar=no, "
"left=0, top=0, width=" + screen.availWidth + ", height=" + screen.availHeight;
window.open(ReportLoc,"ReportWindow",vFeatures)
}




onMouseover="window.status='Report 1';return true;"
onMouseout="window.status='';return true;">Report 1


onMouseover="window.status='Report 2';return true;"
onMouseout="window.status='';return true;">Report 2


This message has been edited. Last edited by: <Maryellen>,


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
Hi Cheri,

Has this issue regarding hiding the report URL been resolved? Did Francis' suggestion help you?

Below are a few topics from Information Builders' online documents, which may be of interest:

Question: How to hide URL in status bar when mouse is over drill-down http://techsupport.informationbuilders.com/sps/62401058.html

MAINTAIN: How to control the displaying of a designated URL http://techsupport.informationbuilders.com/sps/61511014.html

As always, you can contact Information Builders' Customer Support Services at any time for assistance. The phone number is 1-800-736-6130, or access InfoResponse online at http://techsupport.ibi.com .

Hope this helps.

Cheers, Big Grin

Kerry
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Master
posted Hide Post
How to do this in PDF?


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
Virtuoso
posted Hide Post
CHERI,

What platform, app server, wf version etc?

The easy way is to have the request go through an alternate server using AJP. The app server can then be instructed to only respond the the AJP request, thereby forcing the user to always go through the required webserver. In other words, they will never know the actual host name of the app server, just a web server in front of it.

This, however, doesn't imply that the user is always coming from a secured page or web site, as ALL requests originate from the client browser.

Could you give a brief run down of what you are doing, and then what you would like to do, and maybe we could advise.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Expert
posted Hide Post
Hi Kamesh,

I ran a quick search on Information Builders' online documents and came across the following topic which may be of interest:

Can the DrillDown link in PDF be hidden?
http://techsupport.informationbuilders.com/sps/13122078.html

Basically, right now there is no way to hide the drilldown link in PDF document. This is an Adobe convention and not under the control of WebFOCUS.

Hope this helps.

Cheers, Big Grin

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report 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     Hiding the report URL

Copyright © 1996-2020 Information Builders