OpenDOC in iframe

Hi All,
has anyone able to use iframe with the PIK (Portal Integration Kit) so that the websphere portal menus isn't lost when clicking on a report ?  Is there a way to lock the "Document List" portlet which is part of the PIK in an iframe basically?

you can use opendocument to open an excel file with using just the file name in the repository.
for example
stringvar path:= "/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sDocName=myexcelfile";
WEIFrame ("myiframe", path, 600, 400, "no")
note that in a web viewer you don't get the full excel toolbar. also, not being an excel user, i am not sure how you would pass any context parameters to excel.

Similar Messages

  • WebElements  Can't get rid of border inside iFrame when CR report is loaded

    I am runing reports from the CR Crystal report 2008 view that launches from Infoview and I can't get rid of a border that is in the inside of the iframe when the iframe has a CR loaded within it  .  (I uploaded screenshots here...  https://cw.sdn.sap.com/cw/ideas/4288)
    The issue isn't with the iFrame itself.  When I just throw an WEIframe on a CR report, I can control the frameborder by modifiying the WEIFRAME function's frameborder setting, toggling it on and off and it looks great.
    Where I am having problems is when I put load a CR report inside of an iFrame.  I changed the ReportMode to weblayout, I've made the report margins to be zero, removed the scrollbars and menubar.  Still, I get that pesky inside border.
    I've changed the opendoc sReportMode to Weblayout, gotten rid of preview panel, margins in my CR report, removed toolbar and menu bar from the reports and iframe
    Today, we went into our BO Server, found every instance of OpenDocument.jsp and added the frameborder ="0" parameter at the bottom of the script to the iframe definition.
    After the changes my BOE Admin restarted the Apache webservices. 
    Is there something else that needs to be re-deployed or re-started??
    thanks!
    -Pam

    Jamie/Ludek --
    Hopefully my post will help you help other people having this issue.
    Yes, as it turns out, this issue was not related to WebElements, but was an issue with the CR Viewer.
    The KB that Ludek referred me to did have code to add to the web.config, but it didn't do a thing.
    Ultimately, I found reference to this ussue bug #ADAPT01417734.  A fix was first bundled in fix pack 3.1, but it wasn't completely fixed until SP 4.0. (Known Limitations:  There will still be a 1 pixel wide border around the viewer even though the toolbar and drilldown tabs are hidden. The fix for the 1 pixel border will be delivered in Service Pack 4.)
    Our server is BOXI R3 FP 2.6 and applying service packs is, in itself, a pain and a risk and requires a testing effort that we couldn't afford right now.
    So, I patched my own local instance of CR 2008 to SP4.0 and then pulled the files that were identified as 'fixed' according to the release notes to my BO Server and put them in the correct destination folders:
    allInOne.js
    dom.js
    processindicator.js
    psheet.js
    ReportAlbum.js
    ReportPage.js
    ReportView.js
    Style.css
    Viewer.js 
    OK, it's a hack, but once I did that, ALL of the gray borders around my weIframes went away!!  I can still control a nice little border via the  frameborder attribute in the weIframe ()
    thanks for your help!

  • Display file in iframe

    I have a main report and using webelements to display a detail rpt in an iframe. Is it possible to change the opendoc coding and display an Excel file in that iframe? Instead of a CR rpt?
    Also, would it be possible to send some parameters to the embedded Excel file?
    Thanks

    you can use opendocument to open an excel file with using just the file name in the repository.
    for example
    stringvar path:= "/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sDocName=myexcelfile";
    WEIFrame ("myiframe", path, 600, 400, "no")
    note that in a web viewer you don't get the full excel toolbar. also, not being an excel user, i am not sure how you would pass any context parameters to excel.

  • Opendocument.jsp in iframes in BOBJ R3

    Using  BOBJ Relesase 2 we created a dashboard using iframes and targeting each ifreame to a crystal report with opendocument'jsp.  Each report had a target object (chart) to set the focus for the viewer.  Only issue was a default margin in the viewer that was in the DHTMLViewer.jsp page that needed to be set to zero.  Once this was corrected the report would fill the iframe perfectly.
    We are now in the process of migrating to R3 and have found the updated viewer uncooperative and have a couple of issues:
    All around the chart there is a margin in the viewer.  I have changed the page settings to remove the report margins but it looks like I need to find the built in margin on the viewer.  Does anyone know where the margin values are kept
    The actual frame of the viewer also appears in the hub,  Can this be turned off?  Especially annoying is that we use web elements to suppress the toolbars and when this si done the footer of the report expands.
    Thanks in Advance
    Jack

    hello Jack,
    not sure if this will help out here but there are a couple of opendocument parameters that you can try...
    append these to the end of your opendocument url to see if this changes the margins...at least they will help you in formatting with the new viewer...
    &toolbar=hide
    &drilldowntabs=hide
    &sReportMode=weblayout
    as an example you may be calling a report in your iframe similar to the following...
    WETargetPath ("rpt","Name", "myreport", "weTarget=quadrantA&toolbar=hide&drilldowntabs=hide&sReportMode=weblayout")
    toolbar=hide - part of the new javascript sdk wherein you can use this switch in an opendoc link to hide the toolbar, instead of using webelements
    drilldowntabs=hide  - especially usefull for getting rid of those tabs that pop up in drill down in the new viewer
    sReportMode=weblayout - changes background and orientation back to older viewer as close as possible...note that you will still have a frame around the viewer...nothing you can do about that frame
    i hope that this may help to resolve your issue.
    cheers,
    jamie

  • Path in IFrame

    Hi All,
    I have an IFRAME and i want to display a HTML file in iframe. Please let me know how to link the both ?
    I am trying to give as "c://Document and settings/username/desktop/filename" but its throwing runtime exception as Invalide URL.
    Please let me know how to find out the path of my HTML fine to link in to Iframe.
    -Pavan

    Pavan,
    Upload the file into KM and metion the file path in your inframe.
    To upload the doc into KM
    Add the content management role to your user id
    Content management -> explorer -> documents -> folder -> new -> upload
    Ram

  • Iframe content in YUI tab disappearing - only in firefox 11

    We have an internal web site developed with YUI which uses the tabview control along with some content provided through an iframe. When the page initially loads the iframe is displayed but when switching between the YUI tabs the iframe content disappears. This stopped working with the upgrade to Firefox 11. It was working with all previous versions including up to 10.0.2.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • I am told that my browser does not support iframes when trying to access a web site.

    This is Google's cache of http://sitetrail.com/askearth.com. It is a snapshot of the page as it appeared on Sep 19, 2010 10:44:02 GMT. The current page could have changed in the meantime. Learn more
    Full version These search terms are highlighted: history askearth com
    * Contact Us
    SiteTrail - Website News and Analysis
    * Business
    * Dev & Design
    * Entertainment
    * Mobile
    * Social Media
    * Tech
    Search in SiteTrail askearth.com (visit site) This data was last updated 6 months ago (update data).
    Site Profile Estimated Value: $5,582.16 USD Estimated Revenue: $7.60 USD per day $227.90 USD per month $2,772.81 USD per year Estimated Pageviews: 3,355 per day 100,648 per month 1,224,551 per year Alexa Rank: #447,581 Google Index: show google links Yahoo Index: show yahoo links Bing Index: show bing links History: show history Site Title: Interesting Questions - AskEarth Site Traffic
    Site Server Server IP Address: 140.174.79.37 Server IP Decimal: -1934733531 Server IP Location: Pordenone, Friuli-Venezia Giulia, Italy
    Your browser does not support iframes. Whois Information Welcome to the Network Solutions(R) Registrar WHOIS Server.
    The IP address from which you have visited the Network Solutions Registrar WHOIS database is contained within a list of IP addresses that may have failed to abide by Network Solutions' WHOIS policy. Failure to abide by this policy can adversely impact our systems and servers, preventing the processing of other WHOIS requests.
    To see the Network Solutions WHOIS Policy, click on or copy and paste the following URL into your browser:
    http://www.networksolutions.com/whois/index.jhtml
    If you feel that you have received this message in error, please email us using the online form at http://www.networksolutions.com/help/email.jsp with the following information:
    Whois Query: askearth.com YOUR IP address is 174.129.155.56 Date and Time of Query: Tue Feb 23 00:49:37 EST 2010 Reason Code: IE DNS Records Host Class Type IP TTL Target Other askearth.com IN A 140.174.79.37 7199 askearth.com IN NS 7200 ns53.worldnic.com askearth.com IN NS 7200 ns54.worldnic.com askearth.com IN SOA 7200 mname: NS53.WORLDNIC.com rname: namehost.WORLDNIC.com serial: 108121504 refresh: 10800 retry: 3600 expire: 604800 minimum-ttl: 3600 HTTP Headers HTTP/1.1 302 Found Date: Tue, 23 Feb 2010 05:59:34 GMT Server: Apache/2.2.11 (Unix) mod_fastcgi/2.4.2 PHP/4.4.9 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.7m mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.7 Location: http://askearth.com/go/home Content-Length: 417 Connection: close Content-Type: text/html; charset=iso-8859-1
    HTTP/1.1 200 OK Date: Tue, 23 Feb 2010 05:59:35 GMT Server: Apache/2.2.11 (Unix) mod_fastcgi/2.4.2 PHP/4.4.9 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.7m mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.7 Set-Cookie: id=11010246; EXPIRES=Sun, 01-Apr-29 00:00:00 GMT; PATH=/ Set-Cookie: pass=u0zit0yv; EXPIRES=Sun, 01-Apr-29 00:00:00 GMT; PATH=/ Set-Cookie: since=1266904775; PATH=/ Connection: close Content-Type: text/html Firefox Add-on SiteTrail Firefox Add-onPerform SiteTrail lookups via right-click menu straight from your web browser! Popular Lookups
    * google.com#1
    * facebook.com#2
    * youtube.com#3
    * yahoo.com#4
    * live.com#5
    * baidu.com#6
    * wikipedia.org#7
    * blogspot.com#8
    * msn.com#9
    Browse Lookups
    A B C D E F G H I
    J K L M N O P Q R S T U V W X Y Z Recent Lookups
    * askearth.com#447,581
    * evdenevenakliyatv.com#442,990
    * mytaskhelper.com#756,476
    * fikralari.net#639,299
    * typemytape.com#1,547,530
    * tmmod.info#1,078,434
    * torrentplus.org#233,938
    * communitycollegelistin...#430,008
    * cadbury.co.uk#104,852
    * myhobbyblogs.com#297,443
    Random Lookups
    * solidmastermind.com#931,183
    * homelegance.com#277,584
    * homepage-anleitung.de#1,091,134
    * icicigroupcompanies.co...#1,513,887
    * ptiboo.ch#744,058
    * fachportal-paedagogik....#312,102
    * lcpo.com#336,926
    * spitinet.gr#904,561
    * sportingpulse.com#37,069
    * v-pillsbuyutucuhap.com#543,342
    * sameskyboard.com#51,252
    * alparslanpazarlama.com...#1,444,281
    * ventausa.com#221,470
    * dentalmag.org#234,937
    * digitalfoci.com#1,214,872
    * blank-label.com#273,247
    * efun.ir#446,350
    * greatamericandays.com#579,258
    * it007.com#58,123
    * hairyclipz.com#760,892
    Navigation
    * Contact Us
    Categories
    * Business
    * Dev & Design
    * Entertainment
    * Mobile
    * Social Media
    * Tech
    Recent News
    * VP of Twitter Says Twitter is NOT A Social Network
    * Google Puts White Spaces To Use
    * YouTube Instant Experiment Gives Creator a Job At YouTube
    * YouTube Time Machine – A New Website To Waste Hours On
    * Google’s New Instant Search – Saving 11 Hours Every Second
    * Facebook Notes Gets New Tools
    Recent Lookups
    * askearth.com#447,581
    * evdennakliyateve.com#442,990
    * mytaskhelper.com#756,476
    * maximumwoman.com#639,299
    * typemytape.com#1,547,530
    * tmmod.info#1,078,434
    © 2010 SiteTrail. All Rights Reserved.

    I'm not clear on where you are seeing that text. When I view Google's cached page from the page found in this search
    https://www.google.com/search?q=site%3Asitetrail.com%2Faskearth.com
    It doesn't match yours exactly. There is an iframe with a Google map in it in the "Hosting Analysis" section, which in your pasted page seems to be the "Site Server" section.
    Which Google site did you search?

  • Unable to upload video files via iframe in safari version 3.0

    I m not able 2 upload video files via iframe in safari 3.0.
    i m facing this issue when i try 2 upload a video file via an iframe.
    file gets uploaded properly if i m not using iframe to upload the same.
    this issue is seen only in safari version 3.0 and not in the newer version i.e (3.2.1)
    do anyone has the asnwer for this problem.....???
    would be thankful to him/her...

    Are you using a BT Home Hub with the IP Phone attached. This holds onto the SIP port that iChat uses. There is no way to get the router to release this port.
    I had to return it all to BT as unfit for purpose and switched to Eclipse!

  • Form based login, iframes and session time out

    Hi all,
    I'm trying to create a site using form based login.
    The site contains a page protected page, default.jsp that have a logout button/link (clicking it invalidates the session), and a navigation bar with links linking opening them in iframes inside the default.jsp page:
    I have also a login.jsp page and and a error.jsp page
    Everything works fine I can login, I can logout. My problem occurs when the session times out and the user tries to access protected contents in the internal frames. He then is promted for a new login. The problem is that the login,jsp page now turns up inside the jframe designatet for my contents.
    I woud have liked the login page to turn up at the top level i.e. filling the entire browser window (i.e on the same level as the default.jsp page). Is this somehow possible?
    Regards
    Uno Engborg

    Easy answer: use JS to jump out iframe.
    Best answer: don't use iframes, but use server side includes like jsp:include. Iframes have too much disadvangages, topping the extremely bad SEO and UX.

  • Access a partner application through an iframe without reauthenticating

    I have an application (written using apex) that is an sso partner app. I want to be able to embed the application within a portlet (probably a dynamic page portlet generating an iframe) in my portal. When a user access the portal page that contains the iframe they are initially forced to reauthenticate within the iframe.
    The problem lies in the sso session. I think when you access an application through an iframe it treats everything in the iframe as if it were in a separate browser session. This means that when you try to access the application in the iframe it still redirects you to the sso server even though you are already authenticated via portal.
    So this is the problem, has anyone got any ideas on what the solution might be?

    Hi,
    Did you find any workaround of the above issue?
    I am also struggling with it.
    Regards,
    Deepak Suri

  • How do I link a google drive edge animate project to an iframe?

    I have a simple edge animate project as a test. It has the following files in the root:
    edge_includes folder containing 3 images and edge.5.0.1.min.js
    project.html
    project_edge.js
    I want to be able to have these files stored on google drive (or dropbox or alternative) and link to them through an iframe on my website. I've tried doing this by keeping the file structure the same on google drive and just referencing the shared link of the html file, but the project will not work.
    I've also tried replacing the src links of the edge.5.0.1.min.js file and the image files to their shared links on the google drive. This didn't work either.
    Is there any way to host the files externally and have them still reference each other properly so the html file can be linked into an iframe on a different site?
    Many thanks in advance
    Barry

    Just to add the relevant requested information:
    I am using the latest version of Edge animate (2014.1)
    Google chrome (and IE desktop not metro as backup)
    If anyone wants to see the file then I'm happy to link to it, but I don't think the question really warrants it.
    Thanks again.

  • How do you embed a Bookeo widget in iWeb? Use iFrames?

    I am trying to embed a Bookeo widget (Bookeo is a website that maintains bookings for business, such as tours) using iWeb.
    1. First step, the instructions from Bookeo say to insert the following HTML code where you want the code to appear. 
    <script type="text/javascript" src="http://bookeo.com/widget.js?a=231MUKEPR13769HL64DC"></script>
    I used the HTML Snippet but all I got was the spinning wheel.
    2. Second step, Bookeo suggested that Bookeo widget is inside another iframe, and since iframes are not resizable  I needed to reset the height attribute to 1500 px.  Bookeo suggested the following code.
    <iframe id="widget2-frame" src=".//Payment_files/widget2_markup.html" frameborder="0" style="width: 100%; height: 1500px;" scrolling="no" marginheight="0" marginwidth="0" allowtransparency="true">&lt;/frame&gt;</iframe>
    I still got the spinning wheel, and even after I saved and published the above code it still didn't work.  The published web pages comes up with an error message, and the iWeb page still has the spinning wheel
    3. Third step, after a bit of Apple Communities searching I tired the following code.
    <div style="width: 725px; height: 900px;">
    <script type="text/javascript" src="http://bookeo.com/widget.js?a=231MUKEPR13769HL64DC"></script>
    </div>
    This 'worked' on the published webpage, but I still get spinning wheel on the iWeb page (even after I've saved and published the page.
    My question is whether anybody knows a more elegant solution or is my third step the best way to proceed, even though I still get a spinning wheel on the iWeb page?
    Thanks, Paul

    Hi Wyodor,
    Thanks for responding.  I think that what your suggesting is that when you inserted the script it worked for you.
    I just tried the demostration example you used of the massage bookings to see if I could get the same result as you. 
    I inserted the folowing code into the HTML Snippet in iWeb on new test page on my website
    <script type="text/javascript" src="http://bookeo.com/widget.js?a=296X6L43U12C057243FB"></script>
    I then published it, but on the published webpage I only go the very top right hand corner of the Bookeo form, whereas I can see that on your example http://home.wyodor.net/demoos/bookeo/BookeoiWeb.html all the Bookeo form is there.
    Not sure why the difference between our two outcomes, but I'm only new to iWeb so maybe I've missed something.  Could it be that I'm placing the HTML snippet to the right of a left hand column of information and that's causing only a portion of the widget/bookeo webpage to be visible? 
    Thanks
    Paul

  • How do i add my access web app into a iframe on a "site page"?

    I just created a MS Access "custom web app", and published it on my site.
    Then i can open the Access form when i click on the link in the menu at my site. The problem is just that it removes my site logo and all the menu's. Well, its like fullscreen.
    What i really want is to show the form in the first page of my site, "Home".
    I have tested insert -> "Embed code", and then enter the following code: 
    <iframe src="https://xxxxxx.sharepoint.com/sites/xxx/xxx/databaselist></iframe>
    It just shows this warning: "This content cannot be displayed in a frame"
    Then i found this site: http://blogs.msdn.com/b/officeapps/archive/2012/12/12/iframing-sharepoint-hosted-pages-in-apps.aspx
    Quote: 
    SharePoint page developers can opt-out of clickjacking protection by adding the AllowFraming control to their .aspx pages:
    <WebPartPages:AllowFraming runat="server" />
    Well, does anyone here know how to do this with a access form?

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • When I check the content in a test server I get this: ssl_error_bad_cert_domain and the option to accept, but in a iframe I get the same error but theres not op

    I work in an international company and we have a server farm with 54 servers, so I need check content in all of them for 118 countries, I created a little application to do this and the problem is this:
    When I check the url in the main window I get: "Error: ssl_error_bad_cert_domain" but there is "add exception" option and the problem ends there. But my application loads the pages within an iframe and when I try to load them the error appears but there is not any option to continue.
    Could you tell me please which option of the configuration (about:config) I should change to avoid this, because adding an certificate for every country for every server (6372 certificates) it's not an option for me.
    *Note: The error appears because the dns of such servers have several subdomains and the certificate is not valid for the resultant url.

    Facebook uses such servers to store additional content media files and maybe CSS and JavaScript files.
    Reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • SWF in iFrame - How to get mouse wheel to work

    I have been searching for a solution to this for a few days
    without any luck. I was hoping someone here may have come across
    this problem and know of a solution, or know if it just is not
    possible.
    I have a static page which consists of an iframe, picture and
    a div with some links. The image is an image map and set to load
    all links within the iframe. The flash itself is a 360 degree
    panoramic view with hotspots (links) within the file that also
    point to other pages. My issue is that the mouse wheel scroll is
    supposed to be a zoom in/out feature, which work with the flash
    file and full screen view. However, when the file is loaded within
    the iframe, the scroll wheel on the mouse will only scroll the page
    and will not interact with the flash file at all.
    The problem seems to be with the following browsers (PC):
    Chrome 0.4
    Opera 9.5
    Firefox 3.0
    The zoom works in IE6, although the page does scroll with it.
    When I disabled the page from scrolling (see index2.html) the zoom
    stops working. This is probably due to the code used to disable the
    mouse. I really need to try to get the mouse wheel to zoom in
    FireFox 3 though. The large majority of our visitors are PC users
    with FireFox 3 or IE 7, so these are the two most important
    browsers to have working.
    The pages are still currently under development but examples
    are online here:
    http://www.utoledo.edu/campus/virtualtour/maincampus/index.html
    -Normal page
    http://www.utoledo.edu/campus/virtualtour/maincampus/index2.html
    -Page with scrolling disabled
    Does anyone have any ideas for a possible solution? Thanks
    for taking the time to help.

    As far as I know,there is no facility for detecting mouse scrolling wheel in JDK 1.3.
    Check it in the later releases of JDK.

Maybe you are looking for