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     [CLOSED] active report inside an iframe

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] active report inside an iframe
 Login/Join
 
Gold member
posted
I think I am missing something here. I am launching a report inside an iframe, and it is an active report. however, I am getting strange results with the iframe/active report. Very little of the features are working. Here is my html:

< !-- Generated by Report Layout Painter -->
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML lang=en xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE></TITLE>
<BASE href=HTTP://NFAPINFOMAST01:8080>
<script language=javascript id=clientEventHandlersJS type=text/javascript>
 
//Begin function window_onload
function window_onload() {
 
UpdateData();
 
// TODO: Add your event handler code here
//add onInitialUpdate() function to make changes before initial run of the reports
}
//End function window_onload
 
 
 
 
function reportnav(rept, exch) {
 
 
 
 
 
var link1 = "http://nfapinfomast01:8080/ibi_apps/WFServlet?IBIF_ex=";
var link2 = "&IBIF_parms=&servername=default&IBIC_server=EDASERVE&appbx=1&IBIAPP_temp=katie&IBIWF_language=en&activereport=1&IBIAPP_app=katie&EXCH=";
var site =  link1 + rept + link2 + exch;
 
window.open(site,'frmrept');
}
 
 
 
//Begin function form2Submit_onclick
function form2Submit_onclick(ctrl) {
 
}
//End function form2Submit_onclick
</SCRIPT>
<LINK id=ITEM1 href="\\nfapinfomast01\ibi_parent\64bit\apps\installtest\ddsmoothmenu2.css" type=text/css rel=stylesheet>
<LINK id=ITEM2 href="\\nfapinfomast01\ibi_parent\64bit\apps\installtest\ddsmoothmenu-v1.css" type=text/css rel=stylesheet>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type=text/javascript UserSuppliedFullPath="1"></SCRIPT>

<script src="\\nfapinfomast01\ibi_parent\64bit\apps\installtest\ddsmoothmenu1.js" type=text/javascript></SCRIPT>

<script type=text/javascript>
 
ddsmoothmenu.init({
 mainmenuid: "smoothmenu1", //menu DIV id
 orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
 classname: 'ddsmoothmenu', //class added to menu's outer DIV
 //customtheme: ["#1c5a80", "#18374a"],
 contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
 
ddsmoothmenu.init({
 mainmenuid: "smoothmenu2", //Menu DIV id
 orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
 classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
 //customtheme: ["#804000", "#482400"],
 contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
 
 </SCRIPT>

<META content=http://schemas.microsoft.com/intellisense/ie5 name=vs_targetSchema>
<script for=window eventname="onload">window.onload = function() { window_onload(); }</SCRIPT>

<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY style="OVERFLOW: auto" edaconnectionrequired="false">
<DIV class=hdrwrpr>
<DIV class=ddsmoothmenu id=smoothmenu1>
<UL>
[*]
<A onclick="reportnav['totalvolumesummary_proc.fex', form2.cboExch.value)" href="#">Exchange Summary</A> 
[*]
<A onclick="reportnav['exceptionsummary_proc.fex', form2.cboExch.value)" href="#">Exception Summary</A> 
[*]
<A onclick="reportnav['alertsummary_proc.fex', form2.cboExch.value)" href="#">Alert Summary</A> </UL></DIV>



  
<FORM id=frmrept style="Z-INDEX: 1; LEFT: 310px; WIDTH: 100%; POSITION: absolute; TOP: 20px; HEIGHT: 700px" tabIndex=1 name=form2 onsubmit="OnExecute[this);return false;" method=post form_dist_between_desc_and_input="10" form_hor_dist_between_controls="10" vert_dist_between_controls="10" form_number_of_columns="4" form_number_of_visible_rows="4" form_prompt_location="1" default_slider_type="4">  
<TABLE width="100%">
<TBODY>
<TR align=left>
<TD>
<SELECT id=cboExch style="Z-INDEX: 5; LEFT: -190px; WIDTH: 350px; POSITION: absolute; TOP: 40px" tabIndex=5 name=cboExch> 
<OPTION value=NYSE selected>NYSE - New York Stock Exchange</OPTION> 
<OPTION value=NYSETEST>NYSE - New York Stock Exchange (TEST)</OPTION> 
<OPTION value=ELX>ELX - ELX FUTURES Exchange</OPTION> 
<OPTION value=ELXTEST>ELX - ELX Exchange (TEST)</OPTION> 
<OPTION value=CCX>CCX - CHICAGO CLIMATEX</OPTION> 
<OPTION value=CBOE>CBOE - Chicago Board Options Exchange</OPTION></SELECT></TD></TD></FORM>
<iframe id=frmrept style="LEFT: 10px; WIDTH: 100%; POSITION: static; TOP: 0px; HEIGHT: 778px" tabIndex=6 name=frmrept frameBorder=0 autoExecute="False" HEIGHTOLD="778" WIDTHOLD="1242"></IFRAME>
<DIV></DIV></TR></TBODY></TABLE></DIV>
<SPAN id=text1 style="Z-INDEX: 7; LEFT: 10px; WIDTH: 100px; POSITION: absolute; TOP: 60px; HEIGHT: 20px" tabIndex=7>Exchange View:</SPAN> </BODY></HTML>

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


Version: 8.0.0.6
Windows platform
All output formats will probably be used.
 
Posts: 80 | Registered: June 25, 2009Report This Post
Expert
posted Hide Post
Hi Kowens,

Can you please explain what the problem is, or what is not working? As always, for assistance you may contact Information Builders' Customer Support Services and open a case. The phone number to call is 1-800-736-6130, or access online InfoResponse.

Cheers,

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     [CLOSED] active report inside an iframe

Copyright © 1996-2020 Information Builders