Firefox preference for the cross domain js call between iframes?

for my web application i need to access the contents of iframe which is loaded from the another application running on different port. i am using the javascript to access the contents of the iframe. all i need is the any preference is there for this.
Note: Both applications are running on the same host but different port. i know the document.domain solves the problem. but i have lot of pages may be 1000 or even more. its pretty big product. so i canot set in each and every page. so i created one extension for our product. so any preference is there then i can set the preference while installing the plugin. it solves the problem.

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
*http://forums.mozillazine.org/viewforum.php?f=25
The helpers at that forum are more knowledgeable about web development issues.<br>
You need to register at the MozillaZine forum site in order to post at that forum.

Similar Messages

  • CQ5.5 EXTJS Support for cross domain ajax call

    I do not see any api in cq5.5 that supports cross domain ajax call using JSONP or callback.

    You may get an answer here but probably better to ask in a Mozillazine forum such as
    *http://www.mozilla.org/en-US/firefox/22.0/system-requirements/
    If this really is a failing of Firefox then maybe one of the Development mailing lists or fora would be the place to discus this
    * http://www.mozilla.org/about/forums/#general-development
    Ultimately a bug could be filed for an enhancement request, but it is possibly better to discuss the subject first rather than file a bug that may not stand any chance of being actioned.

  • Getting Error In the Routine - While writing Code for the Cross Reference.

    Hi,
    Getting Error In the Start Routine - While writing Code for the Cross Reference from the Text table ( /BIC/TZMDES with Fields /BIC/ZMDES(Key),TXTSH ) Getting Error as [ E:Field "ZMDES" unknown ].
    Transformation : IOBJ ZPRJ3(Source) -> IOBJ ZPRJC ( Target ).
    The Source  Fields are: 0logsys(Key),zprj3(Key),ZDOM3.
    The Target Fields are : 0logsys(Key),zprjc(Key),ZDOM3, UID.
    Here i am trying to Update the target Field UID by Comparing the Source Field [ zprj3(Key)] with the Text table ( /BIC/TZMDES ) and update the UID.
    The Code is as below:
    Global Declarations in the Start Routine:
    Types: begin of itabtype,
            ZMDES type /BIC/TZMDES-/BIC/ZMDES,
            TXT type /BIC/TZMDES-TXTSH,
             end of itabtype.
    data : itab type standard table of itabtype
    with key ZMDES,
    wa_itab like line of itab.
    Routine Code :
    select * from /BIC/TZMDES into corresponding fields of table itab for
    all entries in SOURCE_PACKAGE
    where ZMDES = SOURCE_PACKAGE-/BIC/ZPRJ3.
    READ TABLE itab INTO wa_itab
    WITH KEY ZMDES = SOURCE_PACKAGE-/BIC/ZPRJ3
    BINARY SEARCH.
    IF SY-SUBRC = 0.
    RESULT = wa_itab.
    CLEAR wa_itab.
    The tys_SC_1 structure is :
    BEGIN OF tys_SC_1,
         InfoObject: 0LOGSYS.
            LOGSYS           TYPE RSDLOGSYS,
         InfoObject: ZPRJ3.
            /BIC/ZPRJ3           TYPE /BIC/OIZPRJ3,
         InfoObject: ZDOM3.
            /BIC/ZDOM3           TYPE /BIC/OIZDOM3,
         Field: RECORD.
            RECORD           TYPE RSARECORD,
          END   OF tys_SC_1.
        TYPES:
          tyt_SC_1        TYPE STANDARD TABLE OF tys_SC_1
                            WITH NON-UNIQUE DEFAULT KEY.
    Please suggest with your valuable inputs.
    Thanks in Advance

    I have split the code in two.. one for start routine.. other for field routine.. hope this helps
    Types: begin of itabtype,
    ZMDES type /BIC/TZMDES-/BIC/ZMDES,
    TXT type /BIC/TZMDES-TXTSH,
    end of itabtype.
    data : itab type standard table of itabtype
    with key ZMDES,
    wa_itab like line of itab.
    Start routine
    select * from /BIC/TZMDES into corresponding fields of table itab for
    all entries in SOURCE_PACKAGE
    where ZMDES = SOURCE_PACKAGE-/BIC/ZPRJ3.
    Sort itab.
    field routine
    CLEAR wa_itab.
    READ TABLE itab INTO wa_itab
    WITH KEY ZMDES = SOURCE_FIELD-/BIC/ZPRJ3
    BINARY SEARCH.
    IF SY-SUBRC = 0.
    RESULT = wa_itab-<field name>

  • I can't find preferences for the notes app. and every once in awhile some of my notes just disappear at start up, I see the name and then it refreshes and they are gone, very annoying. Can anyone tell me why it does this and how to stop it? thanks

    I can't find preferences for the notes app. and every once in awhile some of my notes just disappear at start up, I see the name and then it refreshes and they are gone, very annoying. Can anyone tell me why it does this and how to stop it? thanks

    Hi again, I am on an iMac using OSX 10.7.5, I"ve taken screenshots to show you I think my settings are correct

  • Will there be a firefox version for the iphone in the future?

    Do think you can manage to bring out an firefox app for the iphone?
    Or are there any problems with apple deniing this app?...
    Thanks for answering my question.
    Greetz heyho!

    Greetings Unbekannt,
    Unfortunately, we do not have plans to build an iPhone browser due to constraints with the OS environment and distribution.
    Check out our platform availability and ongoing projects here: https://wiki.mozilla.org/Mobile/Platforms
    Thanks!

  • Getting error ORA-20001: This person does not have preferences for the sele

    *) I got user_id by following query
    SELECT USER_ID, USER_NAME, FND_USER.*
    from FND_USER where user_name = '205174';
    *) resource_id by following query:
    select * from APPS.PA_PROJECT_ASSIGNMENTS where RESOURCE_ID in (select RESOURCE_ID from APPS.PA_RESOURCES_DENORM where PERSON_ID
    in (select PERSON_ID from APPS.PER_ALL_PEOPLE_F where EMPLOYEE_NUMBER= 205173) ) ;
    *) person_id by following query:
    select * from APPS.PA_RESOURCES_DENORM where PERSON_ID in (select PERSON_ID from APPS.PER_ALL_PEOPLE_F where EMPLOYEE_NUMBER= 205173) ;
    and
    Hi,
    When I am running following query to submit timesheet, getting following warning msg
    anonymous block completed
    ORA-20001: This person does not have preferences for the selected effective date
    Following is query
    set serveroutput on size 1000000
    DECLARE
    l_tbl_messages hxc_message_table_type;
    l_message fnd_new_messages.message_text%type;
    i pls_integer;
    l_app_blocks hxc_block_table_type := hxc_block_table_type();
    l_app_attributes hxc_self_service_time_deposit.app_attributes_info;
    l_time_building_block_id number;
    l_new_timecard_id number;
    l_new_timecard_ovn number;
    l_bb_id number;
    l_resource_id hxc_time_building_blocks.resource_id%TYPE := 3595; -- XPCPAY
    l_start_time hxc_time_building_blocks.start_time%TYPE := fnd_date.canonical_to_date('2011/10/17 00:00:00');
    l_measure hxc_time_building_blocks.measure%TYPE := 1;
    l_element_type_id varchar2(80) := 'ELEMENT - 50809'; -- Jury Duty
    l_comment_text hxc_time_building_blocks.comment_text%TYPE := '';
    l_deposit_process hxc_deposit_processes.NAME%TYPE := 'OTL Deposit Process';
    l_retrieval_process varchar2(250) := 'BEE Retrieval Process';
    BEGIN
    fnd_global.apps_initialize ( user_id => 3850 -- XPCPAY
    , resp_id => 3595 -- Self Service Time
    , resp_appl_id => 809 -- HXC
    hxc_timestore_deposit.create_time_entry ( p_measure => l_measure
    , p_day => l_start_time
    , p_resource_id => l_resource_id
    , p_resource_type => 'PERSON'
    , p_comment_text => l_comment_text
    , p_deposit_process => l_deposit_process
    , p_app_blocks => l_app_blocks
    , p_app_attributes => l_app_attributes
    , p_time_building_block_id => l_bb_id
    hxc_timestore_deposit.create_attribute ( p_building_block_id => l_bb_id
    , p_attribute_name => 'Dummy Element Context'
    , p_attribute_value => l_element_type_id
    , p_deposit_process => l_deposit_process
    , p_app_attributes => l_app_attributes
    hxc_timestore_deposit.execute_deposit_process ( p_validate => TRUE
    , p_app_blocks => l_app_blocks
    , p_app_attributes => l_app_attributes
    , p_messages => l_tbl_messages
    , p_mode => 'SUBMIT'
    , p_deposit_process => l_deposit_process
    , p_retrieval_process => l_retrieval_process
    , p_timecard_id => l_new_timecard_id
    , p_timecard_ovn => l_new_timecard_ovn
    -- OUTPUT MESSAGES --
    DBMS_OUTPUT.put_line ('l_new_timecard_id = ' || l_new_timecard_id);
    DBMS_OUTPUT.put_line ('l_new_timecard_ovn = ' || l_new_timecard_ovn);
    if (l_tbl_messages.COUNT <> 0) THEN
    i := l_tbl_messages.FIRST;
    LOOP
    EXIT WHEN (NOT l_tbl_messages.EXISTS(i));
    l_message := fnd_message.get_string ( appin => l_tbl_messages(i).application_short_name
    , namein => l_tbl_messages(i).message_name
    DBMS_OUTPUT.put_line (l_tbl_messages(i).message_name);
    DBMS_OUTPUT.put_line (l_message);
    i := l_tbl_messages.NEXT(i);
    END LOOP;
    rollback;
    else
    commit;
    end if;
    exception
         when others then
              DBMS_OUTPUT.put_line(SQLERRM);
    END;
    /

    Please check the following MOS notes:
    ORA-20001: This Person Does Not Have Preferences For the Selected Effective Date [ID 876324.1]
    ORA-20001: This Person Does Not Have Preferences For The Selected Effective Date [ID 761470.1]
    Troubleshooting Guide for HRMS API Errors - ORA-20001 and APP Errors [ID 152259.1]
    ''This Person Does Not Have Preferences For The Selected Effective Date'' Message [ID 287581.1]
    Diagnostics - Setup - Time and labour Person - Test failed [ID 397214.1]
    Cheers,
    ND
    Use the "helpful" or "correct" buttons to award points to replies / Mark the thread as answered, if your question is answered.

  • Changing schemas for the existing domain

    Hello! Is it possible to create a domain using one schema (in this case we've already used the "integration" env schema), but later replace it with a differenct schema for the same domain (we will need to replace this with the "produciton" env schema).
    In our use case, we've configured a base_domain with the "integration" schema and had completed all the configuration for SSL and SSO.
    In couple of months we will need to use the real "production" schema for this same environment. I am trying to understand the cleanest solution: if it's possible to just replace the schema for the domain somehow, or to create a new domain with the new production schema and complete the SSL and SSO configurations there from scratch.
    Any advice?

    Our use case is that we have just finished configuring the "production" environment. However, from the start we coudn't use the Production Database schema, since we would be having a release One of the UCM customization in this environment and it is possible that we would be reverting back to the clean instance of the server and the database after this Customization release. For that we were thinking about simply removing/switching from this old schema and using the new clean "Production Schema", which is already prepared for us for the DB admins.
    My questions is that probably I cannot simply "switch" the schema for the already existing domain, but would have to create new domain for WebLogic and configure it the same way as for the first time, plus use the default ports (16200, 7001, 443) for the new domain.
    Also, we have done the SSO and SSL configuration for the old domain. I am wondring if we would have to create a new domain, can I simply copy the configuration files for SSO (primarily the keytab file, krb5, etc.) and the certificates for SSL into the new domain, so the switch to the new domain would be seemless, besides some WebLogic reconfigurations, of course?

  • Unable to find domain controller for the specified domain. Please explicitly specify the domain controller.

    Im getting error "Unable to find domain controller for the specified domain. Please explicitly specify the domain controller."   when I try to create an AD connection for my User Profile Service.  The entire sharepoint environment is installed
    on one server.  That server has everyting on it, AD, SQL, Sharepoint, and its the domain controller. I cant figure out why this will not identify?Trevor Fielder

    Hi,
    Did you get this error when clicking on the Populate Containers button?
    If yes, please make sure that you have provide the domain credentials in the account name and password
    boxes below when entering the domain information. The account must be granted the replicating directory changes permission on the domain.
    You can refer to this blog:
    http://www.harbar.net/articles/sp2010ups.aspx
    Xue-Mei Chang

  • I'm looking for the old Mac font called Techno. Does anyone have it to send to me? Thanks!

    I'm looking for the old Mac font called Techno. Does anyone have it to send to me? Thanks!

    So you googled, "techno font" and came up with nothing? Hard to believe.
    http://www.google.com/search?client=safari&rls=en&q=techno+font+download&ie=UTF- 8&oe=UTF-8

  • Setting preferences for the Type Tool

    Is there a way to change the preferences for the TypeTool? For example, when using it to create a frame, can I set it so that the vertical justification is center instead of top? At present I have to use command B to bring up a panel to make that change. CS4 on a Mac.

    You're not talking about preferences for the Type tool. That would be for character or paragraph formatting. You're talking about preferences for a type frame.
    You should create an Object Style (Window > Styles > Object Styles) that creates a frame the way you like and apply it as an object style.

  • Wallpaper fixed for the entire domain with group policy but some systems are getting the updated wallpaper

    Hi , 
    I fixed the wallpaper for the entire domain and It was applied to entire domain. 
    After some day, I have changed the domain wallpaper. Then some systems are showing New wallpaper and some systems are showing old wallpaper.
    I have applied the gpudate /force command for those system who didn't get wallpaper. 
    Could you please suggest. 

    Hi Srikanth,
    First, please make sure that the GPO is applied to client properly.
    To check that, please follow the steps below:
    gpupdate /force
    gpresult /h C:\report.html
    Note: This procedure needs the privilege of the Administrator.
    If the GPO is applied properly, please try to reboot the client.
    If issue persists after reboot, please check if the following link is helpful:
    The "Desktop Wallpaper" Group Policy setting is not applied in Windows 7 or in Windows Server 2008 R2
    https://support.microsoft.com/en-us/kb/977944
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • After upgrading to iOS7 I lost all sound for my 4S except for the ring when someone calls. I can't listen to music, I don't get text or email notifications. I have tried rebooting?

    Following upgrading to iOS7 I lost all sound for my 4s except for the ring when someone calls. I can't listen to music, I don't get text or email notifications. I have tried a wipe and reinstall, I've tried hard rebooting, I tried erasing all of my music and reinstalling it, I checked my Do Not Disturb, and I tried the AssistiveTouch mute button. Nothing. I can't even play music through bluetooth or headphones. Can anyone help please as its driving me mad!

    I experience this problem too. I am using iPhone4 and just upgrade it to iOS7. And now I can not make outgoing call. I checked all the setting, and nothing wrong. I even replaced my sim card with the new one, still can not help.
    I read this link
    https://discussions.apple.com/thread/5322252
    and I try dial *#31#, it help, but not permanent solution.

  • Is that possible to do the cross domain migration for AD RMS Services?

    Hi guys, recently i am doing a cross domain migration, when i listing out the server, i found the server have AD RMS services which is still active.
    but after my migration is complete, it is planned to do the decommission on all the old server
    After my checking, i believe the AD RMS have trust establish with a cross site domain already. What i am planning to do is try to do a migration on it.
    i have do some research on it an i found "Cross forest Migration of AD RMS document"
    what i found in the document, it have mention about
    In the event when one cluster running AD RMS is to be discontinued, users may still want to access
    previously protected content that was issued a publishing license by that computer. Servers in other clusters can then add the to-be-discontinued server as a trusted publishing domain.
    So i was wondering if there is an option for Ad RMS services to select a server or host to discontinued?
    The scenario in my head now,
    1.Build trust between in my new domain AD RMS with the existing AD RMS.  update the certificate between the trusted domain as i mention above with my new domain AD RMS.
    but i was wondering if i power down or decommission the server what will happen?
    2. the worst case scenario will be decommission the old AD RMS service, and publish the new AD RMS services in new domain, simply build trust with the cross site domain.
    any suggestion on this? which case is more workable?
    Thanks
    Dave

    Hi,
    I think you may ask in AD RMS forums:
    http://social.technet.microsoft.com/Forums/en-US/home?category=rms&filter=alltypes&sort=lastpostdesc
    Regards.
    Vivian Wang

  • How can I make Firefox check for the newest update of a website automatically instead of having to reload every time I go to it?

    IE Explorer has the option to check for newest version of a web page every time it is visited. With Firefox it seems I have to hit reload every time I go to an often visited web page. Is there a setting I am missing somewhere to fix this?

    # Type ''about:config'' into the location bar and press enter
    # Accept the warning message, this brigs up a list of preferences
    # In the filter box type ''check''
    # Double-click on the preference browser.cache.check_doc_frequency and change its value to 1
    For more details on this preference see http://kb.mozillazine.org/Browser.cache.check_doc_frequency

  • Is it possible to have two SCCM instances for the same domain

    Hello - I'm the IT Project Manager for an organization that has a single domain-production.
    In here, we have an instance of SCCM 2012 setup. This instance is used to build packages, images, testing, validations, modifications etc. as well as for production roll outs. The primary issues we have with this is there is no separation between test and
    prod, also, there are several packages, task sequences etc causing confusion in determining which is a test package and which is prod.
    Setting up a test domain does not seem to be a viable option for us, at least for now.
    So, my question is, can we have another instance of SCCM in the same domain that we can restrict only for the sake of testing & validations and then use the original one to deploy the tested (gold) packets.
    Just a thought!! Does it make sense? Any challenges that we could face?
    Thanks in advance 
    Jagan Pantina
    JP

    Hi,
    Yes you can no problem, you should avoid having Boundary / Boundary Groups used for Site Assignment that overlap and make sure that PXE request to the test/dev environment is restricted to one test subnet to avoid co-existance issues.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

Maybe you are looking for

  • Work Center Creator List

    Hi Experts, How to find out Work Center Creator's list by std SAP Transaction (one by one or in mass) Regards, VNG

  • Missing Adobe Application Support can't open...

    I have Mac G4, running PS CS2 v9.0.2. I've just installed OS 10.4.11, now when I dbl. clk. a ps file it won't open and I get a message saying, "One or more files in Adobe App. Support folder are missing Please reinstall PS. I found the topic in the f

  • How to report a user?

    A person who I believe to be a repeat troll has started using my company name as his name. "Acordex HR" has nothing to do with the Acordex company. (There are only 7 of us, so yeah, I'm pretty sure) how do I report him/her? thanks.

  • Flash CS6 Cant see any extension

    just as the image show, Flash CS6 dont show any extension other (Illu, Photoshop,...) work without any problem is it my Flash broken ?

  • Windows XP cannot open Reader

    I have a problem that started about a month ago.  Everytime I try to open a PDF in Adobe Reader (9 or 10) or if I just try to open up the reader alone, Windows XP SP3 gives me one of 2 error messages... 1.  Windows cannot access the specified device,