Locked Iframe

Hi
I made a html file with iframe in DreamWeaver. when I open it in Edge animation, iframe layer is locked and can´t be moved to the top of the other content in timeline. Is there a way to unlock the iframe layer afterward?

Hi Henry,
WebDynpro runtime really expects that it has full control of the user interface. I suspect that even if you got this working it would become a maintenace nightmare as subsequent patches and upgrades changed the behaviour.
If you want an application that you can tailor to match your corporate design then I think BSP would be a better solution than WDA.
Cheers
Graham

Similar Messages

  • Iframe sandbox is not supporting allow-popups in FF version 29.0.1

    my FF version is 29.0.1. I am trying to open a website that have popups in IFRAME. Poup bliker is off and site is working properly when open directly in browse but not when open IFRAME. My I frame tag is formated as given below
    <iframe src="url"
    seamless sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-pointer-lock "></iframe>
    Regatds,
    Mahesh Gothi

    my FF version is 29.0.1. I am trying to open a website that have popups in IFRAME. Poup bliker is off and site is working properly when open directly in browse but not when open IFRAME. My I frame tag is formated as given below
    <iframe src="url"
    seamless sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-pointer-lock "></iframe>
    Regatds,
    Mahesh Gothi

  • PDF locking when displaying it in iFrame in browser

    Hi guys,
    I have a webpage written in ASP.NET which displays a PDF in the browser using an iFrame. Relevant ASPX code is below:
    <iframe id="ifrmPDF" src='<%=sFile %>'></iframe>
    Where the variable sFile is the path to the PDF that I am displaying.
    But for some reason displaying the PDF in this way is having the effect of locking the file so it cannot be updated on the server while somebody is viewing it. I was under the impression that when you view a PDF in a browser a copy was downloaded to the local machine and it was that which was being viewed but this doesn't appear to be the case.
    Can anyone tell me of another way to display a PDF in a browser which will allow the file to be overwritten in the background?
    Any help would be greatly appreciated and if you need anymore info then please let me know.
    Thanks,
    Al

    Hi,
    have a look at following message
    This UI element is too broken to be really useful and cannot be fixed.
    For integration of non-Web Dynpro applications, please use the Enterprise Portal instead.For embedding (help) texts and the like, please use the appropriate mechanisms, e.g. TextView, FormattedTextView, Explanation etc.
    Portal layouts are way to presenting your iviews in portals.
    Ashu

  • JSP iframe src = 'a file that is created by another JSP'  Error

    I have a JSP file that has an iframe into which, I want to load a .pdf file.
    Firstly, the iframe should contain nothing(and it does so), and when I press a button, another JSP is called, which creates a .pdf file and puts it in the WEB directory of the Application. After creating the .pdf, this JSP calls the first JSP, that now is supposed to load into the iframe the created .pdf.
    The .pdf is created corectly, but I believe that a synchronization is needed, so that the first JSP should not load the .pdf until the second doesn't finish writing it.
    I tried with delaying, but no success.And then I tried with synchronized(page){ }, but there are many possibilities instead of "page", and I came to no success.
    Here are my two JSPs:
    <%--
    Document : user
    Created on : 06.05.2008, 13:27:06
    Author : razvanb
    --%>
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>UserAbruf</title>
    <script type="text/javascript" language="JavaScript" src="jsscript.js">
    </script>
    </head>
    <style type="text/css">
    body {background-color : white}
    </style>
    <body>
    <%response.setHeader("Cache-Control", "must-revalidate, no-cache");
    response.setHeader("Expires", "0"); %>
    <div style="position:absolute;top:0px;left:0px;width:150px;height:100%" id = "userDiv">
    <form name="userForm" action="userForm" method="post">
    <br>
    <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td>
    <img src="sign.gif" alt="LOGO" style="position:relative;left:20%"/>
    </td>
    </tr>
    <tr>
    <td>
    <input type="button" value="Neuer Abruf" style="position:relative;top:20px;left:30%" onclick="gotopage('NeuAbrufS.jsp')">
    <br>
    <br>
    <input type="button" value="Abruf bearbeiten" style="position:relative;top:20px;left:30%">
    </td>
    </tr>
    </table>
    </form>
    </div>
    <%
    if(session.getAttribute("isource") == null){
    System.out.println("before pressing");%>
    <div style="position:absolute;top:0px;left:200px;width:100%;height:100%" id = "userFrameDiv">
    <h1 style="position:relative;left:7%;font-family:verdana"> Mobilit�tsabruf-Managementsystem </h1>
    <iframe width="850" height="590" id="frame1" name="frame1" ></iframe>
    </div>
    <% }
    if(session.getAttribute("isource") != null) {
    System.out.println("after pressing:"+ (String)session.getAttribute("isource"));%>
    <div style="position:absolute;top:0px;left:200px;width:100%;height:100%" id = "userFrameDiv">
    <h1 style="position:relative;left:7%;font-family:verdana"> Mobilit�tsabruf-Managementsystem </h1>
    <iframe src = <%=(String)session.getAttribute("isource")%> width="850" height="590" id="frame1" name="frame1" ></iframe>
    </div>
    <%session.setAttribute("isource", null);
    }%>
    </body>
    </html>
    <%-- <%=(String)session.getAttribute("isource")%> --%>
    <%-- Abruf 38 LwA.pdf --%>
    <%--
    Document : NeuAbrufS
    Created on : 08.05.2008, 13:45:02
    Author : razvanb
    --%>
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Abruf</title>
    </head>
    <body>
    <%-- start web service invocation --%><hr/>
    <%
    try {
    localPackage.UserWsdlService service = new localPackage.UserWsdlService();
         localPackage.UserWsdlPortType port = service.getUserWsdlPort();
         // TODO initialize WS operation arguments here
         localPackage.UserAccount input = new localPackage.UserAccount();
    input.setUsername((String)session.getAttribute("username"));
    input.setPassword((String)session.getAttribute("password"));
    System.out.println(input.getUsername() + ", " + input.getPassword());
         // TODO process result here
         boolean result = port.createNewPdf(input);
    } catch (Exception ex) {
         // TODO handle custom exceptions here
    java.util.Random random = new java.util.Random();
    int randomNr = random.nextInt();
    session.setAttribute("isource", "Abruf 38 LwA.pdf?rubbish="+ randomNr);
    request.getRequestDispatcher("user.jsp").forward(request, response);
    %>
    <%-- end web service invocation --%><hr/>
    <%-- <jsp:forward page="user.jsp"></jsp:forward> --%>
    </html>

    Hi Alha,
    when that file is locked by the other program you can't do anything about that - apart from quitting that other program. Probably this isn't an option to you…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • 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.

  • IFrame - Dynpro - Unlocking R/3 resources

    We have developed generic step-by-step wizard with some steps screen.
    Each step represent IView with IFrame to dynpro application, which is got by
    WDURLGenerator.getApplicationURL( WDDeployableObject.getDeployableObjectPart(...))
    These steps could not be located by using View Container as they should be flexible configured.
    The problem is that: Internal Dynpro application doesn't call its wdDoExit methods, and used resources remained locked in case unexpected exit, e.g. from this portal page.
    Can we forcedly close dynpro application located in IFrame?
    Could somebody please help me?
    Any assistance will be appreciated.

    Hi Maxim,
    If you want to unlock the locked resources on close of the browser window, then you have two options.
    1. Write the method in the wdDoExit() of the view and select the lifespan under View>ViewProperties as when_visible.
    2. Write the method in the wdDoExit() of the Component Controller which will be called anyway when the Web Dynpro Component is destroyed.
    Regards,
    Tushar Sinha

  • When creating iframes for htm pages, I pdfs work just fine in all versions of Firefox. However, when I construct an iframe for an htm to be displayed on an htm

    ''duplicate of https://support.mozilla.org/en-US/questions/973637 - locking''
    When creating iframes for htm pages, I pdfs work just fine in all versions of Firefox. However, when I construct an iframe for an htm to be displayed on an htm, Firefox 24 will not load the htm/iframe.

    Hello,
    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

  • AIR for Android - StageWebView and Video (YouTube iFrame)

    Hey all,
    I've been converting an iOS tablet app over to Android and I've noticed the StageWebView has some curious limitations, especially with anything that accessed the GPU (video, etc).
    At first the embedded YouTube (iframe) videos would just show the first frame of the video dutifully with the usual play button. When pressed, the video went black and all I heard was audio. The reason I even mention this is it took quite a while to locate this Adobe page with a section entitled "Enabling Flash Player and other plug-ins in a StageWebView object". So I added in the application tag to enable the plugins with acceleration (<application android:hardwareAccelerated="true"/>) and now I can see video.
    The erratic thing is on ICS (Android 4.0.x) the video plays in the StageWebView but it horizontally closes to about 20% its normal width. The video player doesn't scale to 20% width, the iframe is just somehow collapsing to that narrow width removing the ability to see 80% of the video or use the controls (e.g. no fullscreen button visible).
    When tested on Jelly Bean (4.1.x) the video does not pinch horizontally, it (amusingly) plays horizontally backwards (mirrored) and upside down.
    Previously with hardwareAccelerated="true" missing I could press play and then toggle fullscreen and the video would work fine. After adding hardwareAccelerated="true" I can no longer use fullscreen, it crashes the devices after locking up.
    I also tried appending ?html5=1 to the YouTube videos to force GoogleAPI to choose a HTML5 player. This didn't do anything.
    Has anyone found the sacred tome of knowledge required to get an embedded YouTube video to play in a StageWebView iframe?

    Hi Sinuous.  Thanks for all your good help so far.
    I decided to go the ANE route.  I found an example ANE that plays videos, to follow, and I am getting on famously so far.  I can send a message from Javascript (in the SWV) to Flex (using the location trick), and from there I instruct the ANE to show and play the video, which appears on top of the SWV.  Huzzah.   I have two questions for you (or others listening).
    1.  My build has one platform:   <platform name="Android-ARM">
          Do I need another for Intel, or other architectures that Andriod supports?
    2.  My video appears full-screen.  How can I control the size and position of the video?  I've tried a couple
         of things that don't seem to work.  The code resembles this:
    //get the root container
              ViewGroup rootContainer = (ViewGroup)((ViewGroup)getActivity().findViewById(android.R.id.content)).getChildAt(0);
    //make a VideoView
              VideoView videoView = new VideoView(getActivity());
              videoView.setZOrderOnTop(true);
              videoView.setMediaController(new MediaController(getActivity()));
    //make a video container and add the video view
              ViewGroup videoContainer = new FrameLayout(getActivity());
              videoContainer(videoView, new FrameLayout.LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT));
    //add the video container to the root container
              rootContainer.addView (videoContainer, new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT, Gravity.CENTER));
    //set the video URL and start it
              videoView.setVideoURI(Uri.parse(url));
              videoView..start();

  • Locked text files and iweb

    Ok still having issues with this.
    My needs are:
    1) Having articles able to be read, downloaded, and printed by readers
    2) Having the above articles not able to be easily edited.
    I've been using iframes and a locked PDF(no copy or paste) but discovered the latest Google Chrome is unable to display pages with iframes.
    Tried Google reader in the iframe but that requires the reader to be logged into a google account.(Not good).
    Anyone have any ideas on other solutions?

    Fastman wrote:
    Anyone have any ideas on other solutions?
    If you don't mind hyperlinking to your PDFs, then posting them on Posterous may be a solution — here's an example of how Posterous automatically displays PDFs in a convenient viewer:
    http://dont-panic.posterous.com/pdf-document-example
    ...When I downloaded the PDF there, I didn't see an obvious way to edit it via Mac's Preview app.

  • ITS Session produces lock entry in SM12

    Hi
    I'm new to the ITS technology.
    I have to integrate a Dynpro into a WebDynpro.
    Me was told to use the Iframe component in WebDynpro to integrate the "normal" Dynpro via ITS.
    In a prototyp I have a WD-View, let's call it View1, where I can press a button to navigate to a second view (view2) where my Iframe is included. The Transaction is called automatically.
    That works fine so far. The dynpro is visible in the webdynpro.
    Now to my problem.
    If I navigate back with the WD-Navigation button to the view1 and then with my button to the view2 again, the Transaction (that is called autom.) says that the data is already locked by me.
    I assume that the first session is not closed with using the webdynpro button.
    (A lock entry is listed in SM12)
    How can I tell the ITS-Server explizit to end the session?
    Thanks for your help!
    regards, Tom

    Hello Tom,
    what type of ITS service are you calling? It sounds as it isn't a SAP GUI for HTML (~webgui=1) service. What does the service looks like? Which ITS parameters are defined?
    I wonder why the ITS service does not use the Distributed Session Management provided by many of the SAP clients. However, SAP GUI for HTML brings its own client session management with it. Though it is not supported by SAP, the parameter ~disconnectonclose (that is responsible for that client session management of the SAP GUI for HTML) also can be turned on for so called EWT or IAC services of the ITS. You can find more information in note 689291. Please attend to the notes!
    With best regards,
      TJ

  • Html file in my root folder locked...

    As always, I appreciate the experts on here.
    I have a file in my root site named calendar.html.  I changed an iframe tag and tried to save the file and I recieved an error window telling me Access to the file was denied.  Then I noticed a little lock on the file.
    I have no idea what I did or how to undo it.
    Please help.  Thank you so much.
    Rich

    Sounds like the bug that I have encountered using DW CS4... and no-one seems to have an answer for it  :-(
    If it's the same problem, you'll find that that locked file will disappear once you close and down and reopen DW.
    My work around, and can lead to frustration, is as soon as you see that error message, resave the file under another name, because as I said, that file will disappear never to return and you end up having to recreate it.
    I've tried working so that I dont view the page in a browser until I've saved the file, I've viewed the file with the browser open, but there is no method to this bug, it can happen at any time  :-(
    This is the message I posted about 2 months ago - see if it's the same problem:
    http://forums.adobe.com/thread/437359

  • Using mouse to position iframes, flash components?

    I am new to website designing and I used to use Frontpage...
    In front page I used to be able to create a blank Iframe and drag a
    flash component into that Iframe and then drag and drop it
    (position it) wherever I'd like.
    In dreamweaver I can't drag and drop. It seems as if it is
    locked in position for some reason. Is there a way where I can just
    absolutely position the flash component wherever I'd like by
    dragging and dropping it with the mouse? Any help would be
    appreciated it.

    If you are coming into DW from FP you need to know this:
    without learning
    some HTML and CSS, DW will be a very tough experience for
    you. And
    definitely know that DW is not designed to be freindly to the
    drag and drop
    crowd. Are you sure it's the right application for you?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "alee12321" <[email protected]> wrote in
    message
    news:gddt0m$4fj$[email protected]..
    >I am new to website designing and I used to use
    Frontpage... In front page
    >I
    > used to be able to create a blank Iframe and drag a
    flash component into
    > that
    > Iframe and then drag and drop it (position it) wherever
    I'd like.
    >
    > In dreamweaver I can't drag and drop. It seems as if it
    is locked in
    > position
    > for some reason. Is there a way where I can just
    absolutely position the
    > flash
    > component wherever I'd like by dragging and dropping it
    with the mouse?
    > Any
    > help would be appreciated it.
    >

  • Iframe in BSP

    Hi,
    Hope someone faced this issue. We are using CRM4.0. MY requirement is:
    I need to have a tableview freezing 2 columns and rest to view data by using scroll bars. So to implement a tableview with freezing columns with scroll bars i planned to make my tableview into 2 parts.
    In main.htm:--
    <table> <tr><td>
    1) part 1  tableview with 2 columns--> header details which has to be freezed
    </td>
    <td>
    2) part2 -> using an iframe and having the tableview with other column details from the same table (DB).
    </td>
    </table>
    Now i have 2 issues which am not able to solve:
    1) when page is loading i get part-1 tableview to be seen instantly but part-2 with iframe takes some time to load. i can understand this is inline execution and takes some time. But is there a best way to do it.
    2) any event on part1 or part2 should trigger both the tableviews. for example: i filtered a column in part-2 tableview, i should get the same corresponding rows in tableview of part1. How to go about with this?
    Hope i was clear...any help would be appreciated.
    Thanks,
    Shailaja

    Hi,
    Its going to be difficult managing the sync between two tableview , one in the main page and the other in the iframe.
    instead you can try doing something like the example mentioned in this link.
    http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html
    Regards
    Raja

  • IPhone 3G with IFrames

    From what I have read, in order to scroll through webpages using the iPhone's Safari web browser, you typically use one finger. When deadling with frames that require scrolling, using TWO fingers will allow that. However, does this also apply with iFrames? I have been trying to get this to work with a website we have created which is mainly iframes throughout. Using two fingers, I can get it to budge slightly up and down, but there is a quite a bit of page left in the frame to be viewed, but using the two finger technique, I cannot reach it. Is this a Safari issue or a coding issue pagewise? I tried this using first generation iPhone as well as the new 3G. Any ideas?

    No.
    I'm already with AT&T. Apparently I'm not 'upgrade eligible' (which isn't clear at all from AT&Ts web-site, but that's another story...). This means that I can pay full price for a 16GB iPhone ($500) and I have to sign a new two-year contract. Ridiculous.
    Give me a $500 iPhone and no contract and not locked to AT&T or give me the subsidized price and I'll sign the contract.
    Check out their checklist which barely makes this convoluted pricing mess understandable:
    http://www.wireless.att.com/cell-phone-service/specials/en/iReady_checklist.pdf

  • IFrames remain active. How do I close these ?

    Hi,
    I am using an IFrame (in its own view)  to call a standard sap transaction (url). This Iframe is in a VDU so that i have the navigation appearing on the left hand side. I am using this as opposed to 'call window' as it looks neater rather than having the standard sap transaction (url) appearing in a new window.
    All works fine but i have one major issue. When the user navigates away from the Iframe the session does not close. In sm04, the sessions are still active. So for example, change a particular sales order will remain locked.
    I guess the solution would be to Close or destroy the Iframes when they navigate from them.
    If this is the solution, how can i achieve this ?

    Ok..i managed to pick the brains of a fellow consultant so he was able to give me the solution.
    Firstly , I created an IView Transaction ( Setting SAP Gui Windows and not SAP Gui HTML )
    I then set the URL to this new URL link and embedded that in my IFrame.
    Now when the user navigates away from the IFrame, the session disappears and is no longer in SM04.

