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     [SOLVED by case] doBeforeLoad() error

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED by case] doBeforeLoad() error
 Login/Join
 
Member
posted
I get the 'This Page Contains Both Secure and Non-Secure Items' Error Message for a javascript routine called doBeforeLoad.

I've searched the site for it and indeed other people show it in their source code, I'm not sure where to find this routine.

It's written on all HTML pages.

  
<SCRIPT id=IBI_loader type=text/javascript>
doBeforeLoad();
</SCRIPT>

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


WebFOCUS 7.6.8
Windows XP
HTML
 
Posts: 6 | Registered: April 22, 2010Report This Post
Expert
posted Hide Post
Through some method or another, the JavaScript library C:\ibi\WebFOCUS76\ibi_html\javaassist\ibi\html\js\ibirls2.js gets linked to in the HTML that's generated by the GUI tool in Dev Studio. function doBeforeLoad is in this library. You should not make any changes to this file or function. The message you get is probably due the security settings in your web browser, or because you're using a secure server URL (https instead of http). I'm not sure anything can be done about this warning message.


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
Member
posted Hide Post
Thank you. I am using HTTPS and it seems to not like this code...

function addHiddenIFrame(iframename)
{
if(!usehiddeniframe)
document.write('<iframe id=' + hiddenlayoutframe + ' name=' + hiddenlayoutframe + ' src = "about:blank" style="position: absolute; top: 0px; left: 0px; display: none; width: 0px; height: 0px; z-index: 10000">');
usehiddeniframe = true;
if(iframename && !document.getElementById(iframename))
document.write('<iframe id=' + iframename + ' name=' + iframename + ' src = "about:blank" style="position: absolute; top: -100px; left: -100px; display: none; width: 50px; height: 50px;">');
}

with the src="about:blank"


WebFOCUS 7.6.8
Windows XP
HTML
 
Posts: 6 | Registered: April 22, 2010Report This Post
Guru
posted Hide Post
The message occurs because "about:blank" is loaded from the local machine instead of from the SSL site so you get unsecured items. This is not really a problem though. Anything that is coming from the web server is under SSL. We have made changes in later releases to get an "about:blank"-like item from the web server so this message will no longer occur.


David Glick
Director WebFOCUS App Studio
and WebFOCUS Developer Studio
WebFOCUS Division
Information Builders, Inc.
Direct (917) 339-5560
Voice Mail (212) 736-6250 x3560
Fax (212) 947-5168
Email david_glick@ibi.com
 
Posts: 315 | Registered: April 13, 2004Report This Post
Member
posted Hide Post
IBI has fixed this issue in 7.6.10 and we will be upgrading soon to resolve this issue.


WebFOCUS 7.6.8
Windows XP
HTML
 
Posts: 6 | Registered: April 22, 2010Report 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     [SOLVED by case] doBeforeLoad() error

Copyright © 1996-2020 Information Builders