base target='_top' not working iframe head

i have dynamic loaded iframe in my application . when i click on the link inside the iframe i want to load the new page in parent window.i have manually added <base target='_top'> in the iframe head section . but link is displaying inside the iframe not in parent window. it is working all browsers excpet firefox.

A good place to ask questions and advice about web development is at the MozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.<br />
See http://forums.mozillazine.org/viewforum.php?f=25
You need to post a link to the website or post relevant parts of the code.

Similar Messages

  • Target="_blank" not working........plz help me..

    My requirement is to open a new (child) window when the user pushes
    a button on a (parent) window. I need to create a new instance
    of a bean, populate it, and then pass it to the child window for
    display.
    i tried this way
    To open JSP in new window just use target directive e.g.:
    <form action=myjsp.jsp method=post target=_blank>
    its not working...
    One additional question if I may:
    I don't want to open a new window for every action a user could
    take on the screen. Sometimes, I just want to post to the
    servlet and forward the jsp to the one window that is open.
    If I put the TARGET directive in, wouldn't I always open a new
    window?
    Is this still the best way to do this given this additional
    requirement? If yes, how do I alter it so that I don't always
    go to a new window?
    Thanks!!!!!!

    Thanks for the response...
    can i use some thing like this.....
    i mean document.form.action in window.open
    something like below...
    sb.append("input type=\"submit\"
    =\"submit\" Name="Submit"
    onClick="window.open(document.MyForm.action='/phmuni/fo
    m/combineDockets.jsp' , "myWindow");" value="Print " >
    ");YOu don't have to use action if you just want to go to another page. If you do need to do something before you open the new window, you may create a function (Javascript). Do some things (like the action) and then open a new window within that function. Then within your onClick tag, just call that function.

  • Target mode not working restating holding T

    How do I restart in target disc mode with MAcbook pro , firewired to another mac, restarting holding the "T". It is not working,  I have to go to system preferences > startup Disk > and do Target Disk mode.
    Before I could just hold the "T " on restart and it would do it. How can I make that function work again?
    THX                                                                                                                                _________

    Make sure the FireWire cable is good, and check the connection.
    Make sure no other FireWire devices are connected.
    Make sure you are starting up the computer while pressing and holding down the T key.

  • GPP item-level targeting filter not working as expected

    I am trying to set the Internet Explorer homepage via user Group Policy Preferences (GPP) registry setting for a very specific group of users.  I am using item-level targeting to accomplish this but am having trouble getting the logic working as expected.
    Here is my item-level targeting filter:
    The user is a member of the security group CONTOSO\FireRescueDept
    AND this collection is false
         The user is a member of the security group CONTOSO\EmergencyManagementDept
         OR the user is a member of the security group CONTOSO\PublicSafetyDivision
    The user in question is a member of both CONTOSO\FireRescueDept and CONTOSO\EmergencyManagementDept.  I believe this means that this particular registry GPP setting should NOT apply to the user in question and that is the outcome I desire.
    Here is how I'm thinking about it:
    The user is a member of CONTOSO\EmergencyManagementDept; therefore, "The user is a member of the security group CONTOSO\EmergencyManagementDept" evaluates to TRUE.
    Since the other item in the collection is connected with the boolean OR operator, the collection evaluates to TRUE regardless of the evaluation of "The user is a member of the security group CONTOSO\PublicSafetyDivision."
    The item-level targeting filter is looking for the collection to evaluate to FALSE.  Since the collection has evaluated to TRUE, the evaluation "This collection is false" is FALSE.
    Because of the AND operator in front of "This collection is false", both "The user is a member of the security group CONTOSO\FireRescueDept" and "This collection is false" must evaluate to TRUE in order for the item-level targeting
    filter to determine that the user in question to apply the GPP setting the filter is attached to.  However, since "This collection is false" has already evaluated to FALSE, the filter as a whole should evaluate to FALSE and this GPP setting
    should not apply.
    However, according to gpresult it does apply.
    Please advise.  I want this particular setting to apply to users in the CONTOSO\FireRescueDept group unless they are a member of CONTOSO\EmergencyManagementDept and/or CONTOSO\PublicSafetyDivision.

    Am 21.05.2013 16:22, schrieb Scott W. Sander:
    > Does item-level targeting not work with Universal security groups
    > because the group policy client isn't able to determine that the user
    > is a member of groups of that type?
    In my experience, it DOES work with universal groups... Are you
    suffering from token bloat? How many groups is the user a member of?
    http://blogs.technet.com/b/shanecothran/archive/2010/07/16/maxtokensize-and-kerberos-token-bloat.aspx
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    Wenn meine Antwort hilfreich war, freue ich mich über eine Bewertung! If my answer was helpful, I'm glad about a rating!

  • Cp6 + AS3 swf : "target == stage" not working

    Hello,
    I've done a SWF where I want to reset stage when clicking outside objects.
    The SWF alone works perfectly but does not inside Captivate.
    I did a simplified version :
    mc.visible = false;
    stage.addEventListener(MouseEvent.CLICK, clickOutside, false, 0, true);
    function clickOutside(e:MouseEvent):void
              if (e.target == stage)
                        mc.visible = true;
    The line :   if (e.target == stage)
    does not work anymore.
    Does importing SWF in Cp adds another level (stage is Cp scene, the SWF parent) ?
    Thanks.

    The captivate slide is the object capturing the event. Why don't you use an invisible button or transparent movieclip to capture the event? Then check if e.target.name == instance name.

  • "S" key not working in header?

    I cannot type an "s" in my header (I just received ver 8.3 downloaded to my standalone PC).  I can add an activity with no "s" issues, but not in the header....never encountered the likes of this before!

    check speech system preferences (both tabs) and make sure that the 's' key is not reserved for some special command.

  • Targetting mc not working

    I have a movie clip, whose instance name is unique and is
    'focusfacts'.
    I have a function:
    function scaledown() {
    this.focusfacts.gotoAndPlay(2);
    trace("I've found the scaledown function");
    The function is called from a button elsewhere, and it can be
    found... I get the trace value popping up nice and clearly. BUT,
    for some reaon that absolutely bemuses me beyond belief, is that
    the gotoAndPlay(2) command on the movie clip (focusfacts) is quite
    simply not working. I have also tried naming the frame and telling
    gotoAndPlay command referencing the name - nothing.
    The only thing I can think of is that somehow the fact that I
    am using scenes (even though the code and the mc are on the same
    scene, in fact the same frame!), that maybe there's an issue with
    referencing the mc itself?
    All ideas welcome. BTW, except for the fact that the content
    is different I have virtually the same code working fine for other
    mcs in the scene. Weird.
    Cheers, Matt

    Matt-
    Have you tried tracing both this and this.focusfacts in your
    function call to see what the values are. This might help, because
    if they come up as undefined then it might just not be referencing
    your movie clip correctly. This can happen since scope is different
    from regular old flash buttons and button components.
    I am sure you have checked but is the content you want to
    play on frame 2 of the focusfacts movie clip?
    Let me know if you have any questions.
    Sean

  • DW8 flash button target frame not working

    I'm using DW8 v8.0.2 on Windows XP Home Edition SP1. I have
    created a frameset by doing the following:
    - Select File>New from menu bar
    - Select Framesets category
    - Select Fixed Top, Nested Left in Framesets column
    - Select Create
    Then, I add a Flash Button in the leftFrame and target the
    mainFrame by doing the following:
    - Select Insert>Media>Flash Button on menu bar
    - Select Blip Arrow
    - Set text to Information
    - Set Size to 12
    - Select my information.htm file from Browse button of Link
    box
    - Select mainFrame from Target box drop-down list
    - Enter information.swf as filename in Save as box
    - Select OK
    Then, I select File>Save All
    When I preview in a browser, I select the button & the
    content opens in a new browser window instead of the mainFrame
    frame. The same happens if I select leftFrame as target. However,
    _top, _self, _parent, and _blank seem to work well. I renamed
    mainFrame to contentFrame & it made no difference. I tried it
    in IE and Netscape, no difference, except Netscape is a lot faster.
    Tried text links to do the same thing & they work fine.
    Tried other flash buttons and they behave the same as Blip Arrow
    button.
    Saw several discussions on web & in this forum, but no
    solutions. Searched Knowledgebase, no solutions.
    Saw some attempts at solutions dealing with button code, but
    DW8 creates .swf file & button code is not editable.
    Is there a solution to this problem?

    I've encountered the same problem. This can't possibly be a
    bug ... it's too common a function. I've noticed there has been no
    reply to your posting. Have you figured out the solution from
    another source?

  • Base meta tag not working

    We have a trial version of Dreamweaver CS3. Up to this point,
    we've been using MS FrontPage.
    We have a standard meta tag in our header that looks like
    this:
    <BASE HREF="
    http://myURL/">
    This code allows the page to complete relational links so
    that, for instance, our styles from our stylesheet are brought into
    the page while we're editing it. However, while this code works
    fine in FrontPage, it isn't working in Dreamweaver. We have to use
    absolute paths to link to all images, media, linked pages, etc.,
    for Dreamweaver to render them.
    I should add that when we edit pages, they are on a server
    that isn't a web server (no IIS). But this lack doesn't bother
    FrontPage.
    Anyone know what's going on here? I suspect it's an easy fix,
    but if it isn't, then we probably won't be buying
    Dreamweaver.

    I have never used or heard of the base meta tag and I have
    never had any problems using relational links in Dreamweaver. Not
    sure what could be causing your problems. Can you post a sample of
    code or a link?
    J

  • Consolidate Target HFM not working

    The consolidate target (HFM) process is not currently working. I have verified the integration settings are set correctly and set up validation entity groups.
    Is there something i am missing to enable this event to occur?
    thanks for any responses

    Are all the following statements true?
    1) Enable Consolidation Integration option has been checked.
    2) The user has permission to run consolidations for the relevant entities in HFM
    3) You have the Consolidate option checked against the entity in the Validation Groups

  • Autocad 2011, copy / copywith base point dose not work

    i installed autocad 2011 on my mac book pro
    and i encountered a problem with it
    Copy with basepoint or copy command in autocad dosenot work
    I tried copying and object from one cad drawing to the other. to paste the object i have to used the command paste for atleast ten time to paste one object. And if i try to copy multiple objects with copy with base point command, it hangs. i have to force quit autocad
    I uninstalled autocad and reinstalled it, but i have the same problem
    Please suggest a solution
    Sujana

    Hi Sujana,
    How much RAM do you have installed?
    How much free space do you have available on the HD?
    Exactly which MBP do you have/what are it's specs?
    It sounds like you may be copying very large files, and either the RAM is lacking, there is not enough HD space for virtual RAM, or that's just as fast as the machine runs, and you'll have to wait for it.

  • Base integer manipulation not working on HP Prime Calc?

    I am a new user of the HP Prime Calculator.  Following page 585 of the user manual on integer manipulation.  I have entered a #100001100b number, and want to view its value in decimation or hexidecimal form.  I scroll up to select it.  Then I press the Shift, Base key (directly right of 3), but I do not get the Edit Integer dialog box.  I get a # entry like it expects a new number to be entered.
    What am I doing wrong?
    This question was solved.
    View Solution.

    After I had the same trouble updating my firmware, I found that the following procedure works.
    1. Manually put your Prime into firmware update mode by holding down the Symb key while performing a paperclip reset.  You will see "HP Prime recovery mode" at the top of the screen.
    2. Important: Connect the Prime to a USB 2.0 port that's as close to your motherboard as possible.  USB ports that are connected by an extension or a hub often fail, even if it's a powered hub.  USB 3 ports also have been known to fail.
    3. Navigate in Windows Explorer to the installation folder of the Connectivity Kit.  In 32-bit Winows 7, it's here:
    "C:\Program Files\Hewlett-Packard\HP Connectivity Kit"
    4. Run the "Updater.exe" program directly from that folder.
    That should work.  If not, I can only suggest trying another computer.  Some people have reported having no success with one computer, then success with another.
    -Joe-

  • Duplicate target database not working

    Hi All,
    I want to clone my exisitng DB to other.
    I was refering the below link to do the same.
    [http://web.njit.edu/info/limpid/DOC/backup.102/b14191/rcmdupdb006.htm|http://web.njit.edu/info/limpid/DOC/backup.102/b14191/rcmdupdb006.htm]
    OS:Solaris 10
    Oracle version:10.2.0.4.0
    What I did tilll now:-
    1) Created a database MYDB1 in archive mode
    2) Created one tablespace, user and 1 table in DB
    3) Registered the MYDB1 in RMAN Db.
    4)Created a Pfile from MYDB1 database and changed db value and other values of MYDB1 to MYDB2(Database name to be duplicate)
    5)Created a password file
    6)Startup MYDB2 in NOMOUNT stage.
    7) At RMAN prompt I have done below things to but i have getting the error
    rman:rman:>rman target sys/mydb1@mydb1 catalog rman/rman auxiliary sys/mydb2@mydb2
    Recovery Manager: Release 10.2.0.4.0 - Production on Fri Sep 7 12:20:22 2012
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    connected to target database: MYDB1 (DBID=3867673817)
    connected to recovery catalog database
    connected to auxiliary database: MYDB2 (not mounted)
    RMAN> DUPLICATE TARGET DATABASE TO mydb2;
    Starting Duplicate Db at 07-SEP-12
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=162 devtype=DISK
    WARNING: DB_FILE_NAME_CONVERT resulted in invalid ASM names; names changed to diskgroup only.
    contents of Memory Script:
       set until scn  911233;
       set newname for datafile  1 to
    "+disk2";
       set newname for datafile  2 to
    "+disk2";
       set newname for datafile  3 to
    "+disk2";
       set newname for datafile  4 to
    "+disk2";
       set newname for datafile  5 to
    "+disk2";
       restore
       check readonly
       clone database
    executing Memory Script
    executing command: SET until clause
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 07-SEP-12
    using channel ORA_AUX_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/07/2012 12:21:01
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    745933  B  F  A DISK        07-SEP-12       1       1       NO         FULL_BACKUP
    745934  B  F  A DISK        07-SEP-12       1       1       NO         FULL_BACKUP
    RMAN> list backup of database;
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    745933  Full    549.12M    DISK        00:01:19     07-SEP-12
            BP Key: 745935   Status: AVAILABLE  Compressed: NO  Tag: FULL_BACKUP
            Piece Name: /backup/oracle_backup/test_dir/rman_bkp/mydb1_0gnkjokf_1_1
      List of Datafiles in backup set 745933
      File LV Type Ckp SCN    Ckp Time  Name
      1       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/system.256.793120373
      2       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/undotbs1.258.793120373
      3       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/sysaux.257.793120373
      4       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/users.259.793120373
      5       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/tbs_umesh.266.793207735
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/backup/oracle_backup/test_dir/rman_bkp/mydb1_%U';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/software/oracle/product/10.2.0/database/dbs/snapcf_mydb1.f'; # default
    RMAN> exit
    Recovery Manager complete.
    @rman:rman:>Please Suggest where i am going wrong..
    Regards
    Umesh Gupta

    WARNING: DB_FILE_NAME_CONVERT resulted in invalid ASM names; names changed to diskgroup only.
    You must check DB_FILE_NAME_CONVERT parameter on MYDB2 database
    or I think you must add DB_FILE_NAME_CONVERT, LOG_FILE_NAME_CONVERT to DUPLICATE Command.
    DUPLICATE TARGET DATABASE TO MYDB2
    SPFILE
    SET
      "DB_FILE_NAME_CONVERT"="+DATA/MYDB1/","+DATA/MYDB2"
    ...  Regards
    Mahir M. Quluzade
    www.mahir-quluzade.com

  • FB03 GOS (Generic Object Services) not working at header level

    Hi all,
    We have a problem with transaction FB03 when we try to display attached image documents for Fi documents.
    At Header level we have no image.
    At post level we can see the attached image.
    How can we let the display of image list active from Header level.
    Thank you in advance.
    Kind Regards
    Mohammed

    Hi,
    I have same problem but in this case only user specific.
    2 users with same authorization. First can park the invoice, attach document and can view after document save. Then he post document and able view attachment added during park.
    But other user when upload attachment during park document not able to view same attachment when document is posted. Also strange part is when this user upload new attachment during posting other users are not able to see new attachment he has attached during posting.
    I dont see any authorization difference in two except parameter values for F02, F03 and FP is different.
    Can anybody tell me how this can be resolved?
    Thanks,
    Bharati

  • Jump to Function not working for header items

    Hi Experts,
    I have a query using jump to function to access R3 tranaction,
    It has issue jump to transaction MB51
    Item Data:Material, plant, ...
    header data: posting date,...
    All settings in RSBBS are correct, but the posting date is not passed onto R3 report.
    I have tried similar transaction MR51and posting date can be passed to R3.
    any idears?
    Feng

    This is solution:
    In ERP system.
    Set MEMORYID in table MMIM_REP_CUST for fiekd BUDAT.
    Value for MEMORYID have to be from TPRA table and value for DTG upper than current timestamp
    After this recall mb51 and set this value in RSBBS assignment in BW system.
    Thanks Nikolay Ryzhov for this solution.

Maybe you are looking for

  • Need help Loading images with selection on a form field?

    So I'm kind of a newb.. I can do basic forms but I need to set up a form field drop down box that will give me the ability to load images correlating to the users choice. I'm at a total loss for where to start, so ANY help would be appreciated. If yo

  • How to load flat file in existing Architecture.

    Hi everyone! There is an existing architecture that I have to upload data into.  There is a cube on top, followed below by an ODS and its update rules to the cube, followed below by an Infosource and its corresponding update rule to the ODS above it,

  • Error in LSMW during MM Uploading

    Hi Guys, Material Master upload by using LSMW with Batch Input Recording. After completion of Last Step at the time of uploading system will not select any view but its showing error like  'Select least one view' But at the time of recording am selec

  • How do I make thumbnail from .mp4 movie?

    I need to make a thumbnail .jpg file of a frame of an .mp4 video. I've downloaded a couple of freeware apps (ScreenGrabber and Cocothumbx) that promised to do this but neither would work. I'm running OS 10.6.1. The .mp4 is about 76MB. Any tips?

  • How do I enlarge the bookmark icons on the toolbar?

    Is there a way to make the icons on the bookmark toolbar bigger? They are very small; sometimes difficult to view.