Embedded Vs URL

When i choose embedded as isolation, the layout is not preserved. In case of URL, the iview is rendered as iframes, but layout is preserved. Is there any way in which i can preserve the layout and avoid iframes?

Hi Sri,
    The layout is not preserved because one of your iview on the page has javascript which is trying to take over the whole page.
Prakash Singh

Similar Messages

  • Time Machine message - "Backup destination is a local destination, but we found an embedded server URL." Should I worry?

    Hello,
    I just transferred my data with Migration Assistant to a newer, used iMac from my old G5. When Time Machine finished, I saw a strange message about an "embedded server URL" and I'm wondering if I should worry.
    The external drive is a LaCie 2TB hard drive connected via Firewire. My iMac is model 12,2 running the latest Mavericks.
    Here is my Time Machine log with the questionable piece in bold:
    Copied 113.67 GB of 235.39 GB, 1168503 of 1213037 items
    Backup destination is a local destination, but we found an embedded server URL.
    Copied 1140104 items (228.3 GB) from volume Macintosh HD. Linked 80321.
    Will copy (424.6 MB) from Macintosh HD
    Found 7210 files (444.3 MB) needing backup
    2.17 GB required (including padding), 23.5 GB available
    Copied 6747 items (444.5 MB) from volume Macintosh HD. Linked 7453.
    Created new backup: 2014-09-24-233352
    Copying OS X Recovery set
    Backup completed successfully.
    Thanks for any advice,
    Zeus

    Firewire can handle networking.. I wonder if you are or have in the past networked the LaCie.. maybe even shared it over the network??
    I do not think the message is particularly problematic.. Since firewire is still not directly connected to a network.. and unless you share it, is still just a local drive.. sometimes TM comes up the strangest issues.. particularly since Mavericks.

  • LMS Dashboard - Embedded vs URL

    Greetings!
    I am able to add URL Dashboards - however I would like to Embed and not navigate away from my LMS. I have 2 URLs I would like to embedd - however when I embed them they appear to use the short URL.
    Meaning if I use EMBEDDED type the link takes me to https://<ciscoworksserver>/cwportal/group/lms and not my external URL
    If I use URL type the link works but navigates my browser away from Ciscoworks
    Do I need to put a shortcut inside the group/lms folder for embedded type to work? I would really like my MRTG and Whats Up URLs to be embedded inside my Ciscoworks vs having to navigate away.
    (It would be nice for URL type if the link used target="_blank" and spawned a new tab / session instead of taking me out of LMS)
    Thanks!

    I'm saying add a new IFrame portlet to one of your dashboards, and in the configuration for the IFrame, put the link to your MRTG graph.  You can embed multiple IFrames in a dashboard.  The advantage of this is that the MRTG graphs can appear directly in the LMS dashboard.  No additional clicks would be necessary.  The IFrame portlet can be found under the Miscellaneous portlet list when you click the "Add Portlet" button.  See this example.

  • Print BW report embedded via URL Iview

    Hi,
    We have a VC application which contains a BI report. In the VC we created a "Print" button which should print the entire contents of the VC Application. Unfortunately it seems this print is not compatible with the URL Iview since it ignores the content of the BI report.
    Is this normal ? Is there a workaround available in VC to print a BI Web application via the VC ?
    thanks

    Please let us know if there are any updates on this. I am also facing the same issue where I have a WAD report ( html link) in the VC model along with other reports in VC. The Print screen just prints the VC part and the WAD part comes as blank.
    Regards,
    Nidhi

  • Need some help embedding a url into a swf file

    Hi all
    Thanks to help I have received here, I am almost done with my add banner. I need the banner to link to a url.
    The entire banner needs to be a clickable link for  the duration of the animation. So anyone can click on the banner at any point during the animation, and be brought to my site. I tried putting a frame at the end with getURL("http://www.mybsite", "_blank"); but that doesnt work. When I do that, the banner is not a clickable link, but the site opens automatically  after the animation has played. Cant have that. So after doing some research, the apparent correct way to do this is by making a button, but I do that and the button obsures everything else.
    Any ideas on what I should do?
    Thanks in advance.

    if nothing else is clickable, attached to your main timeline:
    this.onRelease=function(){
    getURL(whatever,"_blank");

  • Embedding a document in BI Publisher template

    I have created a BIP template and I have a requirement to include attachments in the template. These attachments (PDF format) are located in a different server and are supplied as URLs. So basically I need to display the documents embeded from URL into the BI Publisher report. I have managed to get it to work with Images (jpg, gif, png) by inserting a dummy image in the report and including this line of code in the Alt Text: url:{'http://www.test.com/photo1.jpg'}. However this method does not work with documents.
    I tried the following methods but they only work with images. They don't work with documents, i.e. pdf, doc, txt, etc:
    Method 1:
    <fo:external-graphic src="url('http://www.test.jsp?id=121342')"/>
    Method 2:
    <fo:instream-foreign-object content-type="application/pdf">
    <xsl:value-of select="http://www.test.jsp?id=121342"/>
    </fo:instream-foreign-object>
    I read something online about another method <fox:external-document content-type="pdf" src="url('http://www.test.jsp?id=121342')"/>. But I am not sure how to set this up in BI Publisher, because when I tried to use this method, BI Publisher was throwing an error saying forx:external-document not recognised.
    Does anyone know if there is a way of embeding documents read from URL in BI Publisher report?
    Many thanks,
    Agron

    Insert a table with 3 columns and 2 rows..
    split the (2,2) cell into 3 rows and (2,3) cell into 3 rows..
    table cell (1,1)<?horizontal-break-table:1?>
    (1,2)Sales
    (1,3)<?for-each-group@column:SALE;./YEAR?><?YEAR?><?end for-each-group?>
    (2,1)<?for-each-group:SALE;./REGION?><?variable@incontext:G1;current-group()?><?REGION?>
    (2,2) 1st row Software
            2nd row Hardware
            3rd row Services
    (2,3) 1st row<?for-each-group@cell://SALE;./YEAR?><?sum ($G1[(./YEAR=current()/YEAR)]/SOFTWARE)?><?end for-each-group?>
    2st row<?for-each-group@cell://SALE;./YEAR?><?sum ($G1[(./YEAR=current()/YEAR)]/HARDWARE)?><?end for-each-group?>
    3rd row<?for-each-group@cell://SALE;./YEAR?><?sum ($G1[(./YEAR=current()/YEAR)]/SERVICES)?><?end for-each-group?><?end for-each-group?>the xml file I used was mentioned in tim's blog in the previous reply of mine...I tried it and I got the desired o/p..
    Edited by: user10280715 on Apr 8, 2009 8:58 AM

  • Creating URLs that open a new tab or browser window?

    Hello out there...
    I am creating some podcasts via Garage Band and iWeb for my grade 9 class. I have embedded some URLs in the podcast however when one 'clicks' the links the iWeb page is closed and the user is taken to the new page.
    I would like the iWeb page with the podcast to remain open and a new page or tab open up to display the link.
    Is it possible to do this?
    Thanks,
    B!

    Hi,
         Similar question has been asked in the forum, hope it will help:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/9db08c4a-b53c-419a-84f8-001c194d1311/how-to-open-sharepoint-document-library-pdf-file-in-new-window?forum=sharepointadminlegacy
    Take a look to the articles given in below link too.
    http://office.microsoft.com/en-in/sharepoint-server-help/change-how-to-open-a-document-in-a-library-with-one-click-HA101729873.aspx
    http://www.benramey.com/2011/04/25/opening-all-sharepoint-2010-documents-in-a-new-window/
    Regards,
    MS

  • 2 Similar URL iViews on Home Page

    We have 2 URL iViews on the home page of the EP that call an external Java Based Application. Both these iViews call the same URL but with different parameters. Sometimes when the home page is loaded for the first time both these iViews have the same data. This problem goes away as soon as the EP is refreshed by clicking on the refresh button of the Internet Explorer.
    Does any one has any idea or has encountered the similar problem.
    Thanks
    Amit

    Maybe try to change the cache settings for the iViews and/or the page they are on. Also see if changing the iViews load method (embedded or URL) makes any difference.
    Hope that helps,
    Simon

  • Embedding Tamil font

    Hi,
    I want to embed Tamil Font in my webpage.How can I ? Please help me....
    Thanks in advance.

    First you have to upload your Tamil fonts to your server and then use some code like this:
    <style type="text/css" >
      @font-face {
      font-family: 'tamil-font-whatever';
      src: url('tamil-font-webfont.eot');
      src: url('tamil-font-webfont.eot?#iefix') format('embedded-opentype'),
      url('tamil-font-webfont.woff') format('woff'),
      url('tamil-font-webfont.ttf') format('truetype'),
      url('tamil-font-webfont.svg#tamil-font-whatever') format('svg');
      font-weight: normal;
      font-style: normal;
    body { font-family: "tamil-font", serif; }
      </style>
    You can search for @ font-face and @ font-face generator and you will get some ideas.
    Good luck.

  • URL iView Issue

    Hello All,
    I created a URL iView and I can preview it successfully. However, upon embedding the URL iView in a page and previewing the page, I get a blank container/iView. Any ideas on why this happens and how it can be fixed?
    Regards,
    Motaz

    Dear Motaz,
    Are you seeing any javascript error at the left bottom corner while accessing this URL iview during runtime?
    If the portal host and the ivew has different domains, then
    this contravenes the javascript same origin policy:
    http://en.wikipedia.org/wiki/Same_origin_policy
    You can Relax the domain also in the called application (you can use
    javascript code like provided in Note 764773 ' iView Automatic Height
    feature limitations' to do that). But note that if the javascript code
    does other manipulations on the portal parent, you might get unexpected
    effects, like the portal framework being replaced by the application
    content.
    Please also refer the Note 632440 'Domain barrier in the browser of the SAP Enterprise Portal
    Regards,
    Sowmya K

  • How do I embed a url in a Quicktime file

    I am having trouble embedding a url in a Quicktimne movie file. I understood this would be possible if I used Quicktime 7 and added Quicktime 7 Pro, but I'm not having any luck with instructions. Can you point me to a set of instructions that would tell me how to do this For what it's worth, my operating system is 10.7.4. Thank you.

    I should mention also that I looked through the Quicktime 7 User Manual provided online by Apple, and couldn't find any reference to embedding a url in a movie file. But people talk online about being able to do it, so I'm assuming there's a way?

  • Embed Portal URL iView in a webdynrpo View

    Hello Everyone,
    Could anyone help me in embedding an URL iView in to a Webdynrpo View? Thanks.
    Regards,
    Gopal.

    Hi Thomas,
    Thanks a lot for your reply. My exact requirement is to integrate Sharepoint in to one of the tabs of a tabstrip of our cProjects application. So we were thinking of creating a URL iview and then embedding it in to a custom tab. I know we can create an IFrame and call the URL, but calling an URL in IFRAME will not give us a option of making both sharepoint and portal look same! So, is there any other way of embedding the sharepoint in to the tab? I hope this explans my requirement. Please do let me know if you require any further clarification of my requirement. Thanks.
    Regards,
    Gopal.

  • Adding A URL PARAMETER TO AJAX

    Please i'm wondering if anyone could help me embedding a url parameter to an ajax linkk. here's my code
    $('#read').load('sources/news_read.asp?news_id=<%=news_id%>');
    the problem is i can't create a recordset on html page and dats creating the problem

    And Spry version where the URL is myfile.html?file=employees
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/xpath.js"></script>
    <script src="SpryAssets/SpryData.js"></script>
    <script src="SpryAssets/SpryURLUtils.js"></script>
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet">
    <script type="text/javascript">
    var params = Spry.Utils.getLocationParamsAsObject();
    var ds1 = new Spry.Data.XMLDataSet(params.file+".xml", "employees/employee");
    </script>
    <body>
    <div class="MasterDetail">
      <div spry:region="ds1" class="MasterContainer">
        <div class="MasterColumn" spry:repeat="ds1" spry:setrow="ds1" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected">{firstname}<br />
        {lastname}</div>
      </div>
      <div spry:detailregion="ds1" class="DetailContainer">
        <div class="DetailColumn">{firstname}</div>
        <div class="DetailColumn">{lastname}</div>
        <div class="DetailColumn">{joinDate}</div>
      </div>
      <br style="clear:both" />
    </div>
    </body>
    </html>
    The URL parameters can be adjusted to suit.
    Gramps

  • IISPROXY or IIS truncate long URL's

    The following URL responds with the page cannot be found(create web shop user) in EP6 NW04 SP12 on Web AS 6.40 SP12 with CRM Java Web Apps for Internet Sales SP8 when it is passed via IIS+IISPROXY as the intermediary.
    http://www.customer.com:8080/irj/servlet/prt/portal/prtpos/pcd!253aportal!255fcontent!252fcom!252eao!252ebrother!252fcom!252eao!252edesktop!252fdealer!255fdesktop!252fframeworkPages!252fframeworkpage!252fcom!252esap!252eportal!252einnerpage!7b!3b1!7d.com!252esap!252eportal!252edetailedNavigationTree!7bHideMode!7d_com!252esap!252eportal!252edynamicNavigationArea!7bHideMode!7d_com!252esap!252eportal!252etargetsiView!7bHideMode!7d_com!252esap!252eportal!252etargetsiView!255f!7bHideMode!7d-/prttarget/com!252eao!252ebrother_internal_user_registration.content/prteventname/HtmlbEvent/prtroot/pcd!3aportal_content!2fcom.ao.brother!2fcom.ao.desktop!2fdealer_desktop!2fframeworkPages!2fframeworkpage!2fcom.sap.portal.innerpage
    A trace shows a POST with result 400.
    Replacing :8080 with the direct port of the portal (:50000) results in the correct page being displayed.
    IIS and or IISPROXY are affecting the URL.
    Note 734462 has already been implemented to increase the size of url segments to 65535 and the server rebooted.
    Looking at the iisproxy.log file, there is no activity during the failed attempt that leads me to think IIS (6.0) is the culprit.
    Great clues gratefully rewarded !

    Raul,
    in the first place see SAP Note 734462.
    In our case this is caused because the generated URL 'double encoded' and is rejected by IIS (it suspects it is being hacked) before it even hits IISPROXY or the J2EE. The web server in J2EE does not care about the syntax of the URL whereas IIS does. SAP are investigating this problem internally and have identified the offending code deep in the portal runtime engine but have not published the fix (it will probably arrive in a future SP)  - however, there may be a work around (worked for us) that you might use. We had to change the isolation method of the iView from embedded to URL.
    We were also advised by SAP to downgrade our IISPROXY version, we are now using version 1.6.
    And a word from SAP -->
    "Finally, please note: as current SAP recommendations, it is advised to use IisProxy only in case of NTLM authentication. If you do not use
    NTLM you should replace the IisProxy with the WebDispatcher, which is
    the successor. Check the note 886214 for details."
    Or as I have done in some cases, switch to Apache 2.0.55 instead of IIS (unless you need NTLM integrated authentication).

  • Embedding web dynpro into intranet

    Hi
    We are currently using a WDA embedded as an iView in the xRPM portal.  How can we achieve the embedding in intranet?
    Thanks
    Pushpraj

    Difficult to say without knowing anything about the capabilities of your Intranet site.  At its most basic form, each WDA application does have a URL and can be ran via that URL.  You could always try embedding that URL via an iFrame in another application.  However SAP doesn't necessarily support that scenario.  Depending upon what technology is used in the surrounding frame, you might get rendering issues.  Of course you won't have access to any of the Portal APIs or features either.

Maybe you are looking for

  • Draw string in center

    Hi, I would like to draw a string into center of my own Lable component. How can I know what position of x , y ? I'm using g.drawString(mytext, x , y ); in paintComponent() method.

  • Calibrating external monitor from macbook pro

    Hello, I just bought a new Samsung t240 24" display for a late 08 macbook pro. Its connected from mini display to dvi. However the colors look really different from what they look on my macbook pro display. The samsung looks very sharp and bright, ho

  • IChat will not let me use Return/Enter key to send IM.  Just makes sound?

    OS 10.5.2. iChar launches fine. I double click name I want to send IM to. Type a message, then hit Return to send the message. It will not send. I here system sound when I use Return or Enter key on 2nd or 3rd attempts. 1st attempt, no sound. So, I c

  • Migration Issues--Stored Procedure

    Hi, After migrating sql server procedures into oracle using SQL DEVELOPER tool, I observed following things. In sql server procedure was having follo. syntax at the end to denote its completion select "ENDED dbo.s_p_fund_aff_ins_pers_seq_no : " , get

  • Outlook 2010 and Authentication to Domain Controllers

    I apologize for what is probably a dumb question, but not being an Exchange Administrator and having received some conflicting information, what I want to know is if there is any requirement that the client be able to authenticate to a domain control