Frame content displays in new windows

I have created a site with frames. The frameset is the opening page (index.html). The site works perfectly in Safari (Mac OS) but in Internet Explorer (Mac & PC) it does not load the links into the specified frames, instead it opens a new window to display the linked page in.  Please help!

I have created a site with frames.
A very bad idea.  Experienced web developers don't use Frames.  They were a popular choice late in the last century, but not anymore.  Frames are so poorly regarded now, the W3C saw fit to remove them from HTML 5.0 web standards.  More reasons to avoid Frames:   http://apptools.com/rants/framesevil.php
Please help!
People use Frames thinking they will make the site easier to maintain and navigate.  It's a lie.  Ditch the frames and your site will be much less complicated for you and your visitors.
If you want an easy way to manage headers, menus and footers that don't change from page to page, use DW Templates or Server-Side Includes.
Guidance  on when to use DW Templates, Library Items and SSIs  -
http://www.adobe.com/devnet/dreamweaver/articles/ssi_lbi_template.html
More on DWTemplates -
http://forums.adobe.com/message/2032104#2032104
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com

Similar Messages

  • Frames open in a new window

    Hello there!
    I am trying to do a homepage in dreamweaver. It is working
    well just in Safari. Frames open in a new window on other browsers
    and it is not what I want. I haven't linked anything to _blank. Can
    anybody help me?
    Dental V6

    What? Each page is complete in itself. That's the thing you
    are missing.
    In that case, you do not need both page1 and page2 open at
    the same time.
    I assume you are imagining page1 as something like masthead
    and navigation,
    and page2 as content. But that's not the best way to do it.
    Page1 and
    page2 would both contain masthead and navigation and content.
    They would be
    independent pages that are both complete.
    The way to do this would be to use -
    1. DW templates to provide easy-to-maintain 'boilerplate'
    elements on all
    pages, or
    2. Server-side includes to allow the use of separate
    'component' page
    fragments which are automatically included into each page by
    the server.
    You just do not want to use frames.
    The decision to use or not use frames should be based on a)
    your site's
    needs, and b) your willingness to accept the potential
    problems that frames
    can create for you as developer and maintainer of the site
    and for your
    visitors as casual users of the site.
    I am down on frames because I believe that they create many
    more problems
    than they solve.
    Judging from the posts here, and the kinds of problems that
    are described,
    the kind of person most likely to elect to use frames is also
    the kind of
    person most likely ill-prepared fo solve the ensuing problems
    when they
    arise. If you feel a) that you understand the problems and b)
    that you are
    prepared to handle them when they occur, and c) that you have
    a need to use
    frames, then by all means use them.
    As far as I know, the most comprehensive discussions of
    frames and their
    potential problems can be found on these two links -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dentalv6" <[email protected]> wrote in
    message
    news:[email protected]...
    > But I want page2 opens beside page1. In this case I need
    frames, right?
    >

  • PDF report to display on new window

    Hi,
    I am working on JSF and jasper reports. I have the following requirement, When I click the h:command button I should get the report in a new window based on the parameters selected in the h:form. I am currently getting in the same window. Help is greatly appreciated.
    following is the action method code in the bean
    connection = DBConnect.getDBConnection();
                /* PDF report */
                String              jasperFileName = "";
                jasperFileName = "C:\\report8.jasper";
                // jasperFileName = FacesUtils.getRequest().getContextPath();
                // jasperFileName += "/jasper/ApplicantBiographic.jasper";
                Map<String, Object> parameterMap   = new HashMap<String, Object>();
                /* data input */
                File file = new File(jasperFileName);
                reportInputStream = new FileInputStream(file);
                //FacesContext fc;
                /* write to file */
                request  = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest();
                String selectedParam = request.getParameter("rpt1:selectParam");
                System.out.println("Param value"+selectedParam);
                response            = (HttpServletResponse) FacesContext.getCurrentInstance().getExternalContext().getResponse();
                servletOutputStream = response.getOutputStream();
                String     spParms   = "4";
                 parameterMap.put("prgmId_sel", spParms);
                /* load input parameters */
                //BigDecimal aacomasId = new BigDecimal("10014122008");
                //Integer    applYear  = new Integer(2008);
                // String     spParms   = aacomasId + ", " + applYear;
                //parameterMap.put("SP_PARMS", spParms);
                log.info("file: " + file);          
                log.info(parameterMap);
                /* call jasper method to run report. */
                JasperRunManager.runReportToPdfStream(reportInputStream,
                                                      servletOutputStream, parameterMap, connection);
                FacesContext.getCurrentInstance().responseComplete();
                servletOutputStream.flush();
                servletOutputStream.close();Thanks
    Sandeep

    Hi,
    You may convert the spool of your report into PDF quite simply, this has been discussed many times in this forum.
    If you want to provide additional functionalities, especially of your report consists in a table (well, that is generally the case, isn't it), you can use a tableView that provides sorting, filtering, ...
    Besides, it is also possible to turn the tableView content into Excel but you already have this one...  
    Any reason (release ?) you chose BSP over Web Dynpro ABAP ?
    Best regards,
    Guillaume

  • How to get generated HTML file to display in new window from FileDownloadActionListener?

    Hi,
    I am using Jdeveloper version 11.1.1.5.
    I have a use case where the user can produce a report upon the click of a command button. They can generate 3 types of reports, HTML, PDF or Excel depending on which option they select in the radio buttons preceding the 'generate report' command button.
    The files are created in the background (XML file created based on View Objects which is then transformed using the relevant API for the report type and then produces a file which is held in servers temp directory) and is served out through a FileDownloadActionListener component programmatically, which itself is surrounded by a Command Link with visibility property set to 'false' (as per this blog:http://www.jobinesh.com/2010/01/customizing-execution-of-to-validate.html).
    Everything works fine in that the reports generate correctly and after clicking on the 'generate report' button the browser's 'Open/Save' dialog box appears asking the user what they would like to do with the file. I am using Internet Explorer as that is what most of the client users will be using.
    The issue I'm having is as follows. For PDF and Excel types when the user clicks on 'Open' the file opens in separate Adobe Reader or MS Excel application windows respectively, which is as expected and required. However, the HTML document opens within the same browser window within which the application is running and from where the 'generate report' button was clicked. The issues this presents is that if the user closes the browser window displaying the report then they will need to open a new window to re-establish connection to the application. If they click the browser 'back' button then it takes them back to the original page but not in exactly the same state as it was before the report was launched i.e. there are some components missing and the page doesn't display correctly.
    Is there another way for me to achieve this or is it even possible? I tried setting the 'useWindow' property of the invisible command link surrounding the FileDownloadActionListener to 'true' which didn't work. I tried to surround it with a Go Link instead of a command link but that gave me NullPointerException's, I think because you can only use a component which has an 'Action' property?
    I appreciate your assistance as always.

    Hi,
      I'm not sure if this solution is appropriate to your situation, but I had the same problem with trying to redirect from a commandLink to a new window.  In the method that is called by the links action I used the following:
    // Open the url in a separate browser window
    ExtendedRenderKitService erks =
      Service.getRenderKitService(fctx, ExtendedRenderKitService.class);
    StringBuilder script = new StringBuilder();
    script.append("window.open('" + url + "', '', '');");
    erks.addScript(FacesContext.getCurrentInstance(), script.toString());

  • Links will not display in new window

    I have just install the new version of Thunderbird 31.4.0 and now find when I click on a Link it does not display in a new window. To display the link I have to click on the Explorer tab near the start button. I would like the link to open immediately as it did previously. Thank you very much

    This is not actually a Thunderbird question, but a browser issue, so you should really be asking this in the Firefox forum (assuming you use firefox) as it is the browser not taking the focus.
    However, here is some help if you use Firefox.
    If you use Firefox:
    type : about:config into the Firefox address bar and hit enter. you will get a warning to be careful :)
    In the Search bar, type : diverted look for this line: "browser.tabs.loadDivertedInBackground"
    By default, the value of this entry should be false. This would give you focus on the browser after opening the link.
    So check to see if you may have this set as 'True'.
    To change it, double click on that line and it will toggle the value from 'True to 'False'.
    Restart Firefox .

  • How do i move ipod nano content to a new Windows computer?  My old computer died and when i try to sync to itunes on my new Windows computer, it says it will erase what's on the ipod.  I can't seem to de-authorize the old computer (it's been recycled).

    Hi, I'm an ipod newbie, and unsure of what product i have-i believe it's an ipod nano, but can't seem to find any info on itunes that will identify my product.
    how do i move ipod nano music to a new Windows 7 computer?  My old computer died and when i try to sync to itunes on my new Windows computer, it says it will erase what's on the ipod.  I can't seem to de-authorize the old computer (it's been recycled).  Does this mean I have to start all over and read in my CD's into itunes?  seems very inflexible/inelegant...
    thanks for your help, sorry if this question has already been answered before!

    Is there no ANSWER TO THIS PROBLEM?

  • Open Link in Content Editor in New Window

    I have recently built a page with a CEWP that points to a website. I want users to click the m the source site),  and have them open in a new window (currently, it's viewable only in the CEWB). Is there any easy way of doing this?
    For clarity, imagine you have a CEWP pointing to Amazon.com, and whenever a user clicked a link to a product, it opened in a new window (not just inside the CEWP). How would you make that happen?
    Thanks!

    Kind of this one...!
    <script language="JavaScript">
    _spBodyOnLoadFunctionNames.push("rewriteLinks");
    function rewriteLinks() {
    var links = document.getElementsByTagName('a');
    var len = links.length;
    for(var i=0; i<len; i++)
       links[i].target
    = "_blank";
    </script>

  • Dialog framework and commandButton doesn't display in new window

    I'm using a af:commandButton to launch a dialog in a new windows with no luck
    I'm using EA1 and ADF EA 19, my command button is
    <af:commandButton text="dialogo"
    launchListener="#{controladorLink.launch}"
    useWindow="true"
    returnListener="#{controladorLink.regreso}"
    partialSubmit="true"
    action="#{controladorLink.accion}"
    actionListener="#{controladorLink.actionListener}"
    windowHeight="200" windowWidth="300">
    Am I doing something wrong? According to the Dialog Framework documentation you need to set an "useDialog" attribute, but it doesn't exists in commandButton, do I need to use commandLink necessarily?
    Thanks

    Did you take care of these requirements?
    The value bound to the action should return a string of the form "dialog:.....".
    Eg: <af:commandButton text="Show More Information"
    action="dialog:showDetail"/>
    And there is a navigation-case that needs to be added to the faces-config.
    <navigation-rule>
    <from-view-id>/*</from-view-id>
    <navigation-case>
    <from-outcome>dialog:showDetail</from-outcome>
    <to-view-id>/showDetail.jspx</to-view-id>
    </navigation-case>
    </navigation-rule>
    Hope this helps.
    Thanks,
    Balaji

  • External links to sub projects cannot be displayed in new window

    Hi
    my question is: while putting hyperlinks to external topics ,
    the options where you choose to open the links in 'New window' or
    'pop up window' becomes inactive. deos this mean I cannot open
    external links in new windows or pop ups????

    Hi there Kathrin
    I think you may be mistaken on this. Moments ago I tested to be certain. I have a CHM that successfully opens another CHM.
    I'm using Windows 7 64 bit.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Create URL for image content and display in new window

    Hi,
    I am attaching a new image and it is displayed in a table view.
    I am having problems creating the URL for the image.
    When i give the link of external site like http://www.google.com, it works fine. It does not work when i give as www.google.com.
    It does not work for the image. Please help.
      ls_properties-name         = 'KW_RELATIVE_URL'.
      ls_properties-value        = lv_imgname.
      APPEND ls_properties TO lt_properties.
      ls_properties-name         = 'LANGUAGE'.
      ls_properties-value        = sy-langu.
      APPEND ls_properties TO lt_properties.
    Assign file properties
      ls_file_access_info-binary_flg = 'X'.
      ls_file_access_info-file_name  = lv_imgname.
      ls_file_access_info-mimetype   = 'image/pjpeg'.
      ls_file_access_info-property   = lv_string2.
      APPEND ls_file_access_info TO lt_file_access_info.
    Move content to file_content
      lv_str = lv_img_content.
      lv_strlen   = XSTRLEN( lv_str ).
      lv_offset   = 1022.
      lv_bytes_rd = 0.
      lv_bytes_rm = lv_strlen.
      ASSIGN lv_str TO <fs>.
      WHILE lv_bytes_rd LT lv_strlen.
        IF  lv_bytes_rm LT lv_offset.
          ls_content-line = <fs>+lv_bytes_rd(lv_bytes_rm).
        ELSE.
          ls_content-line = <fs>+lv_bytes_rd(lv_offset).
        ENDIF.
        APPEND ls_content TO lt_content.
        lv_bytes_rd = lv_bytes_rd + lv_offset.
        lv_bytes_rm = lv_strlen - lv_bytes_rd.
        CLEAR ls_content.
      ENDWHILE.
    Create a Document using class CL_CRM_DOCUMENTS
      CALL METHOD cl_crm_documents=>create_with_table
        EXPORTING
          business_object     = ls_business_object
          properties          = lt_properties
          file_access_info    = lt_file_access_info
          file_content_binary = lt_content
          raw_mode            = 'X'
        IMPORTING
          loio                = ls_loio
          phio                = ls_phio
          error               = ls_error.
    Using the logical and physical id's, get the file location as an URL
    data:
    lv_no type char1 value '1'.
        CALL METHOD cl_crm_documents=>get_with_url
          EXPORTING
            loio     = ls_loio
            phio     = ls_phio
            url_type = '2'
          IMPORTING
            error    = ls_error
            url      = lv_url1.
    should i prefix the url with 'javascript:'?
    Thanks in advance.
    Regards
    Shanthi

    Hi Shanti,
    The URLs that are external to the server, you should always have http://, your image URL is has http:// prefix? Other wise system will always look for the same inside the current BSP application. For Example your BSP application is ZBSP and if you are accessing www.google.com the URL in the browser will be
    *******/bsp/ZBSP/www.google.com which will not be existing, hence causing the problem.
    If not try adding http:// to the URL by concatenation and try.
    Regards,
    Ravi

  • Need help working with frames. Nothing opens in target frame...always new window :(

    Guess I should reach out and ask for help before I get so frustrated, as my name implies.
    I am new to frames. I have my frameset page done. I have a top section from my logo. I have
    a side section for my navigation and a main section (body) that is my target for the navigation links.
    It all looks great on the main frameset page. But whenever I click on a link on the side of the page,
    that should be a navigational link that feeds into my main section (body) area it always opens a
    new page. I can't ever get those pages to show up in that 'body' frame.
    I have tried using the <base target>
    I have tried doing each line individually, leaving the <base target> in and taking it out.
    I have tried writing the code myself.
    I have tired using the GoLive Action thing and doing a link and using ForceFrame.
    I have tried everything I can think of and wonder if anyone has any ideas.
    This is what I have, using the forceframe:
    <head>
      <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
      <meta name="generator" content="Adobe GoLive 6">
      <title>Welcome to Adobe GoLive 6</title>
      <csactions>
       <csaction name="5F8BE850" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
       <csaction name="609B1923" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
       <csaction name="606FEA72" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
       <csaction name="71581815" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
       <csaction name="716388D6" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
      </csactions>
      <csscriptdict import>
       <script type="text/javascript" src="GeneratedItems/CSScriptLib.js"></script>
      </csscriptdict>
      <csactiondict>
       <script type="text/javascript"><!--
    CSAct[/*CMP*/ '5F8BE850'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
    CSAct[/*CMP*/ '609B1923'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
    CSAct[/*CMP*/ '606FEA72'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
    CSAct[/*CMP*/ '71581815'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
    CSAct[/*CMP*/ '716388D6'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
    // --></script>
      </csactiondict>
    </head>
    <body background="Images/bgd.gif" bgproperties="fixed" link="#7b00ff" vlink="#7b00ff" alink="#7b00ff">
                          <table width="232" border="2" cellspacing="2" cellpadding="0">
       <td width="200" height="24">
        <div align="left">
         <b><a title="accessories-f.html" onclick="CSAction(new Array(/*CMP*/'609B1923'));return CSClickReturn();" href="accessories-f.html" target="Body" csclick="609B1923">Accessories</a></div>
       </td>
       <td width="5" height="24">  4  </td>
       </tr>
       <tr><td width="200" height="24">
        <div align="left">
         <b><a title="audio-consoles.html" onclick="CSAction(new Array(/*CMP*/'5F8BE850'));return CSClickReturn();" href="audio-consoles.html" target="Body" csclick="5F8BE850">Audio Consoles</a></div>
       </td>
        <td width="5" height="24">  3  </td>
       </tr>
       <tr><td width="200" height="24">
        <div align="left">
         <b><a title="cases.html" onclick="CSAction(new Array(/*CMP*/'606FEA72'));return CSClickReturn();" href="cases.html" target="Body" csclick="606FEA72">Cases</a></div>
       </td>
        <td width="5" height="24">  2  </td>
       </tr>
    This is what I have for the framset page that is called clearance1.html  :
    </head>
    <frameset border="0" frameborder="no" framespacing="0" rows="201,*">
      <frame name="ClearanceT" noresize src="clearance-top.html">
      <frameset border="0" cols="275,*" frameborder="no" framespacing="0">
       <frame name="ClearanceS" noresize scrolling="no" src="clearance-side.html">
       <frame name="Body" noresize src="clearance-main.html">
      <noframes><body><center>This website uses frames. Your current browser does not display frames <br>or frame viewing has been turned off.
      To view these pages please <a href="clearance.html">Click here</a></center>
                  </body>
      </noframes>
    </frameset>
    If someone could please help I would be so appreciative!!!!! Thanks!

    Hi,
    I appreciate the help but I tried that and it still doesn't work. I had done what you said already, other than changing the name of the frame, so this time I tried that. Still didn't work.
    Here is my current code....I changed the frame to "Baby" and only tried the one item, Accessories:
      <csactions>
       <csaction name="5F8BE850" class="FrameMaker" type="onevent" val0="audio-consoles.html" val1="Body" urlparams="1"></csaction>
       <csaction name="609B1923" class="FrameMaker" type="onevent" val0="accessories-f.html" val1="Baby" urlparams="1"></csaction>
       <csaction name="606FEA72" class="FrameMaker" type="onevent" val0="cases.html" val1="Body" urlparams="1"></csaction>
       <csaction name="71581815" class="FrameMaker" type="onevent" val0="/clearance1.html" val1="Body" urlparams="1"></csaction>
       <csaction name="716388D6" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
      </csactions>
      <csscriptdict import>
       <script type="text/javascript" src="GeneratedItems/CSScriptLib.js"></script>
      </csscriptdict>
      <csactiondict>
       <script type="text/javascript"><!--
    CSAct[/*CMP*/ '5F8BE850'] = new Array(frameP,/*URL*/ 'audio-consoles.html','Body');
    CSAct[/*CMP*/ '609B1923'] = new Array(frameP,/*URL*/ 'accessories-f.html','Baby');
    CSAct[/*CMP*/ '606FEA72'] = new Array(frameP,/*URL*/ 'cases.html','Body');
    CSAct[/*CMP*/ '71581815'] = new Array(frameP,/*URL*/ '/clearance1.html','Body');
    CSAct[/*CMP*/ '716388D6'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
    // --></script>
      </csactiondict>
    </head>
    <body background="Images/bgd.gif" bgproperties="fixed" link="#7b00ff" vlink="#7b00ff" alink="#7b00ff">
                          <table width="232" border="2" cellspacing="2" cellpadding="0">
       <td width="200" height="24">
        <div align="left">
         <b><a title="accessories-f.html" onclick="CSAction(new Array(/*CMP*/'609B1923'));return CSClickReturn();" href="accessories-f.html" target="Baby" csclick="609B1923">Accessories</a></div>
       </td>
       <td width="5" height="24">  4  </td>
       </tr>
       <tr><td width="200" height="24">
        <div align="left">
         <b><a title="audio-consoles.html" onclick="CSAction(new Array(/*CMP*/'5F8BE850'));return CSClickReturn();" href="audio-consoles.html" target="Body" csclick="5F8BE850">Audio Consoles</a></div>
       </td>
        <td width="5" height="24">  3  </td>
       </tr>
       <tr><td width="200" height="24">
        <div align="left">
         <b><a title="cases.html" onclick="CSAction(new Array(/*CMP*/'606FEA72'));return CSClickReturn();" href="cases.html" target="Body" csclick="606FEA72">Cases</a></div>
       </td>
        <td width="5" height="24">  2  </td>
       </tr>
    It appears that I should be able to just use the 'target' tag to get this to work right. It didn't. So I tried the action menu item with the ForceFrame
    and that didn't work either. I don't get why something that looks so simple doesn't work

  • Style and layout for text item displayed in new window

    1. I publish a text item and selects "Link That Displays Item In Full Browser Window".
    2. When I open the item the layout and style of the window is not as wanted.
    Where can I find the template containing this layout and style? How can I create my own layout and style?

    Not possible in the current release of Portal. We're planning templates for text and other item types in a future release.
    Regards,
    Jerry
    PortalPM

  • Download a file without opening new window

    Hi everybody,
    I need to save a file to local PC into a certain predefined file in such a way that user does not get any pop-ups or new windows - i.e. 'in background'.
    I have tried 'FileDownload' - this get file content displayed in new window and if saved is to be allowed - a save pop-up is displayed.
    If I try attach_file_to_response of cl_wd_runtime_services - it also gives a pop-up.
    Does anybody know a way to download a file to local PC in such a way that the content of the file is not displayed in the new pop-up window and save dialog does not appear?
    Thank you for your help.
    Helen

    Hi Olena,
    You will not be able to download a file in the background due to the browser security defaults. All browsers always prompt the users to accept files otherwise viruses and trojans would be able to be installed on your pc without you accepting them.
    I know it is possible to write via SAPGui without a prompt but not from a browser.
    Sorry.
    Richard
    PS Dont forget the points!

  • Display values on new window from backing bean HashMap

    Hi,
    I need to open a new window when user clicks on some link from the current page. New window will display few values which are set once the link is clicked.
    I have created a bounded task flow with a jspx page added into the task flow. This jspx page contains a jsff page. While clicking on the link, I have called backing bean method which will create and set a HashMap containing key-value set which is used to display on new window.
    New window is created by javascript. And I am not able to get HashMap values which are set by bakingbean method.
    Is there anyway to solve this?
    Code:-
    Backing Bean method to open new window
    private void launchWindow () {
    FacesContext facesContext = FacesContext.getCurrentInstance();
    // Taskflow parameters map
    Map <String, Object> params = new HashMap <String, Object> ();
    // Get taskflow URL to be opened in new window.
    String taskflowURL = ControllerContext.getInstance ().getTaskFlowURL (false, new TaskFlowId (
    AppsConstants.DESCRIPTION_TASKFLOW_DOCUMENT,
    AppsConstants.DESCRIPTION_TASKFLOW_ID), params);
    taskflowURL = taskflowURL.replaceAll("%2F", "/");
    ExtendedRenderKitService erks = Service.getRenderKitService (FacesContext.getCurrentInstance (), ExtendedRenderKitService.class);
    String jsScriptWindowOpne = "window.open(\"" + taskflowURL + "\", \"" + resourceBundleMapper.getString (AppsConstants.LBL_NOTI_DESC_NEW_WINDOW_TITLE) + "\");";
    try {
    erks.addScript (FacesContext.getCurrentInstance(), jsScriptWindowOpne);
    } catch (Exception e) {
    logger.log (Level.SEVERE, "Exception while adding javascript to open a new window in ExtendedRenderKitService object. " + e);
    New window jsff page
    <af:outputText value="#{backingBeanScope.notification.notificationDescriptionMap}" />
    Output
    I want to get values from this HashMap, to test the size/content of this Map, I have printed this Map.

    Hi,
    Yes its possible..
    A simple google search gave me this Result.
    Betw:
    you can also open taskflow as popup in your page(inline popup) instead of opening the taskflow in other browser window.
    53-taskflow-in-popup-169196.pdf
    Regards,
    Santosh.
    Edited by: Santosh Vaza on May 11, 2011 2:11 PM

  • Tarketing Frame in New Window

    Hi
    I have a number of links on a webpage. When you click on
    these I want them to open in a new window that has two frames. The
    top frame will be an advert back to my website and the bottom frame
    is where the link will open. Is this possible? How do I get a link
    to open in a new window and target a particular frame all in one
    go?
    I can do it the long way by setting up a new page for every
    single advert, but is there a way to set up one page and get the
    the link to open a particular frame?
    Thanks in advance
    Eoghan

    Don´t think that this can be done with regular HTML
    means, because the frameset displayed in the new window will have
    two hard-coded "targets" -- *maybe* this might work if...
    1. you´re loading a "dynamic" page
    (e.g. "new_window.php" containing the frameset) in the new
    window, and in here...
    2. make the bottom frame´s "src" accept a
    $_GET['page_url'] variable that´s passed via a parameter in
    the link -- example : <a target="_blank"
    href="new_window.php?bottomlink_target=page1.php">link</a>
    the respective "frame name" in the new window should be able
    to receive the value of the above-mentioned "bottomlink_target"
    parameter this way:
    <frame name="bottom" topmargin="0" leftmargin="0"
    marginheight="0" marginwidth="0" scrolling="auto" src="<?php
    echo $_GET['bottomlink_target']; ?>">
    I think this should work, but never tried it myself -- so if
    you´re feeling adventurous, please see how it works and let us
    know ;-)

Maybe you are looking for