LINK TO OXIP PRODUCT DOCUMENTATION NOT WORKING

On page http://www.oracle.com/technology/products/id_mgmt/oxp/index.html
In Documentation box on the right most corner links to
- Oracle Xellerate Identity Provisioning (9.0.0) and
- Oracle Xellerate Identity Provisioning (8.5.3)
Don' work and they give a 404 Error message.
Please have a look.

These links have been fixed; thanks for reporting.
Cheers, OTN

Similar Messages

  • Command Link in ADF table is not working/ PPR event not getting fired

    Hi All,
    I am having ADF Table, in that one column is with command link if click on command link, it is not navigating to corresponding page or method of a bean. If i give same command link out of the table it working fine, this issue i am facing is in IE9.
    if i use IE in compatibility mode the links works fine, even in IE8 version also.
    Browser: IE 9
    Jdev version: 11.1.1.5.0
    I tried all possible things, but nothing workout for me.
    showPopupBehavior not working in IE9 for af:table buttons (jdev11.1.1.5.0)
    Partial page rendering not working in ie9
    Command Link in ADF table is not working
    Thnks

    Hi,
    please file a bug if you have a customer support contract and provide a testcase
    Frank

  • Link for territory mgmt is not working

    Hi All,
    We have territory management configured for three custom attributes.
    Link for territory management is not working for territory assignment block on account overview screen.
    Any hint how we can solve this issue?
    Thanks and Regards,
    Gauri.

    How are you resetting the password?
    Resetting User Password in Lion, Mountain Lion & Mavericks
    Boot into your Recovery Partition by hold down the Command and R keys whilst booting.
    When the Recovery screen appears, go to the Utilities menu and open Terminal.
    In Terminal, type:
    resetpassword
    ...a small app will open and allow you to choose the user for whom you want to change the password. If you are the admin, be certain that you choose your admin user. Type in your new password twice and give yourself a good hint. Click OK (or Done or whatever) and reboot, enjoying the use of your new, hopefully memorable, password.
    Good luck,
    Clinton

  • I want to run a streaming quotes program on Scottrade. They tell me that their product does not work if I have more than one Java application on my Mac. How do I delete the older versions? Thanks

    I want to run a streaming quotes program on Scottrade. They tell me that their product does not work if I have more than one Java application on my Mac. How do I delete the older versions? Thanks

    I have the same problem, they never told me that, just that the newest version of Java "locks" up streaming quotes.

  • JSF : Dynamic link generated by commandLink does not work

    In the following code, without <f:verbatim>, it is giving "Duplicate ID in the view" Exception. But with <f:verbatim>, the links generated by commandLink does not work. Please help me to solve this problem.
    Thank you in advance.
    Regards
    Abdul
    <%-- jsf:pagecode language="java" location="/src/pagecode/eservice/DisplayMoreEServices.java" --%><%-- /jsf:pagecode --%>
    <%@ include file="/includes/g_common_include.jsp" %>
    <%@page import="java.util.Map"%>
    <%@page import="bh.com.cio.egov.EGOVConstants"%>
    <%@page import="javax.portlet.PortletSession"%>
    <%@page language="java"%>
    <%
         PortletSession ses = renderRequest.getPortletSession();
         Map eServiceCatMap = (Map) ses.getAttribute(EGOVConstants.REQ_ESERVICE_LIST_BY_CAT);
         renderRequest.setAttribute(EGOVConstants.REQ_ESERVICE_LIST_BY_CAT,eServiceCatMap);
    %>
    <%@page import="bh.com.cio.egov.vo.EServiceVO"%>
    <f:view>
         <script type="text/javascript">          
              function blinkThis(id, color, timeout)
                   var idElem = document.getElementById(id);
                   if(idElem)
                        idElem.getElementsByTagName('span')[0].style.color = color;
                        setTimeout('switchColor(\'' + id + '\', \'#8A7C5B\', ' + timeout + ')', timeout);
              function switchColor(id, color, timeout)
                   var idElem = document.getElementById(id);
                   if(idElem)
                        idElem.getElementsByTagName('span')[0].style.color = color;
                        setTimeout('blinkThis(\'' + id + '\', \'#FF3030\', ' + timeout + ')', timeout);
         </script>
    <f:loadBundle basename="nls.egovresource" var="nls"/>
    <hx:scriptCollector id="scriptCollector1">
         <h:form id="form2">     
    <f:verbatim>
              <div class="header-top">
                   <h:outputText value='#{nls["eservice_label_title"]}'></h:outputText>
              </div>
              <c:forEach items="${requestScope.REQ_ESERVICE_LIST_BY_CAT}" var="categoryVOs" varStatus="catIndex">
                   <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                             <td> </td>
                             <td class="gray1" height="30px">
                                       <c:out value="${categoryVOs.value.category.categoryName}" escapeXml="false"></c:out>
                             </td>                
                        </tr>
                        <tr>
                             <td width="2">
                                  <div align="right">           
                                       <img src='<%= imageRootDir + "dot.png"%>' width="4" height="1" />
                                  </div>
                             </td>
                             <td width="100%" >
                                  <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
                                       <c:forEach items="${categoryVOs.value.eservice}" var="service" varStatus="serviceIndex">
                                       <%
                                            EServiceVO serviceObj = (EServiceVO) pageContext.getAttribute("service");
                                            String action = null;
                                            int serviceId= -1;
                                            if(serviceObj!=null)
                                                 action = serviceObj.getServiceAction();
                                                 serviceId = serviceObj.getServiceId();
                                            if(action!=null && action.startsWith("$"))
                                       %>
                                       <c:set var="jstl_to_jsf_serviceName" value="${service.serviceName}" scope="request"/>
                                       <c:set var="jstl_to_jsf_url_en" value="${service.serviceAction}" scope="request"/>
                                       <c:set var="jstl_to_jsf_url_ar" value="${service.serviceActionAr}" scope="request"/>
                                       <tr>
                                            <td height="17">                         
                                                 <table width="100%" border="0" cellspacing="0" cellpadding="0">                              
                                                      <tr>
                                                           <td width="95%" id="extMoreCell_${catIndex.index}_${serviceIndex.index}">                                                                      
                                                                <img src='<%= imageRootDir +"arrow1.png"%>' width="15" height="16" border="0"/>
                                                                <h:commandLink styleClass="links menu-txt" action="#{pc_EServiceView.doExternalLinkAction}">
                                            <h:outputText value="#{jstl_to_jsf_serviceName}" styleClass="menu-txt"/>
                                                 <f:param name="PARAM_ESERVICE_URL_EN" value="#{jstl_to_jsf_url_en}"></f:param>
                                                 <f:param name="PARAM_ESERVICE_URL_AR" value="#{jstl_to_jsf_url_ar}"></f:param>
                                                 <f:param name="JSP_ACTION" value="ACT_EXTERNAL_ESERVICE"></f:param>
                                            </h:commandLink>
                                                           </td>
                                                      </tr>                                             
                                                 </table>
                                                 <script type="text/javascript">
                                                      <c:if test="${service.serviceId eq '53'}">
                                                           blinkThis('extMoreCell_7_3', '#FF3030', 1000);
                                                      </c:if>                                        
                                                      <c:if test="${service.serviceId eq '54'}">
                                                           blinkThis('extMoreCell_7_4', '#FF3030', 1000);
                                                      </c:if>     
                                                      <c:if test="${service.serviceId eq '55'}">
                                                           blinkThis('extMoreCell_7_5', '#FF3030', 1000);
                                                      </c:if>          
                                                      <c:if test="${service.serviceId eq '56'}">
                                                           blinkThis('extMoreCell_0_8', '#FF3030', 1000);
                                                      </c:if>     
                                                      <c:if test="${service.serviceId eq '57'}">
                                                           blinkThis('extMoreCell_8_8', '#FF3030', 1000);
                                                      </c:if>     
                                                      <c:if test="${service.serviceId eq '59'}">
                                                           blinkThis('extMoreCell_1_8', '#FF3030', 1000);
                                                      </c:if>     
                                                      <c:if test="${service.serviceId eq '58'}">
                                                           blinkThis('extMoreCell_5_6', '#FF3030', 1000);
                                                      </c:if>     
                                                           <c:if test="${service.serviceId eq '28'}">
                                                           blinkThis('extMoreCell_1_4', '#FF3030', 1000);
                                                      </c:if>     
                                                           <c:if test="${service.serviceId eq '20'}">
                                                           blinkThis('extMoreCell_5_3', '#FF3030', 1000);
                                                      </c:if>     
                                                           <c:if test="${service.serviceId eq '60'}">
                                                           blinkThis('extMoreCell_7_6', '#FF3030', 1000);
                                                      </c:if>     
                                                 </script>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td bgcolor="#FAF9FA" background='<%= imageRootDir + "line-bg-eservices.png"%>'><img src='<%= imageRootDir +"line-bg-eservices.png"%>' width="2" height="1" border="0"/></td>
                                       </tr>     
                                       <%}
                                       else if(action!=null)
                                       %>                                                                                               
                                       <c:set var="jstl_to_jsf_serviceName" value="${service.serviceName}" scope="request"/>
                                       <wps:urlGeneration contentNode="${service.serviceAction}" allowRelativeURL="false" keepNavigationalState="true">
                                       <%
                                       //String urlC = "http://"+renderRequest.getServerName()+":"+renderRequest.getServerPort()+wpsURL;
                                       String urlC = "" + wpsURL;
                                       %>
                                       <c:set var="url" value="<%=urlC%>" scope="request"/>
                                  </wps:urlGeneration>
                                       <tr>
                                            <td height="17">                         
                                                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                      <tr>
                                                           <td id="intMoreCell_${catIndex.index}_${serviceIndex.index}">
                                                           <img src='<%= imageRootDir +"arrow1.png"%>' width="15" height="16" border="0"/>     
                                                           <hx:outputLinkEx styleClass="links menu-txt" value="#{url}">
                                                                <h:outputText value="#{jstl_to_jsf_serviceName}" styleClass="menu-txt"></h:outputText>
                                                           </hx:outputLinkEx>
                                                           </td>
                                                      </tr>                                                                                                                             
                                                 </table>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td bgcolor="#FAF9FA" background='<%= imageRootDir + "line-bg-eservices.png"%>' ><img src='<%= imageRootDir +"line-bg-eservices.png"%>' width="2" height="1" border="0"/></td>
                                       </tr>     
                                       <%
                                            %>               
                                       </c:forEach>                                             
                                  </table>
                             </td>
                        </tr>
                   </table>                                                                                                                                                                     
              </c:forEach>
              </br>
              <h:messages styleClass="messages" id="messages1"></h:messages>
              </f:verbatim>     
              </h:form>
         </hx:scriptCollector>
    </f:view>

    1) Throw your code away and use h:dataTable instead of c:forEach to render a table of dynamic size.
    or:
    2) Hand-assign every UIInput and UICommand element inside the loop an unique ID. E.g. "commandLinkId" + loopIndex

  • Mac, have just upgraded to Yosemite and when I shall open Photoshop (CS4), the following message appears: "The licensing of the product does not work" Fault 6 How should I proceed? Have the program installed on only one computer.

    Mac, have just upgraded to Yosemite and when I shall open Photoshop (CS4), the following message appears:
    "The licensing of the product does not work"
    Fault 6
    How should I proceed?
    Have the program installed on only one computer.

    Download the Adobe Licensing Repair Tool.
    Run the License Service Update.
    Mac OS X 10.7 and above:
    a. Double-click the LicenseRecovery111.dmg   It will extract the folder. Open the folder.
    b. Double-click your Hard Drive.
    c. Double-click Applications.
    d. Double-click Utilities.
    e. Double-click Terminal.
    f. Type sudo python
    Note: There is a space following “python”. Do not press Return.
    g. Drag LicenseRecover.py from the LicenseRecovery111 folder onto the Terminal Window and press Return.
    It should look like this:
    h. Enter your administrator user name and password when prompted and click OK.
    (Note: the cursor will not move and you will not see stars or dots, just enter your password anyway.
    i. Let the script run, it will tell you when it is finished. Quit terminal and restart Photoshop
    Gene

  • I was transferred to the US appstore site by following a link.  The product was not available there and I was told to go back to the UK site.  But how???

    I was transferred to the US appstore site by following a link.  The product was not available there and I was told to go back to the UK site.  But how???

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3. Tap on your Apple ID
    4.Tap "View Apple ID"
    5. Enter your user name and password.
    6. Tap "Country/Region."
    7. Tap "Change Country/Region"
    8. Select the region where you are located.
    9. Tap "Done".
    Note: If the change doesn't take effect, sign out of account and sign in again.

  • Link in pdf-file does not work on Ipad

    With my site www.bartkuijer.nl I offer visitors the free possibility to see (and download) sheetmusic, from music written by me. These are pdf-files. But they can not only SEE the sheetmusic; the music on that pdf-files can also be PLAYED. That's done bij clicking on a link in that pdf-file to a mp3-file of the music on my site.
    This works fine on a pc. When I try this on the Ipad of my wife it DOES NOT WORK!
    So my question is: how come? And what to do to make this work also fine on an Ipad.
    This is important for me, because I want this sheetmusic to place as Ipad-apps for free.

    It works!
    But not with a pdf-file. The Ipad does not recognize links in a pdf-file.
    Te solution is found by making a htm-file with emdedding a quicktime-player and images of the music. This is my first Ipad product. On a pc the player starts immediately; on the Ipad it has to be started.
    Now I have to work on a solution to change this to an app

  • Windows 7 Product key Not working, Cannot download iso

    First sorry if this post to to simar to the other windows 7 product key one but the soultion dosnt work anymore.
    My hdd in my y580 started to give me the tick of death so i brought a new ssd to replace it and backed up my files to my external. i was going to make a bootable copy of windows 7 on my usb so i could install it on the ssd and this is were i ran into issue.
    All offical download links now lead to a dead page that redirects you to a new windows download form where you are required to put in your product key before you can download. i put in my product key from the sticker on the back but it just returns with this "http://prntscr.com/62eyxp"
    So even if i am able to get a copy of windows 7 will my cdkey work at all? and how can i get a copy when it keep giving me the message.
    Anyhelp would be welcome.

    First I am not a Microsoft employee, but I am a Microsoft MVP. As such I have to stick with the position Microsoft takes on downloading ISO files. They have given some users a way to redownload the ISO file. The other ways that are posted on the web Microsoft says that the official resellers (Digital River) downloads are for those who purchase the Windows OS thru the reseller's website. Anyone else that wants to download from there is not authorized to have such a downloaded file. All other sources of those file (other than the Microsoft site or the resellers site) are not legitimate sources of the file and can be infected.
    This leaves users who purchased a computer from an OEM with no viable download source.  While my personal opinions may differ from the official Microsoft position, I cannot really express them. But you may want to check out the DMCA Title III. Of course this only matters if you are in the US. If you are not, I have no idea what laws would apply.
    While the downloaded ISO will not work with the key that you have from an OEM, if it is a real ISO from Microsoft and has not been altered in anyway and is a complete download, you can use it for repairs. Which is what almost everyone I deal with needs it for, repairs not reinstall. To be honest I hate telling someone to wipe their harddrive and reinstall windows.
    I do believe that ALL OEM's are now charging for a copy of the factory image that is originally on the harddrive. But they cannot be used for repair in the manner that the Windows install disc can be.
    What you do with all this information is entirely up to you. I hope it helps.
    Hoov
    Microsoft MVP - Consumer Security
    SpywareHammer.com

  • Download link for PS CC does not work

    I am in the CC area, click on PS to download and the link does not work. Here is the link. Any ideas? Working on a Mac; browser is FireFox.
    Same issue occurs when trying to download AI from CC.
    aam://SAPCode=PHSP?productVersion=14.0?passPhrase=Qrm0F9IdGKvpaqBy+4xfM5lOVjrbpmIweKyRgE7A +BqIFujuZhd6TPbicQ26g2ENYDvavIaSUbhb9BXZi83+Angu3EOQc+ntLN6A+aQp/ewWvbhau5iP8ohOSLKpfNJlYT 4bEoGiRkVT1a3siLb7QGha/SK/mjCUPNQIynZDH7M=

    Hi maurak,
    Please use Creative cloud desktop app to download all CC Apps. You can download the CC desktop app from this link.
    https://creative.adobe.com/#products
    Regards,
    Abhijit

  • Windows 10 Technical Preview 9926 Product Key Not Working

    Hi Friends,
                I Download Windows 10 Technical Preview x32 EN US 9926.iso in Two Days Back and I'll try install in this programm
    is ask Product Key I try This Keys
                                                          NKJFK-GPHP7-G8C3J-P6JXR-HQRJR
                                                          PBHCJ-Q2NYD-2PX34-T2TD6-233PK
    But in this keys Not Working.Please Somebody Help Me. Sorry For My Worst English

    Hi,
    NKJFK-GPHP7-G8C3J-P6JXR-HQRJR is for Windows 10 Technical Preview
    PBHCJ-Q2NYD-2PX34-T2TD6-233PK is for Windows 10 Enterprise Technical Preview
    Since this problem occures when installing Windows, I doubt there is a problem with your Windows 10 Technical Preview ISO. Please access to the link below to download the ISO file for test.
    http://windows.microsoft.com/en-hk/windows/preview-iso
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Win 7 Product key not working

    Hi!
    I downloaded an ISO of Windows 7 Home Premium from windows website and made a clean install on my Lenovo IdeaPad Y580. Before re-installing I made a screenshot of my product key , which was shown by application Everest Ultimate. During the re-install process I typed my product key. Installation successful.
    But only yesterday I realized, there might be a problem: Start -> My Comp -> properties -> Windows Activation, there is written, that "15 days to activate. Activate Windows now". I tried to activate, but I got a message: "The Windows 7 Home Premium product key you typed is invalid for activation".
    After that I checked the product key, and here is the 2nd problem: the product key shown by Everest and the key on the underside of the laptop ARE NOT EQUAL.
    I tried to type both, none of them was working. And I have no idea, why... Can somebody help me, what's wrong, why isn't it working?
    (some info: Lenovo IdeaPad Y580 with pre-installed Windows 7 Home Premium, the only change I made was the changing of the SSD from 32 to 64 GB . But I don't think that could be the reason...)
    Solved!
    Go to Solution.

    Welcome to the Forum kislovi and kherring7383 !
    kislovi,  you do not have to purchase any special Windows 7 media once you have a valid Windows 7 Home Premium key on the back of your laptop. You can download a copy of Windows 7 and use your key, as you are attempting to do. I had a similar situation when I purchased my W500. It came with a 160GB hard drive which had Windows 7 Pro 32-bit installed and activated. I wanted to replace the 160GB hard drive with a 500GB one. So I used a key finder program to view the key and copied it down carefully. After doing a fresh installation of Windows 7 Pro 64-bit, I tried to activate using the key I had recovered. It was not accepted. As mentioned, it was probably a Volume Licensing key of some sort which Lenovo uses  to do mass installations. Then I noticed I had a Windows 7 Pro C.O.A. key on the back of the laptop which was different from the one reported by the key finder. I tried that key and was able to activate Windows 7 Pro 64-bit.
    You may use any disc (OEM, retail, upgrade, VL) with Windows 7. It is not "media-specific." You may also download a legitimate copy of Windows 7 from Microsoft, burn it to a DVD and use it with an O.E.M. C.O.A. key. I have done all of these things. During the installation process, the software will customize itself to the version that corresponds to the key.
    Windows 7 media is different from Windows XP media. For example,  I have retail and O.E.M. Windows XP discs. When doing a fresh installation on a machine which has an XP C.O.A. on the back, I have to use my O.E.M. XP installation disc. When I wish to use a retail Windows XP key I have purchased, I must use a retail XP installation disc. This is not true for Windows 7. I can use a retail version or O.E.M. version to do a fresh installation using the WIndows 7 C.O.A. on the back of a machine. I can verify with absolute certainty that it works. This is not a matter of O.E.M. versus Retail media. There is some other issue the OP is facing...
    A few questions for kislovi: Do you wish to install the 32-bit or 64-bit version of Windows 7 Home Premium? If you have at least 3GB of memory, you should go for the 64-bit version. I think you will find my post about the Benefits of a Windows 7 64-bit Operating System informative. The same key can be used to activate either the 32-bit or 64-bit version of the product.
    What is the exact file name for the version of Windows 7 which you downloaded? Here are the official Microsoft file names for Windows 7 Home Premium 32-bit ("x86") and 64-bit ISO:
    • Windows 7 Home Premium (x86) - X17-58996     • Windows 7 Home Premium (x64) - X17-58997
    (Note: These are the file names for the English versions. Other language versions have different file names).
    What is the 8-digit file name you see on the C.O.A. on the back of your laptop? (For example, "X _ _- _ _ _ _ _"). Where did you download your copy of Windows 7 from? Here are 2 official Microsoft download link locations: http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/  and  http://www.mydigitallife.info/official-windows-7-sp1-iso-from-digital-river/
    Double-check that you downloaded from an official Microsoft location, and that it's the 32-bit or 64-bit version of Windows 7 Home Premium and not Windows 7 Pro or some other version you downloaded by accident. If you still have difficulty, then your key may have been activated before, used on another laptop or some other issue exists. Let us know how you do.
    Have a great day. (I do not work for Lenovo)

  • HT204409 I keep seeing "change my router" as a solution to wifi problems, I cannot change hotel routers! ***, please Apple, I have been a big fan but this is crazy, only my Apple products are not working on wifi!

    This wifi issue is bad, all other products I have work fine, but my iPad (fully update, re-installed, re-booted, etc...) will not work. Time to return it and switch to another vendor? Many of the solutions I see are change your router. I cannot change a Hotel router, a companies router! Please Apple fix this ASAP prem price and not working!

    the iPad should work with most wifi routers.  There are some old wife routers it may not.  Your ipad coiuld have a hardware problem.
    Does it work with some routers?  Have you hung out in the lobby of the hotel and asked if other ipad users are having a problem.  What does the hotel staff say? 
    You could carry a mini wifi router with you and connect the mini via ethernet cable.
    Find the make and model of the wifi router.  We can check if other ipad owners are having problem.
    a 4g solution.
    I recently signed up for FreedomPop.com. http://www.freedompop.com
    FreedomPop provides 500meg of free 4g cellular data per month!  You do need to buy their wireless device at $39.  Your machine needs wifi capability. There are ways of getting bonus megs.  One gig of addition data costs $10 per month.  I used about 15megs per hour of lite internet surfing.
    When signing up, you need to be careful with your selections.  On some screens, the free option is a small link below the large button.  FreedomPop employs a Pavlovian Dog < Operant conditioning > thing of getting you used to clicking on the large button then they change the large button to a paid add-on.
    Once you setup your account, you need to go to your account options screen to turn off automatic paid data download once you exceed your quota.
    The performance seems a little slower than my DSL connection.
    http://www.freedompop.com/offers.htm?experience=organic.default
    http://www.freedompop.com/coverage
    Get it before they go broke.
    Robert

  • Linking to a website does not work

    I am new to captivate and am having a problem. On one of my slides, I have a link to a website. I placed a click box over the text and set the action to Open URL or file and specified the URL to open in a new window.
    When I publish the project, the link works when I am in the published PDF file but it does not work when I am in the published SWF or HTM file. Can someone give me some advice on what I may be doing wrong? IF this has been addresssed elsewhere, I am sorry for the duplication. I have searched and could not find anything.
    Thanks in advance.

    Hi there
    "Whitelisting" is a process that is used to identify something as being a "safe" or "trusted" source. I believe what is meant in this context is that you need to add the location to the trusted locations list in the Flash Player as described in the link below:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Simple question: calling URL link with WEB.SHOW_DOCUMENT is not working

    Hi folks,
    this should be an easy question, but I have no idea why it's not working :-(.
    In one of my form, I would like to place an URL link behing button.
    For this purpose I'm using below code:
       WEB.SHOW_DOCUMENT('http://www.google.com','_blank');But when above code is executed, nothing happens :-(.
    Could it be because I'm using it within modal type of window?
    Thanks,
    Tomas
    I'm using Oracle Forms 10g

    have you checked with using self instead of blank to see if it will replace your current page with the one you are tyring to call?
    Have you got any other firefox plugins running such as Ad block? can you try disabaling all addons and even the internal pop-up blocker jus to see if this will work?
    if self works but blank does not how about having the main app called from a multi frame page. one frame with the app in and the other frame with some javascript that can be called to open a new window? dont know if that will work and its late so probably not thought it thorugh fully :)

Maybe you are looking for

  • New field in ODS - data value does not flow after activation

    Hi, We have an ODS with some data in it. Now i added a new key figure to the ODS and changed the transfer and update rules accordingly. The value for this key figure appears in the PSA and the ODS table *40 (before activation table), but after activa

  • Production order create error!!

    Dears While  I create a production order t code co01, I am getting a error message when i click Material avilabilty(Cntrl+F4) No current missing parts list exists for order  (new availability check) Message no. C2017 Diagnosis The missing parts list

  • How can I create this background

    Hi All, I like the serene look of the background of the following demo, but do not know how to create it. I tried changing the background of the slide within inspector to a gradient, but I can only get a TWO color gradient, either going from dark to

  • Error:CalculatorBeanRemote not bound

    Hi Good People, I am developing a sample EJB3 application in eclipse3.4. I am following the following steps: 1) First of all i am creating an EJB project (testEJB) in the eclipse. While creating this Project i am selecting the options of 1) Create an

  • Hi guys, i updated my i4 with ios6.1 through my pc. but afetr update its not getting booted

    Guys please help me in this problem, my phone is not getting booted, i just updated ios6.1, after updation its not booting