Iframe in bc app html page rendering empty

I have created a very basic bc app, which works on my partner site (where it was developed), but does not work on the client site I copied it to and authorized it (thanks to Mihai).
The app is simple a menu item with an html page that includes an iframe. The iframe is supposed to contain an html page from my partner portal.
In my partner site, the iframe renders correctly.
In my client site the iframe renders empty.
Is there some special way to add iframes to an html page in a bc app, that load content from other websites?
Thanks,
Adrian
EASE

Hi Liam,
(NOTE: To keep our content private, the URLS in the following are not actual ones but follow same structure as real ones).
/_System/apps/EASE-app-id/_config/menu.json (on the client site) looks like this:
    "menu-first-EASE-app-id": {
        "weight": 100000,
            "title": "EASE Help",
                    "icon": "/_System/apps/EASE-app-id/admin/icon.png",
                "attr": {
                    "href": "/Admin/AppLoader.aspx?client_id=EASE-app-id"
The iframe in /_System/apps/EASE-app-id/index.html (on the client site) looks like this:
<iframe width="750px" height="1400px" src="http://www.my_partner_site.com/EASE-app-id/html-page-name"></iframe>
On our partner site, I have an html page (http://www.my_partner_site.com/EASE-app-id/html-page-name) which contains an faq module, containing various helpful stuff for the client.
The idea is that as we add more clients we will be able to easily install this app  on all their admin menus and have the content of the faq in one place, so that updates to the faq on the partner site are visible on all client sites immediately.
Perhaps I've gone about this completely the wrong way?
It was working before BC made the recent changes to the menu.json requirements. Then I had to rebuild using an authorized app, but this is as far as I've got.
Any help much appreciated.
Adrian
EASE

Similar Messages

  • Jspx including html page rendering problem

    Hello,
    I have an jspx including an html page by
    <f:verbatim>
    <jsp:include page="/mypage.html"/>
    </f:verbatim>
    When running the jspx, Hyperlinks aren't rendered - everything else (text, pictures...) is! (browser-independed)
    Has anyone an idea what's going wrong there and how to solve this problem?
    Thank you very much!
    Sebastian

    Thank you! The problem was another:
    The links were rendered, but with no color! :-( On some reason, I explicitly have to set the color of a link to get it shown! Don't know why! If I open the included page standalone, everything is there.

  • HTML Page rendering using Meta-Data

    New to Java and J2EE..
    I am trying to understand a way that I can generate a HTML page using the Meta-data. I dont want to design/write JSP..
    I would like to define the HTML page properties in a database table, and at run-time I would like to generate the HTML page using the information stored in the table..
    Appreciate if someone can point me to the right direction...
    -RamKi

    Hi,
    nearly one month I asked, really, nobody has an answer or a hint on that topic?
    Thanks for any information you could provide.
    Daniel

  • Embed external HTML page in Flash

    Does anybody know how to embed an external HTML page into Flash? I am envisioning something like an iFrame, but can't really figure how this would work. I've attempted using a scrollpane, but it didn't work at all.
    Any suggestions?

    you can display it in a popup window or in the same window or in an iframe in the same html page that displays your swf.
    When you say this, do you mean I can create an iFrame on the same html page that displays my swf, and have it be dynamically populated by what the user clicks on the swf?
    yes, exactly.
    use getULR() (as2) or navigateToURL() (as3) with the 1st parameter being the html page you want to display and the 2nd parameter being the iframe "name" property.

  • Set DOCTYPE for a self rendered HTML page using cl_gui_html_viewer

    G'Day!
    I'm dealing with HTML in ABAP and i' stuck with a nasty little problem. Perhaps somebody know's the answer and can help me out. Thanks in advance. (I'm sorry for my poor english)
    My problem is:
    I am rendering a html page in abap and display ist using a cl_gui_html_viewer.
    Works fine.
    But now in need to set the right DOCTYPE for the rendered html page.
    If i add the DOCTYPE definition, my html page is not displayed, instead i get a display of the html-code??
    To break it down to the root:
    How can i add the DOCTYPE definition to a self-rendered html page?
    If i add the DOCTYPE definition as first element of my html table, the html code won't be interpreted.
    If i do not add the DOCTYPE defintion everything works fine.
    I need the DOCTYPE definition so that the browser won't get into quirks mode and interpretes the html tag's right.
    What i've done so far:
    (Dynpro, container, html_viewer)
    Load my JScripts (with load_mime_object)
    Load my CSS (with load_mime_object)
    Load my HTML:
    -- lt_html       TYPE w3htmltab
    ((--  APPEND  '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">'  TO ct_html.)) this line cause my trouble
    -- filled the itab with my html tags <html>....</html> (set right url for Jscript and CSS)
    -- Load my html table and get an URL CALL METHOD gr_labform_html->load_data
    -- Load the url CALL METHOD gr_labform_html->show_url

    I've "solved" my issue with a little workaround.
    I created an empty html page with an existing DOCTYPE def and an tag like <!MYDATA!>
    After that i filled 'l_merge_table TYPE swww_t_merge_table' with my tag and my html_data.
    Loaded the whole thing with CALL METHOD gr_labform_html->load_html_document and now the DOCTYPE is set fully correct!
    But i'm still interessted why i can't set the DOCTYPE directly? Anybody knows?
    Got the idea from: Re: How can I read color from frond-end PC

  • How to display a HTML Page in Webdynpro (without IFrame)?

    Hi everyone,
    maybe this one is really simple. I have a RFC returning the URL to a HTML-Page in the backend.  Which of the standard UI-Elements should I use to display that page in my Webdynpro?
    My first guess was to use the IFrame. However, according to different sources this element is deprecated and buggy. So I'm hesitating.
    Are there any other possibilities? Or is it ok to use IFrame nevertheless?
    Many thanks,
    Xiaopeng
    Message was edited by: Xiaopeng Tan

    hi Ashutosh,
    I took a look at the help document. It states that "_self" is no longer supported. And I should use exit plugs instead and specify the URL there.
    But even that won't serve the purpose. I have other UI-elements (fields, tables) on the same screen where I want the page being embedded next to them as co-component. Using _SELF and clicking on the link would would remove all other components.

  • Dynamically changed view within a IFrame object in HTML page is not visible in UI Automation tree

    Hi, 
    I have a webpage where are are some links in the top of the page. Then there is a IFrame. When the web page is hit, it opens with a default page in the IFrame. Clicking on each link will load a page in the IFrame alone. 
    The UI Automation tree detects the controls in the IFrame when application is opened in a new IE page.
    I tried to navigate to a new page by clicking on a link and iframe was loaded with the  new page.
    Then navigating to the iframe in the UI Automation tree i was just able to see a ControlType.Custom control and not able to navigate beyond further.
    Note: I just work on the client side and don't have access to the server or the application code. 
    Any help would be greatly appreciated.

    Adobe Bugbase: Bug 3823839 Incorrect functionality of embed tag in html loader for adobe air development

  • How to use custom HTML page in flex web application with out using iframe

    Hi all,
              I have to import a custom HTML page (that has got links to another html pages) inside my flex web application and i dont want to use IFrame. Can you please suggest me with best example.
    Please help me out as i'm new to flex.
    Thanks,
    Swetha.

    Hi, there:
    Best thing to do is to start with the default login.html page, and then modify it. The login screen is fairly complex and it's easy to just miss a JS function you need to call. To get to default page, you would need to do one deploy (to simulator or whatever), and then look for login.html page in the temporary Xcode or Android project generated from the deployment. It should be under the "deploy" directory in your JDev workspace.
    You can also see all the framework JS files and CSS files that way as well.
    We have had customers implementing custom login screen so we know it can work, but they all had to start with the default login screen and then modify it.
    Thanks,
    Joe Huang

  • Hindi fonts not rendering in html pages

    Hindi fonts not rendering in when html pages are run except the mangal and devnagri font.
    Is that a bug or a problem which i am not able to tackle.
    Mozilla browser shows error in console that (font download failed or The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range.
    downloadable font: download failed (font-family: "Kruti Dev 010" style:normal weight:normal stretch:normal src index:0): status=2147500037
    source: file:///D:/epub/filename/OEBPS/Fonts/k010.otf @ file:///D:/epub/filename/OEBPS/Styles/style.css).
    Please reply soon.
    Thanks.

    Download and install hindi font from [http://hindi-fonts.com Hindi Fonts] .

  • XML dataset stucks in rendering on html page

    Hi
    When i choose a test.xml file with 'insert - spry dataset', 'datatype xml', the datapreview in the 'set data options' window display the data correctly.
    In the 'choose insert options' i choose 'insert table'. I don't use the setup button there, leaving it to default settings, and click 'done'.
    Seems to be correct.
    In the design window, the columnheaders are displayed, with the fields name between brackets, like below:
    Datum     Inhoud     Link
    {datum}     {inhoud}     {link}
    the values are not visible in designview.
    But in liveview, the page is completely blank.
    I'm not hosting it yet on a testsite. Just trying out how to insert XML data in a HTML file.
    According to the tutotials it should work - but it doesn't...
    the pieces of code in the html that were automatically added:
        <script src="file:///C|/Users/Frank Buurman/AppData/Roaming/Adobe/Dreamweaver CS4/en_US/Configuration/Temp/Assets/eamA7B0.tmp/xpath.js" type="text/javascript"></script>
            <script src="file:///C|/Users/Frank Buurman/AppData/Roaming/Adobe/Dreamweaver CS4/en_US/Configuration/Temp/Assets/eamA7B0.tmp/SpryData.js" type="text/javascript"></script>
                      </p>
                            <div spry:region="ds1">
                              <table>
                                <tr>
                                  <th spry:sort="datum">Datum</th>
                                  <th spry:sort="inhoud">Inhoud</th>
                                  <th spry:sort="link">Link</th>
                                </tr>
                                <tr spry:repeat="ds1">
                                  <td>{datum}</td>
                                  <td>{inhoud}</td>
                                  <td>{link}</td>
                                </tr>
                              </table>
                      </div>
                            <p> </p>
                    </div>
    Could you please help me out ?
    tnx a lot !

    I have no testing server yet.
    The hourglas is in Dreamweaver itself, when rendering the xml sprite - not in a browser.
    Attached is a testing html (with associated css and js files)  in wich i tried to insert the xml.
    When i tried the same on a blank html page (in the same dir), the spry table insertion works fine .
    But not within the contentarea of this index.html.
    Could it be because of the 'accordion.js' ?
    Or the css ?
    I really have no idea...
    tnx
    (ps i've left out the images folder)

  • Rendered html pages in results file(html) not showing the images of origina

    hi,
    rendered html pages in results file(html) not showing the images of original page
    when i click on rendered html pages of different html section of a results file.
    both master and tested as well.
    thx
    pasumarthi

    By design, the report will not show the images, will not apply imported css or javascript files and will not show framesets. Also, in the case that an image is shown there is no guarantee that that was the image that was seen when recording/playback the script.
    The rendered html pages that are shown in the report only contains the structure of the html page. If an image is shown the image will be a reference to the location of the image and not a saved copy of the image as part of the report. If the website has a simple structure this can give an idea of what was different. If the website relies extensively on images, stylesheets or javascript to present the information then this report feature becomes less useful.
    Few weeks ago I requested a feature request in order to be able to see in the report the page exactly as it was when recording the script and exactly as it was when the script was played back. In the way that the feature request was written it specifies the use of screen captures or saving the page as a pdf file.
    Regards,
    Zuriel

  • Table/colum used in html pages in oracle apps

    Hello All,
    If we want to find table name against oracle forms in apps . then we can find it from help -> Diagnostics -> examine .But how we will find table name used against HTML Page in oracle apps?
    Thanks..

    Hi,
    It should be in the "About This Page" link -- See these thread for details.
    RECORD HISTORY (or) WHO COLUMNS in R12???
    RECORD HISTORY (or) WHO COLUMNS in R12???
    An alternative would be opening the page in JDeveloper and viewing the source code.
    Thanks,
    Hussein

  • I am in the process of developing a site, and I'm working with nested iframes. The html page inside the nested iframe is not displying in the iframe window in Firefox only, but is instead opening in a new window. Any advice on how to fix this?

    I am developing a website with nested iframes. The problem that I am having is that the html page inside the nested iframe is not displaying in the iframe window in Firefox only. The first level iframe is behaving properly, but the second level is not. Any help with this would be greatly appreciated.

    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.

  • DPS In-App Folio Browser, Close Using External HTML Page?

    Is it possible to close the in-app Folio Web Browser from an external HTML page and return to the folio?
    Or, does syntax exist for me to place a button in an HTML web page to close the browser, in addition to having the "Back" button at the top of the screen (which is the standard way of closing the browser)?
    The javascript way of closing a window does not work with the Folio Browser:
    <button type="button" onclick="window.open('', '_self', ''); window.close();">Discard</button>
    -matt

    Doesn't look like there was a response to this question. Were you able to find a solution for this?

  • Close In-App Folio Browser From External HTML Page

    Is it possible to close the in-app browser window/overlay from an external html page, accessed from the HTMLResources directory for example?

    Doesn't look like there was a response to this question. Were you able to find a solution for this?

Maybe you are looking for

  • Acrobat 7.0.7 does not install/update Acrobat 9 Pro Extended

    RE: http://forums.adobe.com/thread/911307 The original question was never answered. I have the same problem being an owner of Acrobat 9 Pro Extended. The solution presented only addresses Acrobat X and the E Learning suites. I cannot use Adobe Presen

  • PO TAX Pricing condition related query

    hi, is there any Function Module, BAPI or table for getting data of Purchase Order Tax Pricing condition? I want To know how to retrieve TAX Condition Amounts of PO. Please guide in this issue? I tried function Modules: 1) PRICING   2) CALCULATE_TAX_

  • Bug Report: Linked Contacts Dissapear

    if sim contacts display is switched off, all contacts from local storage or synec from gmail doesn't appear in Phone application if linked with any of the sim contacts: 1. find any contact on your synced gmail contacts account (or perhaps local phone

  • How do i remove repeated titles on pages

    I just downloaded pages from the mac app store. I have 1 problem. It is that i write the title of my doc in the little square at the top, and it repeates itself on every page. how do i stop this?

  • J2EE port 50200 ...

    this is big issue with my installation J2EE dispatcher  has taken port 50200 , any idea how to bring it back to 50000 .. now it just goes to main page localhost:50200 and then does not move to any links.. help happened because there was abap install