Set F12 to preview page in a NEW window?

Hello All,
I'm documenting a web application; I'm writing the help page
for it. So I have my browser displaying the web app and I flip back
and forth between IE and Dw. But when I preview my page from Dw by
pressing F12, the help page 'over-writes' the web app page.
I know this is standard IE behaviour, but is there a work
around out there? Can I not tell Dw to open a new instance of IE
before it previews my html page?
Thanks!

It's not in the code.   The page that's live online is ok.   It's the changes I'm making that I want to preview without uploading.   I'm thinking I must have changed some settings from inside dreamweaver.
When i hit f12, it asks if I want to update the file on the testing server then proceeds to act like it's uploading to online but then I just get a new browser window with my search engine page (which is my browser's home page)
I think it's something inside Site, Manage Site, Edit, and then
In Local Info, my http address is set to http://.
In Remote Info, my ftp host = www.annablueberry.com/practice, host directory = blank.
In Testing Server, ftp host = www.annablueberry.com/practice, host directory = blank, url prefix = www.annablueberry.com/practice
I think at least one or more of these might be set incorrectly.  One of these should be set to localhost, shouldn't it?

Similar Messages

  • How can I set the default home page for all new users in Firefox 4

    I'm trying to deploy FF 4.0rc1 in a corporate environment but I can't find a way to set the default home page or any other settings for that matter.
    Is there a way to set the default home page for all new users and lock it so that the users can't change home page?
    Best regards
    Jonas

    In Firefox 4 the template folder for new profiles (C:\Program Files\Mozilla Firefox\defaults\profile\
    ) doesn't exist. You can create that \defaults\profile\ folder and place a file user.js in it with the prefs that you want to initialize.
    See:
    *http://www-archive.mozilla.org/catalog/end-user/customizing/briefprefs.html
    You can also use a mozilla.cfg file to set the default value for prefs.<br />
    See: http://kb.mozillazine.org/Locking_preferences
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes
    lockPref(); // lock pref, disallow changes

  • Firefox randomly opens an existing page in a new window

    I open Firefox with no problem - it opens all my existing tabs. When I choose a tab, and run the cursor over a page (no button pressed) Firefox will randomly (not always) open that page in a new window. VERY annoying!

    The problem occurs with no clicking or dragging, but thanks ...
    ~pete

  • My Google preferences are set to show search results in a new window. However, when I do a Google search, it Firefox always opens 2 new windows with the (same) results. How can I fix this?

    I did not change my Google settings. I always have had it set to open search results in a new window. Some time ago, it started opening up two windows that have identical url/content.

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to redirect a page to a new window instead of the current one

    Can someone please tell me how to redirect a page to new window.
    I mean I am running a JSP with a button and on clicking it i am opening a new window (thru javascript offcourse),
    Now response.sendirect("New.jsp") should be opened in that new window opened.
    I tried it but the New.jsp page is opened in the current page (Even though new window is opened ! ).
    Please help.

    Hi,
    U can use the following code to Pop up in new window
    Jsp1.jsp
    <%
    if(action != "")
    response .sendRedirect("Jsp2.jsp");
    else
    %>
    <html><head><title>JSP 1</title>
    <script language="JavaScript">
    function View()
    window.open("Jsp1.jsp?action=view","View","");
    </script>
    </head><body>
    <form name="frm" method="post">
    <input type="button" value="View" onclick="View()">
    </form>
    </body>
    </html>
    <%

  • How to popup an OAF page in a new window?

    Hi all,
    I hava a requirement to popup an OAF page in a new window when i touch a image .
    When i touch the image,popup a new OAF page ,and the orial page become invalid like LOV,
    there are some messageTextInput items and a 'Confirm' submitButton in the new OAF page,
    So how to popup a new OAF page and how to pass the values to orial OAF page when i press the 'Confirm' submitButton?
    Can anybody give me a detailed example pls?
    Tks,
    Edmund.

    Hi Ming,
    It seems that the page you are trying to open has some security access on it. Read Menus and Page Security in Dev Guide for more details.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                   

  • How to Open BSP page in a new window?

    Hi All,
    I am creating a BSP application wherein i have a htmlb button for "help".
    I want to open this help page in a new window, so that alongwith the help page the user can
    view other pages also simultaneously.
    Is there any way by which i can open this BSP page into a new window without loosing
    the contents of the current page on which the help button is present.
    A sample code for opening page in new window will be of great help.
    Thanks in Advance for your help.

    Hi Mahima,
    Use the onClientClick event of the button.
    on_Client_Click="callwindow();"
    <s cript>
    function callwindow()
    win_dow.o_pen("www.sap.com");
    </s cript>
    Please remove the underscores from code.
    Regards,
    Anubhav

  • [ADF Faces] How to open a jsf page in a new window.

    I need to open in a new window a page....
    I have used the Dialog Framework, but it does not work, because the objects is never reseteds, the frameworks was saving the states of it.....
    Then I need only to open the page in a new window, a pop up.
    The CommandButton has not the Target property :(
    thanks

    I discovered it
    private String goPohecamp() {
            FacesContext context = FacesContext.getCurrentInstance();
            // Create the dialog UIViewRoot
                ViewHandler viewHandler = context.getApplication().getViewHandler();
                UIViewRoot dialog = viewHandler.createView(context, "/access/ecamp.jsp");
                HashMap properties = new HashMap();
                //properties.put("width", new Integer(250));
                //properties.put("height", new Integer(150));
                AdfFacesContext afContext = AdfFacesContext.getCurrentInstance();
                afContext.launchDialog(dialog,
                                        null, // not launched from any component
                                        null, // no particular parameters
                                        true, //show in dialog
                                        properties);
            //return "goPohecamp";
            return null;
        }Like this is better to me

  • Open a bsp page in a new window?

    Hi All,
    I am creating a BSP application wherein i have a htmlb button for "help".
    I want to open this help page in a new window, so that alongwith the help page the user can
    view other pages also simultaneously.
    Is there any way by which i can open this BSP page into a new window without loosing
    the contents of the current page on which the help button is present.
    A sample code for opening page in new window will be of great help.
    Thanks in Advance for your help.

    Hi,
    Pls try the below logic :
    <htmlb:button id = "help"
    text = "Help"
    design = "standard"
    onClientClick = "window.open('http://www.sap.com')"
    tooltip = "Help"
    />
    This will work for you.
    Regards
    CSM Reddy

  • UIX question: Open printable page in a new window

    I am using 10.1.2 version of JDeveloper with UIX/ADF.
    In one of the UIX pages, I am using a submit button to fire an event named printMe to open the uix page in a printable format.
    <event name="printMe">
          <showFacet name="printable"/>
        </event>But, understandably this takes out all the links in the page and the only way to go back to the original page is to use the back button (which users might find unintuitive). I was wondering if there is a way to make the printable page to open in a new window?
    I don't think using the destination or onClick attributes of the submitButton with the javascript:openWindow() function would achieve this. Because this still loads the page in a 'printable' format in the same window and opens a new window in the 'non-printable' format.
    I would like to know, if there is a way to direct the printable facet to open in a new window leaving the original page as-is, so the users can print, close the new window and resume using the application.
    Or is there a better way to handle this, as I am open to ideas if there is a better way to address this usability issue.
    Thanks in advance,
    Karthik

    Dear Sir...
    assume that in order to view the report in the page, you should change the where clause of a view object for example (this is dependent on how and what settings you want to make for the page. it does not have to be like this, it is dependent on how you prepare data, perhaps you do not have to prepare anything at all, i do not know what code you have).
    So, assume that in order to view the print report, your code was something like this:
    public void onViewReport(DataActionContext ctx)
    ViewObject V=GetView(); //
    V.setWhereClause("myfiled=123"); //
    V.executeQuery(); // these steps used for preparing data
    ctx.setActionForward("printpageforward"); // go to print page
    Now you remove this code , go to the print page, and override the print page prepareModel method with something like this:
    protected void prepareModel(DataActionContext actionContext) throws Exception
    super.prepareModel(actionContext);
    ViewObject V=GetView();
    V.setWhereClause("myfiled=123");
    V.executeQuery();
    Now you add the script to your button to show the print page in a new window, and that is it. your print page should work fine.
    best regards

  • After I have opened a page in a new window Firefox after a few secs return to the previous page.

    I click on a link in one page to open another page in a new window. This happens and I am brought to the new window, but after 1-3 secs I am brought back to the original window.
    To go to the new window I have to move the cursor to the list at the bottom of the screen and click on the entry for the new window.
    This behavior started a few weeks ago (say early September).
    The problem is consistent.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • ForwardImmediately to open new page in a new window

    Hi,
    Is it possible to force the forwardImmediately method to open the specified page in a new window? Like the Target Frame = _blank on the Link item.
    I am unable to use JavaScript to do this.
    Can forwardImmediately be modified to do this or can I create a link item on my page and dynamically fire it from with the processRequest method of my controller?
    Any help will be appreciated.
    regards
    DG

    How to open new window  in CO programitically in OAFramework
    opening a page in a new window using code
    Thanks
    --Anil
    http://oracleanil.blogspot.com

  • How can I set a default web-page when opening new tab?

    Every time I open a new tab the page is empty and I have to go to bookmarks or write URL-address to open a web-page.

    Install the following Add-ons:
    *'''''New TabURL''''': https://addons.mozilla.org/en-US/firefox/addon/newtaburl/
    *after install, set the options. ''Add-ons > Extensions > New TabURL > Options''
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Open only page/iView in new window

    Hi,
    How can I publish a porta page (or iView) in a way that I can open the page/iView without the role menu? Or what kind of URL should I use to call the page (or iView).
    In other words I want to achieve the same functionality which I get when I test the page or iView with the preview button in the portal content directory.
    I assume that I still need to assign this page (or iView) to a role and then assign this role to the user (in order to get this working), but I don't want certain types of users to see the role menu. They just need to open the needed application from our Intranet.
    I thought I could achieve this by using "URL navigation" but it still shows the role context menu.
    Regards
    Pa

    Hi,
      You say you have already checked with NavigationTarget option? What kind of iVIew it is? Why not pick the url link from the preview page itself? That will not show role based menu. The url u picked can be added as link to ur intranet page. You have to decide on authentication though. If you want user to click the link and enter portal username and password to see the iView, then u can keep default settings. Else you can make the iView as anonymous iView by setting it in iView properties.
    Hope that helps.
    Regards,
    Harini S

  • Open a page in a new window when clicking a tab

    Hi everyone,
    I am developing an apex application with apex 4.1.1 and Oracle 11.2.
    I have a tab-set "TS1" in which I have a tab called "startpage". With this tab is associated a page. When logging in, this page is displayed. What I want is when I click the "startpage" tab when I'm in another page than the "startpage", the "startpage" is opened in a new window and the current page doesn't change. Only after a "login", the "stratpage" is displayed without opening a new window. I have tried several things such as an application process, etc but in vain! :-(
    Has anyone an idea how can this be possible?
    Thanks for help!
    Kind regards,

    Sounds a little complicated to do with APEX standard tabs because when you click on them they actually submit the page via javascript. It would take some javascript jujitsu to replace that with your own action. You may have better luck replacing your tabs with a list. Or a plugin like the Enkitec Navbar (disclaimer: I do work for Enkitec).
    However, would you mind explaining better when your trying to accomplish? It sounds a little strange. What is this page that needs to pop open? It wouldn't be a login window would it?
    Thanks
    -Jorge

Maybe you are looking for

  • I have a CC Subscription and I can't install Acrobat XI Pro

    I have a complete Creative Cloud plan and I can use all applications correctly except for Acrobat XI Pro. It says the trial time is over and I need to buy it, but I already have de annual subscription. Doesn't creative cloud already includes Acrobat

  • Why can't I end if in this AppleScript?

    Hello, Could you take a look at this script and explain why I can't end the if? I have tried compiling it with out the if and everything compiles so I know it is not a Syntax Error with the rest of it. But as soon as I enter and compile the end if po

  • Multiple selection to print subcontracting challan

    Hi Gurus, Is is possible to have multiple selection of subcontracting challan for printing it at once similar to what we do in T code MB90 for Material Document printout. Regards Mascot

  • Kernelupgrade to 7.40 for Netweaver 7.30 possible?

    Hello, we have a SAP Netweaver 7.3 Java only system and would like to know, if it's possible to do a kernel upgrade to 7.40 or 7.41. I checked PAM, but in PAM I can only see released kernels for ABAP Application server. If option "Application Server

  • Is this part of quick time and do I need it?

    Is this file part of quick time:0xc0000022? Do I need it? If so, how do I get it to load? If not, how do I remove it?