Maybe you are looking for

  • Questions about System Requirements for Adobe Air programs

         Earlier today I asked someone who runs Tweetdeck if they knew what the system requirements were for running Tweetdeck on my desktop (Windows) they gave me a link here: http://www.adobe.com/products/air/systemreqs/ and I found this: Windows 2.33G

  • Setting up an external hard drive

    I've searched for a solution to my issue and I've been trolling for awhile but have not been able to find a straight answer. I just purchased a G-Tech 2 TB external hard drive. It has FW-800 connections but my PowerPC iMac G5 is giving me the dreaded

  • Error in logical port while connecting to SAP CRM cloud

    Dear Members, I have created a logical port manually to connect to SAP CRM cloud system. But when I ping the web service I am getting below error. Please let me know how to solve this error. SRT Framework exception: Service Ping ERROR: Error when cal

  • Error in code....

    hello friends.... i was implementing this code given in my book.... but its showing two errors.... 1)*cannot find symbol- variable get* this is in method acton & handleEvent 2)*double cannot be dereferenced* in addRecord method in line dout.writeDoub

  • Auto-complete on email?

    auto-fill doesn't work when inserting addresses from my yahoo account so i need to switch email providers. what online server is best to use and allows you to use auto-fill/auto-complete? gmail doesn't allow this feature with safari either. thank you