IPad displays 40px padding around content in task flow popup window

I am using JDeveloper 11.1.1.7.0.
When I try to run taskflow as dialog (inline popup window) IPad renders 40px padding around the window. So the content at right side is cut-off by that 40px.
In other devices (Desktop browsers, Android browsers, ...) it is rendering as expected.
In IPad it generating html as follows:
<div id="j_id36" class="xpm " style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px;overflow:auto;padding:40px;">
     <iframe id="j_id36::f" title="Content" onload="AdfDhtmlInlineFramePeer.__iframeLoadHandler(event)" frameborder="0" style="position: absolute; width: 100%; height: 100%;" _adfloaded="1" src="<context-path>?_adf.ctrl-state=xeism3nhm_46&amp;_rtrnId=1375337713633&amp;__ADFvDlg__=true">
         <"content goes here......">
     </iframe>
</div>
In the above html, style colored with red are the additional properties added while rendering in IPad. In other devices these properties are not generating.
I found the below thread while searching, but it is not answered.
https://forums.oracle.com/thread/2407520
Is there any workaround for this ? or is it tracking as a bug ?
Thanks,
Gopal.

Hi,
Are any workarounds for this? Is there currently a available patch to fix this problem?
if nobody dares reproducing this and filing it as a bug then a fix can take a while. I'll put it on a list of my follow ups, but this is not a high priority list. So if you can I appreciate if you can file the bug and provide a testcase. Note that 11.1.2 (11g R2) is not yet optimized for tablet PCs. So JDeveloper 11g R1 (11.1.1.6) is the build that should be used as a reference for filing the bug
Frank

