Open Application in the New Window.

Hello Techie's,
I need some clarification with respect to open an application from the INDEX page.
We are in CRM 2007, And I have created a new component "ZDictionary"and which has the view and the main window.
I configured  "ZDictionary" component which will opened through the link "Dictionary Maintenance" in Navgation bar pofile config.
I configured Index page in my IC_AGENT profile which will show me the link "Dictionary Maintenance" onclick on that link, it will open the application with view there in the component "ZDictionary".
But I want the application to be opened in the new window rather opening in the same window.
Can anyone help me on this.
Regards,
Santosh

That problem is caused by McAfee Site Advisor
*https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
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.com/kb/Safe+Mode

Similar Messages

  • New Window from "FILE- NEW-WINDOW" duplicates all the currently open tabs in the new window. I want new window with just the "Home" tab please?

    Running Firefox 3.6.13 on 64Bit Win7.
    I like to group tabs on a topic in a window, and when the tabs get to be too many, or a new topic, I do FILE->NEW-WINDOW and expect a new window with just one default (Home) tab. Instead I get a new window with ALL the tabs of the first window.
    I have checked all the Options I could find. Nothing helped. I CAN make a new Window with just one tab if I right-click a link and say "Open in NEW Window".

    A new window should only open with the home page(s).<br />
    If you see differently then you need to check your extensions.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • WAD - open Document in the new window

    Hi All,
    in my old web application 3.5 I had the possibility to open the HTML file from MIME repository. All what I had to do was to press the button. Now I have the new web application 7.x and put the same document into the KM. In the next step I would like to implement the button to open the file in KM. How to do this?
    Do I have to open it with javascript (as before) or there is some other possibility to do it? Maybe WAD-command?
    Thanks and Regards
    Erwin

    Hi Erwin,
    I think the best way would be to open in using the Java Script component.  Drag in the Java Script component, then assign the component to the button.
    Thanks,
    Nick.

  • Whenever I open a new window of firefox a new tab opens with the new window. How do I get it to stop doing that?

    Whenever I open a new window of Firefox, the new window opens at the hope page (like I want it to), but then a tab opens up with the new window. I want Firefox to stop doing this. When I open a new window I just want the window to open. I don't know how to fix this as I have know idea how I made this happen. This first happened when I hit control + N to open a new window, but I didn't hit the "N" cleanly. I pressed one of the other keys around the "N" and this issue started.

    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.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Since the latest update of Firefox was installed on my Windows Vista Home Premium system it appears to be crashing and sometimes plays up by not opening requested sites in new windows, tabs etc. Should I uninstall and reload Firefox??

    Also when closing tabs and windows the screen appears to momentarily go a blue color. This same blue color can also be seen when Firefox appears to crash or stall. If you try to open a new tab or a new window there appears to be some hesitation before the new window opens and sometimes the new window or tab simply refuses to open-you then have to shut down Firefox and restart to improve this.
    Rgds

    Thanks Alan I tried disabling several items so far and the situation has improved but still not as stable as I would like. Systematic approach is the key here so I'll continue with a process of elimination.
    Rgds

  • Suppress the New Window opened by "APPLICATION.openNewWindow"

    Hi,
    I am looking for a solution where  i have included a URL in "APPLICATION.openNewWindow" and that in turn that URL update the Database using the webservice. I am looking for suppressing the the New window which is opened up instead of user closing it manually.
    If there any solution please let me know.
    Thanks.

    Hi Kumar,
    no big chance in standard implementation.
    One possible option would be that you open the URL to some server which will bring back html and java script which will make two steps:
    * call your real URL to pass the values
    * close the window
    with this, the work must be done on your side and will be a bit flickering
    Other option is to use one of the free SCN sdk components, like:
    Post Response Parser - SCN Design Studio Community
    Open Window by Post - SCN Design Studio Community  (here an extension would be required)
    or
    Embedded Frame - SCN Design Studio Community
    -> here you could place this frame and move to invisible area for the user (like left -2000). by this the component will still be visible and rendered, but the user will see nothing. there is API to set the URL and trigger execution of the URL.
    perhaps some of those will help you.
    Karol

  • Open URL in a new window by closing the parent window

    Hi Friends,
    Is there any option to open URL in a new window by closing the parent window on a button click?
    Already implemented the logics suggested in /people/mohammed.anzys/blog/2007/06/05/how-to-close-parent-window-in-webdynpro-applications , the thread ' URL in same window '  and the standard component WDR_TEST_EXIT_PLUG .But button is not triggerring any actions .plz help me  ..............
    Regards,
    Radhika

    hi,
    Do the following steps :
    -> Make an Outbound Plug to the Window.
    ->Make the type of Outbound plug to Exit Type.
    ->Add URL of type String as a parameter to the outbound plug of Window.
    ->Do remember to add Component Name in the Properties Tab of View ( othervs Calling Outbound plug of window from view wont b possible ).
    To open a new URL with closing the previous one write this Code in OnAction of Button : ( this Code can be get from Code Wizard too ).
    DATA lo_zexit TYPE REF TO ig_zexit .   <zexit is name of my Component>
    lo_zexit =   wd_this->get_zexit_ctr( ).
      lo_zexit->fire_out_window_plg(
        url =   'http://www.google.com'                            " string
    I hope it helps.
    Thanx.

  • Director automatically open all the links of  webpage in the new window

    hi
    i want to design the application in director .when user enter
    the URL of any website then all links of web page open in the new
    window....
    for example ..if user type "
    www.Google.com" then all links(hypertext) of Google webpage
    automatically open in the new /separate window ...
    reply me how can i do this
    regards farhana

    Just off the top of my head you could use getNetText(URL) and
    netTextResult(netID) to get the HTML source of the web page as a
    string, parse the string for <a> tags, extract the href
    attribute to create a list of links, then use gotoNetPage using
    _new as a target to spawn a bunch of browser windows with those
    links. IMHO the result would be like getting spammed with dozens if
    not hundreds of popups but there is no reason why it wouldn’t
    work.

  • How can I put OSX 10.7 on a new Macbook Air. Maverick no longer allows "open file in a new window" and I really miss it. At the Apple Store they told me it can't be added to the new OSX 10.10 so I  want to change the OSX on the new Macbook Air and it

    I have been using a 2012 Mac pro to do HD video editing. I bought a new portable Macbook Air only to find that Maverick no longer has "open files in a new window" which I use all the time in the very large folders of video clips and royalty-free music. I asked at the Apple Store how I could get this back on the Macbook Air and they said it couldn't be done so I thought I would re-format the HD and install 10.7 on it and was notified by the Macbook Air I can't put 10.7 on that computer. Apple use to give this as an option but now they have gone more to the attitude of "Do it our way or go to ****!" In anger I went out and bought a Dell Laptop and Pinnacle Studio 17 which I have been learning to use. I have been an Apple/Mac user since 1979 and would still rather do my video editing on a Mac. Is there any way that I can force the Macbook Air to let me load in OSX 10.7 where there is still the option to  "open files in a new window" or is there a way to add this to Maverick? The experts at the Madison, WI Couldn't give me any help on this.

    Choose Preferences from the Finder menu, click on the General tab, and uncheck the box to open folders in a new tab.
    (117195)

  • Lately, Firefox often won't open the links when I click on them but will only open them when I ask it to open them in a new window or tab.

    Often when I open Firefox, in the middle of a session it'll stop responding to my clicking on a link to open it in the same window. It'll show the url in the bottom when I hover over it but will do nothing when I click on it. It will only work when I either right click on it (then select open in new window/tab) or command click on it (opens in new tab automatically). I've noticed that it happens a lot when clicking on a link for a Google search result, but I know that it's not exclusively there, and it probably just sticks out more in my mind.

    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.com/kb/Safe+Mode

  • I would like to open links in a new window but cannot find where to put the setting. Have unchecked the "Open new windows in new tab instead" box in the Options dialog box.

    When I click a link on a webpage or other software, I would like for it to open in a completely new window.

    You can hold the Shift key and click the left mouse button a link to open that link in a new window.
    The setting in Tools > Options > Tabs is only for links that specify a target window and you can divert such a link to a new tab instead.

  • Open Firefox 4 in new window gives a Window frame and address bar does not refresh the current url

    Using Firefox 4 in Windows 7
    I have customised the position of tabs (Tabs on top) and which toolbar items I would like to see.
    The first window I open of firefox 4 always has the configuration as I set it.
    Whenever I open a new window of firefox either:
    - Right-click a link to open in a new window
    - Click a link anywhere (such as an email) to open a new window
    - When a website opens a page in a new window
    Bad Results:
    - The new window does not have the configuration as set in the main window (Tabs on top)
    - The new window has a windows type window frame around the firefox window (see two sets of window controls eg. "minimise", "restore" and "close")
    - The open page does not show the url - navigating to a new page within this window will not update the url :: strangely enough clicking the url page icon will update the url as it should be
    - Sometimes when restarting firefox, it will open the first main window with the remembered tabs and then open approx 8 or so blank new windows as described above

    This 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 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.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • When I open a new windox in Firefox 3.6.10 on Windows XP, it opens not only a new window, but all my existing tabs reopen in the new window too--how do I fix this?

    Whenever I open a new window in Firefox, it not only opens a new window with a new tab, it also opens all my existing tabs a second time in the new window. This has been happening for several days. Closing Firefox and rebooting doesn't solve the problem.
    A related problem is that if I close all tabs and close Firefox, then reboot and re-open Firefox, all the tabs that were closed re-open too.
    This is new behavior in Firefox in my experience.

    Firefox opens the home pages in a new window, so if you want to open a new window blank then you need to set the home page to about:blank
    You can check the startup setting:<br />
    Tools > Options > General > Startup: "When Firefox Starts": "Show my home page" | "Show a blank page"

  • How do I change opening a new window so it stays on the new window when I open it?

    When I click on the 'New Window' button, it opens a new window than immediately goes back to the original window. I want the new window to remain displayed until I choose to go back to the original window.

    Sounds that you've clicked the Rest button and have created a new profile.
    Note that "Reset" creates a new default profile with a time stamp appended to identify it and tries to recover settings like bookmarks and history and passwords and cookies and auto-fill data from the old profile, but you lose data like extensions and other customizations.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Firefox 15+ versions will move the old profile folder to an "Old Firefox Data-##" folder on the Desktop that gets a number appended if you use reset more than once.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Opening A Link In New Window, While Leaving The Existing Webpage Open

    Hi,
    When I click on a link in a page, I want a new window to open with the contents of that link, leaving the 'linked from' page still open on my monitor. I don't want the existing 'linked from' page disappearing when the 'linked to' page opens on top of it. I don't think that in Internet Explorer, which I was using before, that the previous page disappeared in the way it does on Safari. I continually find myself losing the page I want to keep while I open another. In Preferences>General, I have tried to set Safari up to work the way I describe above, but I can't seem to find the right default procedure.
    Or,
    How do I leave the departure window open, and below the arrival window, when clicking a link from the former to the latter?
    Thanks,
    Rafael

    Hi,
    the only way I know of the is to go to file and click for a new Window.
    Sounds like tabs maybe your thing, from Safari's Helpviewer. for more info look there.......
    To turn on tabbed browsing, choose Preferences from the Safari menu and click Tab. Select Enable Tabbed Browsing.
    To open a link or bookmark in the bookmarks bar in a new tab, hold down the Command key and click the item, or hold down the Control key, click the item, and choose Open in New Tab from the shortcut menu.
    To open a bookmark collection in the bookmarks bar or a folder of bookmarks in the Bookmarks Library in tabs, hold down the Control key, click the collection or folder, and choose Open in Tabs from the shortcut menu.
    If you select the Auto-Click checkbox for a folder in the bookmarks bar, then you can open all the bookmarks in the folder in tabs by clicking the folder name in the bookmarks bar.
    To open a webpage in a new tab, choose New Tab from the File menu and type the address for the page.
    To close a tab, click the close button in the tab.
    To quickly switch between tabs, press Command-Shift-[ and Command-Shift-].
    To show a webpage that is in a tab and close all other tabs, hold down the Option key and click the close box in the tab you want to remain open.
    When you click a link in a page you are viewing in a tab, the page opens in the current tab. Click the Back and Forward buttons in the address bar to scan pages you have opened in a tab.
    If you choose a page from the History or Bookmarks menu, the page opens in the current tab.
    Hope it helps you do what i think you are looking for.
    Cheers
    Eme

Maybe you are looking for