Similar Messages

  • BUG: iPad displays 1cm border around content in task flow popup window

    I have tried this out on JDeveloper 11.1.1.6.0, 11.1.2.1.0 and 11.1.2.2.0 and each one seems to have the same problem. When displaying a taskflow in-line popup windows on an iPad (iOS 4.3.5 and iOS 5.1) a ~1cm border is displayed on the left, bottom and top of the window's content, with some of the content (also about 1cm) on the right being cut-off.
    I have also tried my app out on a Android Samsung Galaxy Tab (built-in browser), Android Samsung S1 (built-in) and on my Windows 7 PC in Safari and Firefox. None of these devices/browsers have this problem.
    To replicate this problem the following steps can be followed.
    1) Create a normal fusion web application.
    2) Add a wild card control flow rule to the default unbounded task flow.
    3) Add a new bounded task flow to the unbounded task flow.
    4) Set the bounded task flow 'Run as Dialog' to 'true' and 'Display type' to 'inline popup'.
    5) Link the wild card control flow to the bounded task flow.
    6) Add a single jsf page to the bounded task flow.
    7) Add a panel box to the jsf page (or any other content for that matter)
    8) Create a test page and add a button to it. Set up the button's action properties such that it opens the bounded task flow as a window ('UseWindow' - 'true'; 'WindowEmbedStyle' - 'window'; 'WindowModalityType' - 'modeless' and set width and height).
    Are any workarounds for this? Is there currently a available patch to fix this problem?

    Hi,
    Are any workarounds for this? Is there currently a available patch to fix this problem?
    if nobody dares reproducing this and filing it as a bug then a fix can take a while. I'll put it on a list of my follow ups, but this is not a high priority list. So if you can I appreciate if you can file the bug and provide a testcase. Note that 11.1.2 (11g R2) is not yet optimized for tablet PCs. So JDeveloper 11g R1 (11.1.1.6) is the build that should be used as a reference for filing the bug
    Frank

  • Is it possible to load Content Explorer task flow from Document Explorer

    I have document explorer task flow within a page that has one the root folder employee that contains list of html files
    While selecting the row (html file) is it possible to load the same within Content presenter by capturing the ContentID from there? Under document explorer task flow I found one parameter resourceId. Can we update this in the Content Explorer task flow?
    Thanks,
    Vishnu

    Read up on XMLType Views in the XMLDB Developers Guide or here:http://download-east.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_8004.htm.

  • Content presenter task flow max results 500

    I'm using content presenter task flow in webcenter and got the following exception:
    oracle.webcenter.doclib.internal.model.presenter.conf.PresenterConfigurationException: Dec 12, 2012 2:30:00 PM oracle.webcenter.doclib.internal.model.presenter.conf.PresenterConfigurationException asError
    ALL: Maximum results (current:1,000) must be an integer between 1 and 500.

    Thanks for the reply, but this exception happens when the search exceeds 500 records.
    CMIS query
    in pageDef <parameter id="maxResults" value="${'1000'}"/>
    It is in the config.cfg file that I place value?
    Edited by: 976539 on 14/12/2012 10:57

  • Any example for (bounded task flow) popup return value

    I need to know what is the type of popup RETURN VALUE
    any example will be great

    I want to get parameter form popup bounded task flow with NO page fragment (task flow 1) to jsff page from another task flow with page fragment(task flow 2)
    I applied the scenario exist in URL's in first replay and it didn't work
    when I select task flow 1 from inside task flow 2 diagram I found in its inspector page filed called "Dialog Return Value"
    how can I use this field

  • BPM Task complete - popup window

    Hi,
    I am working on CE 7.2 SP03.
    My requirement is, in my UWL, I will be having BPM task.
    Once I submit(complete) the task I need a popup(confirmation) window.
    Please suggest.

    if you are using Webdynpro, you can see there are  method the does the process approve/reject job, there you call your window with the options.

  • How to display a pdf document in an ADF Task Flow?

    I have a requirement where I need to display a pdf doc in RHS task flow, upon a linked clicked on LHS task flow. Passing the pdf doc name is what I know already. All I need to know is, how to display the pdf doc in a task flow.
    Remember, I don't want to display this as a "POP-UP".
    Appreciate help on this!
    Edited by: Yousuf Baig on Mar 9, 2013 9:01 PM

    try like this...
    <af:panelSplitter id="ps1" orientation="horizontal"
    <f:facet name="first">
    <f:facet name="second">
    <af:panelHeader
    <af:region....(have a fragment and use fileDownloadActionListener)
    </af:panelHeader>
    </f:facet>
    </af:panelSplitter>

  • ADF Task Flow: Using Task Flow Call as Application Entry Point

    In our product we have a task flow structure very similar to the Fusion Order Demo application, but we are having serious trouble reproducing the documented functionality of ADF Task Flows.
    Specifically, we cannot use a task flow call as an entry point for our application, which is very important for us to achieve.
    The [Developer s Guide|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/taskflows.htm#ADFFD1634] states about the [demo application|http://www.oracle.com/technology/products/jdev/samples/fod/index.html] :
    "A Fusion web application always contains an ADF unbounded task flow, which contains the entry point or points to the application. Figure 14-3 displays the diagram for the unbounded task flow from the Fusion Order Demo Application. This task flow contains the Home, *MyOrders*, *checkout*, registerUser, and updateUserInfo *view activities, which are all entry points to the application*."
    "The checkout-task-flow activity in Figure 14-3 is a call to an ADF bounded task flow."
    When we run the Fusion Demo Application, we are only able to use home, updateUserInfo and register as entry points.
    We cannot enter the application through any of the task flow call activities (MyOrders and checkout) as the documentation suggests.
    What are the reasons for this and how do we fix it, so we can use task flow call activities as application entry points?
    Thanks.
    Edited by: Rune Glerup on Oct 9, 2009 2:51 AM
    The forum did not display the link to "Developer's Guide" because the link contained the single quote char '. Single quote char removed.

    Is what you mention here the case in the Fusion Order Demo application?
    If the task flow call activities cannot be used as entry points, why is it stated in the documentation?
    How do we solve this, so that the task flow call activities (including parameter bindings) can be used as entry points, like the documentation suggests?

  • Invoke task flow from backing bean?

    Hi,
    Is there a way to invoke task flow from a backing bean? If yes, how?
    Thanks in advance

    Thanks Frank. I am not an expert with ADF so please bear with me if my questions doesn't make sense. Basically what I am trying to achieve is this.
    I have a taskflow and I am currently in a ui page which displays a page fragment inside this task flow. In this page, on click of a button, I need to call another task flow and show it in a adf popup. Is this the case referred in the pdf document that you pointed out?
    Thanks

  • In a multiple monitor situation, how do I get popup windows to open on the same monitor as the parent application is displayed.

    I have two monitors. I have an application that I run all day, displayed on my secondary monitor. Whenever a popup windows is launched form that application, it always opens on the primary monitor. Very annoying. Any way to get the popup to launch in on the same monitor as the parent application?

    Did you solve this problem ?

  • Question of displaying Task Flow Region in Master-Details pattern

    We have a master-details page. There is a region on the details pane along with other widgets and the content of that details pane including the region depends on the row selection on the master table list.
    The first time page loads with no row selection on master table so this details pane displays nothing. When I select one row on the master table and the details pane and its region can display data of the row in master table properly.
    After several selection, I navigate to another page and then go back to this master-details page again, it automatically selects the row which was selected last time. And in the details pane, the region whose content was created basing a task flow call cannot display corresponding data of the default selected row while other widgets in the details pane can display corresponding data properly.
    The reason of having this problem is the region's parameter is generated before the selected row is determined. When the task flow call in page definition is parsed, the parameter of this task flow call is created before component binding of the master table. It means when the task flow call is parsed and generating the parameter, the ADF page believes there is no row selection of the master table because the component binding is null at that time.
    So my question is how to make the this task flow call for that region create the task flow call parameter after the component binding of the master table? Or is there any way to force a refresh of the region/task-flow-call after the render of response? Or is there anyway to disable this "auto-select" on the master table after navigating to other page?
    (My jdev version is JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1 )
    Edited by: user790224 on Sep 6, 2012 4:16 PM

    The reason we are using master-details patter here is it is designed in that way and the region is displaying the data of a selected row there.
    There is no master-details relationship on model layer. But the content of the region is from the result of several other Java API calls which call the task-flow from an external component.

  • Why is Preview adding white padding around my images?

    I have noticed that when I insert a JPG image into a PDF file using Preview, the application inserts white padding around the image. Meanwhile, when I insert a PDF image, no white padding is added. Why is the same image treated differently based on its file format?

    I'm guessing that when you add a raw graphic file to a set of PDFs pages, OS X "puts the image on a page", possibly either the same size as the preceding page, or the print default size.
    Every PDF page contains data specifying its page size, so that data is already there when you drop in a PDF file. Most image files don't actually specify their intended size: they are merely displayed at a useful resolution.
    If you want the images to be a different size from your other pages in your PDFs, then you will be better off converting them to PDFs before adding to another PDF. If this is part of a procedure that you do repeatedly, then you should look at the possibilities of automation in OS X.

  • Cannot Display Page - You cannot complete this task...

    Hello,
    We are getting the error(session timeout) when user complete the course(content is stting on remote server) and going back to OLMS(EBS R12.1.3) to update the status of course/test.
    Can you please help us to find out the rootcause as this issue is intermittent for users?
    Error:
    Error: Cannot Display Page
    You cannot complete this task because one of the following events caused a loss of page data:
    .Your login session has expired.
    .A system failure has occurred.
    Thanks in advance,
    RM

    The same docs is applicable to R12 for the profile option.
    For application server files, please see (11i/R12 How to Debug "Transaction Context Is Lost" or "You are trying to access a page that is no longer active" [ID 456906.1] -- 2. Dying of jserv/oc4j JVM & 3. jserv/oc4j timeout).
    Also, see (R12: Forms Timeout More Than 2 Hrs Is Not Working After R12 Upgrade [ID 734077.1]).
    Thanks,
    Hussein

  • Captivate 4 Possible to remove borders/padding around published project?

    Greetings,
    I am working with Captivate 4 and publishing to a SCORM 1.2 compliant LMS. I would like to publish a project without having the borders/padding surrounding the project files. Is this possible? If so, where would I look to find instructions to do this?
    When published in our LMS, the LMS generates a window of a fixed sixe. This is set in the LMS itself and can be changed in the LMS. The goal being to remove browser controls and scroll bars from the user’s point of view when they launch a lesson showing only the lesson.
    In previous versions of Captivate (2 and 3) I was able modify the SCORM.htm file in such a way that I could remove any padding around published project files. The SCORM.htm file used a table to center the Captivate SWF files in the users screen. I could edit this file and use absolute positioning to eliminate (the table tags) “dead space” around a project swf file.
    Doing this in Captivate 4 (editing Custom.htm and Default.htm) does not seem to have the same effect. (In fact it seems to have no affect (good or bad) at all.
    Has anyone had any success in doing this?
    Also, has anyone used the new Captivate 5 yet? Does it have the same presentation limitations as Captivate 4?
    Thank you,
    TPK

    TPK,
    This worked perfect.  The only problem that I have is that it still leaves a small ribbon of white at the top and the bottom of the window.  Any idea how to remove that?
    Here is the current HTM text
    <!-- Copyright [2008] Adobe Systems Incorporated.  All rights reserved -->
    <!-- saved from url=(0013)about:internet -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>workers_comp</title>
      <script src="standard.js" type="text/javascript"></script>
      <script src="SCORM_support/scorm_support.js"></script>
      <script type="text/javascript" language="JavaScript">
       // set document.domain property here, if it works for your environment/SCORM implementation
       // document.domain="";
       var g_intAPIType = 0;
       // Hook for Internet Explorer
       if ((navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) || g_intAPIType == -1)
        g_intAPIType = 0;
        document.write('<script language=\"VBScript\"\>\n');
        document.write('On Error Resume Next\n');
        document.write('Sub Captivate_FSCommand(ByVal command, ByVal args)\n');
        document.write('Call Captivate_DoFSCommand(command, args)\n');
        document.write('End Sub\n');
        document.write('</script\>\n');
        document.write('<script language=\"VBScript\"\>\n');
        document.write('On Error Resume Next\n');
        document.write('Sub Captivate_DoExternalInterface(ByVal command, ByVal parameter, ByVal value, ByVal variable)\n');
        document.write('Call Captivate_DoExternalInterface(command, parameter, value, variable)\n');
        document.write('End Sub\n');
        document.write('</script\>\n');
       } else {
        g_intAPIType = 1;
       var strURLFile = "Enhanced_Authorization_Integration.swf";   // Name of the flash file
       var intIntervalSecs = 1;    // Number of seconds to wait for SCORM API to load
       var g_intAPIOrder = 0;     // Way to search for API object (0 - starts with bottom up; 1 - starts top down)
       var strURLBase = "";
       var strURLParams = "";
       var strURLFull = document.location + "";
       var intTemp = strURLFull.indexOf("#");
       if (intTemp == -1)
        intTemp = strURLFull.indexOf("?");
       if (intTemp > 0)
        strURLParams = strURLFull.substring(intTemp + 1, strURLFull.length);
       var strTemp = location.protocol.toUpperCase();
       if (strTemp.indexOf("FILE") == -1)
         var intTemp = location.pathname.lastIndexOf("/");
       else
         var intTemp = location.pathname.lastIndexOf("\\");
       if (intTemp != -1)
         strURLBase = location.protocol + "//" + location.host + location.pathname.substring(0, intTemp + 1);
       else
         strURLBase = location.protocol + "//" + location.host + location.pathname;
       strURLParams = (strURLParams==unescape(strURLParams)?escape(strURLParams):strURLParams);
       strURLParams = (strURLParams==""?"":"?") + strURLParams;
       function Finish()
        if ((isAPI()) && (g_bFinishDone == false))
         (g_zAPIVersion=="0.2"?g_objAPI.LMSCommit(""):g_objAPI.Commit(""));
         g_bFinishDone = (g_zAPIVersion=="0.2"?g_objAPI.LMSFinish("") == "true":g_objAPI.Terminate("") == "true");
        return (g_bFinishDone + "" ) // Force type to string
       if(g_intAPIType==0)
        // Detect Internet Explorer
        var g_bIsInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
        // Handle fscommand messages from a Flash movie
        function Captivate_DoFSCommand(command, args)
         var CaptivateObj = g_bIsInternetExplorer ? Captivate : document.Captivate;
         var strFSArgs = new String(args);
         var strFSCmd = new String(command);
         var strErr = "true";
         var strFSArg1, strFSArg2, strFSArg3
         var intFSDelimiter = strFSArgs.indexOf("|");
         if (intFSDelimiter > -1)
          strFSArg1 = strFSArgs.substr(0, intFSDelimiter);  // Name of data element to get from API
          var strFSTemp = strFSArgs.substr(intFSDelimiter + 1);
          intFSDelimiter = strFSTemp.indexOf("|");
          if(intFSDelimiter > -1)
           strFSArg2 = strFSTemp.substr(0, intFSDelimiter); // Value
           strFSArg3 = strFSTemp.substr(intFSDelimiter + 1); // Variable
          } else {
           strFSArg2 = strFSTemp;
         } else {
          strFSArg1 = strFSArgs;
         // do nothing, if SCORM API is not available
         if (!isAPI()) return;
         if ( strFSCmd == "LMSInitialize" || strFSCmd=="Initialize")
          CaptivateObj.SetVariable(strFSArg3, eval('g_objAPI.' + strFSCmd + '(\"\");'));
         } else if ( strFSCmd == "LMSSetValue" || strFSCmd=="SetValue") {
          strErr = eval('g_objAPI.' + strFSCmd + '(\"' + strFSArg1 + '\",\"' + strFSArg2 + '\");');
          CaptivateObj.SetVariable(strFSArg3, strErr);
         } else if ( strFSCmd == "LMSFinish" || strFSCmd=="Terminate") {
          g_bFinishDone = eval('g_objAPI.' + strFSCmd + '(\"\");')
          strErr = g_bFinishDone;
          CaptivateObj.SetVariable(strFSArg3, g_bFinishDone);
         } else if ( strFSCmd == "LMSCommit" || strFSCmd=="Commit") {
          strErr = eval('g_objAPI.' + strFSCmd + '(\"\");');
          CaptivateObj.SetVariable(strFSArg3, strErr);
         } else if ((strFSArg2) && (strFSArg2.length > 0)) {
          if(strFSCmd=="LMSGetLastError")
           strErr = eval('g_objAPI.' + strFSCmd + '();')
           CaptivateObj.SetVariable(strFSArg3, strErr);
          } else {
           strErr = eval('g_objAPI.' + strFSCmd + '(\"' + strFSArg1 + '\");')
           CaptivateObj.SetVariable(strFSArg3, strErr);
         } else if (strFSCmd.substring(0,3) == "LMSGet") {
          strErr = "-2: No Flash variable specified"
         return strErr;
        function Captivate_DoExternalInterface(command, parameter, value, variable)
         var CaptivateObj = g_bIsInternetExplorer ? Captivate : document.Captivate;
         //alert("command  " + command + " ;parameter " +parameter+ " ;value " + value + " ;variable " + variable );
         //var strFSArgs = new String(args);
         var strFSCmd = new String(command);
         var strErr = "true";
         var strFSArg1, strFSArg2, strFSArg3;
         strFSArg1 = parameter;
         strFSArg2 = value;
         strFSArg3 = variable;
         /*var intFSDelimiter = strFSArgs.indexOf("|");
         if (intFSDelimiter > -1)
          strFSArg1 = strFSArgs.substr(0, intFSDelimiter);  // Name of data element to get from API
          var strFSTemp = strFSArgs.substr(intFSDelimiter + 1);
          intFSDelimiter = strFSTemp.indexOf("|");
          if(intFSDelimiter > -1)
           strFSArg2 = strFSTemp.substr(0, intFSDelimiter); // Value
           strFSArg3 = strFSTemp.substr(intFSDelimiter + 1); // Variable
          } else {
           strFSArg2 = strFSTemp;
         } else {
          strFSArg1 = strFSArgs;
         // do nothing, if SCORM API is not available
         if (!isAPI()) return;
         if ( strFSCmd == "LMSInitialize" || strFSCmd=="Initialize")
          //CaptivateObj.SetVariable(strFSArg3, eval('g_objAPI.' + strFSCmd + '(\"\");'));
          CaptivateObj.SetScormVariable(strFSArg3,eval('g_objAPI.' + strFSCmd + '(\"\");'));
         } else if ( strFSCmd == "LMSSetValue" || strFSCmd=="SetValue") {
          strErr = eval('g_objAPI.' + strFSCmd + '(\"' + strFSArg1 + '\",\"' + strFSArg2 + '\");');
          //CaptivateObj.SetVariable(strFSArg3, strErr);
          CaptivateObj.SetScormVariable(strFSArg3, strErr);
         } else if ( strFSCmd == "LMSFinish" || strFSCmd=="Terminate") {
          g_bFinishDone = eval('g_objAPI.' + strFSCmd + '(\"\");')
          strErr = g_bFinishDone;
          //CaptivateObj.SetVariable(strFSArg3, g_bFinishDone);
          CaptivateObj.SetScormVariable(strFSArg3, g_bFinishDone);
         } else if ( strFSCmd == "LMSCommit" || strFSCmd=="Commit") {
          strErr = eval('g_objAPI.' + strFSCmd + '(\"\");');
          //CaptivateObj.SetVariable(strFSArg3, strErr);
          CaptivateObj.SetScormVariable(strFSArg3, strErr);
         } else if ((strFSArg2) && (strFSArg2.length > 0)) {
          if(strFSCmd=="LMSGetLastError")
           strErr = eval('g_objAPI.' + strFSCmd + '();')
           //CaptivateObj.SetVariable(strFSArg3, strErr);
           CaptivateObj.SetScormVariable(strFSArg3, strErr);
          } else {
           strErr = eval('g_objAPI.' + strFSCmd + '(\"' + strFSArg1 + '\");')
           //CaptivateObj.SetVariable(strFSArg3, strErr);
           CaptivateObj.SetScormVariable(strFSArg3, strErr);
         } else if (strFSCmd.substring(0,3) == "LMSGet") {
          strErr = "-2: No Flash variable specified"
         return strErr;
      </script>
    </head>
    <body  bgcolor="#F1F4F5" onunload="Finish();">
         <!-- <center> -->
      <div id="CaptivateContent" style="position:absolute; top: 0px; left: 0px;">
      </div>
      <layer id="NS_dynamic" name="NS_dynamic">
      <script type="text/javascript">
        var tempso = new SWFObject("SCORM_support/scorm_support.swf", "scorm_support", "2", "2", "8", "#CCCCCC");
        tempso .addParam("quality", "high");
        tempso .addParam("id", "scorm_support");
        tempso .addParam("bgcolor","#FFFFFF");
        tempso .addParam("menu", "false");
        tempso .addParam("movie", "SCORM_support/scorm_support.swf");
        tempso .setAttribute("redirectUrl", "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash");
      </script>
      <noscript>
       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
        width="2" height="2" id="scorm_support" align="">
        <param name=movie value="SCORM_support/scorm_support.swf"> <param name=quality value=high> <param name=menu value=false> <param name=bgcolor value=#FFFFFF>
        <embed src="SCORM_support/scorm_support.swf" quality=high bgcolor=#FFFFFF  width="2" height="2" name="scorm_support" align=""
         type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer">
        </embed>
       </object>
      </noscript>
      </layer>
      <script type="text/javascript" language="JavaScript">
       var timeCurrent_int = new Date().getTime();
       var timeLimit_int = new Date().getTime() + (intIntervalSecs * 1000);
       // This simply loops for a set period of time, waiting for the API to
       // load and/or be found.  A better solution would be to use setInterval
       // and on the timeout, redirect or load the resulting Captivate file.
       while((g_objAPI == null) && timeCurrent_int < timeLimit_int)
        g_objAPI = getAPI(g_intAPIOrder);
        timeCurrent_int = new Date().getTime();
       if(g_objAPI != null)
        strURLParams += (strURLParams==""?"?":"&") + "SCORM_API=" + g_zAPIVersion + "&SCORM_TYPE=" + g_intAPIType;
       //document.write('<center>');
       //document.write('<table border="0" cellpadding="7" cellspacing="7"> \n');
       //document.write('  <tr>  \n');
       //document.write('    <td align="middle">');
       document.write('<div id="flash" style="position:absolute; top:0px; left:0px;"> \n');
       var so = new SWFObject(strURLFile + strURLParams, "Captivate", "992", "625", "9", "#CCCCCC");
        so.addParam("quality", "high");
        so.addParam("name", "Captivate");
        so.addParam("id", "Captivate");
        so.addParam("wmode", "window");
        so.addParam("bgcolor","#FFFFFF");
        so.addParam("menu", "false");
        so.addVariable("variable1", "value1");
        so.setAttribute("redirectUrl", "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=S hockwaveFlash");
        so.write("CaptivateContent");
       document.write(' </div> \n');
       //document.write('</td> \n');
       //document.write('  </tr> \n');
       //document.write('</table> \n');
       //document.write('</center>');
      </script>
      </center>
    </body>
    </html>

  • IPad display broken

    Hello folks, can anybody please tell me is it possible to repair display? My iPad display has broken I am very much upset
    Thanks to all

    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    ATTN: Beginning July 2013 Apple Stores are now equipped to do screen repairs/replacements in-house on iPhone 5s. In some cases while you wait. According to Apple this is the beginning of equipping Apple Stores with the resources needed to do most repairs for iPhones, iPads, and iPod Touches that would not require major replacements. Later in the year the services may be extended as Apple Stores become equipped and staffed with the proper repair expertise. So, if you need a screen repaired or a broken screen replaced or have your stuck Home button fixed, call your local Apple Store to see if they are now doing these in-house.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task. Start with Google to search for these.

Maybe you are looking for

  • ASA 5505 Failed to unzip the Anyconenct Package

    There is ASA 5505: - 8.4(2) IOS - FLASH: 128 Mb - DRAM: 256 Mb Requirements for 8.4(2) are acomplished: For the ASA 5505, only the Unlimited Hosts license and the Security Plus license with failover enabled require 512 MB; other licenses can use 256

  • External Hard drive on mac and pc??

    Hello, Quick Question...sorry if this has already been discussed.. Set up my ipod as an external hard drive on my mac, but can't plug it into a pc without it asking me to format it....obviously I say no to this, but it won't let me open it without fo

  • How can I do a multiple record data merge, but specify that a specific text frame with variable data only merges on the first record?

    I'm doing a multiple record data merge, I have 2 frames both with variable data placed inside. I would like to specify that one of the text frames only merges once(first record) and the other frame multiple times for each record in the data file. Is

  • On-Demand TV Download Service in the UK

    Apple users in the UK are now LOCKED OUT of the On-Demand band wagon which is under way! Here's part of an email I received from Channel 4, which is along the lines of a similar one to the one I received from BT: "Unfortunately we cannot say when the

  • MPD problem

    I'm trying to setup MPD by following the tutorial on the Arch Linux wiki. But I'm running into permission problems, I want to use MPD with my user non-root user but to create the MPD database I need to be root. Using the root user or sudo doesn't wor