Error when link opens new window

I have the community projects portlet on the community home page, and when a user clicks on one of the projects, the project opens, but the base window turns into "Page not found". When I do the same thing as admin, it does not do this. Any ideas? Thanks.

F.,
We have been seeing some strange issues with new windows, sessions, etc. with IE8 over the last few weeks (particularly).  Do not have any definitive answers yet but may have something to do with the IE security fixes that came out recently.  If you (or your users -- not sure what role you have) have the ability to log a service request I would suggest doing so to allow us to better troubleshoot and track these issues.
I will come back and update this thread when we have something more definitive.  Right now we are trying to catalog the various behaviors we are seeing and determine what might be going on.
Best regards,
Stevan - Oracle

Similar Messages

  • Links opening new Windows

    Is there a global setting that controls whether links in Portal
    open new IE Windows. I know how to edit this attibute for URL
    items in content areas, but our portal pages and portlet links
    have recently began to open new windows without any explanation.

    iBod:
    Thanks! That did indeed solve the problem. I knew the solution was simple, I just couldn't find the right "Preference" to adjust. It is certainly non-intuitive to have it under the "Tabs" preference panel -- I must have looked right at it and dismissed it as not relevant to my problem. I have now marked this question as "Solved."
    Mulder:
    I have given tabs a try -- many times. It just isn't my style. Now with this preference properly adjusted, I vastly prefer using windows-style browsing. Also, I can scroll through all the open windows in a breeze using "Command-tilde (~)", which is like riffling the pages of a magazine. Very convenient. Another problem with tabs is that all open pages have a tab visible in the top window, which means that anyone seeing the screen can see the names of all currently open Web pages. In my work environment, that is not acceptable -- I only want the top window to be visible at any given time, as it would be a security issue if random passersby walking behind my work area could see exactly which windows I have open at a particular time. In any case, I marked your answer as "Helpful" as well, since the question was already "Solved" by iBod's answer, which was posted first here chronologically.

  • When I open new window browser has inverted color scheme and no window title.

    When I open 1st window in FF top of the page looks usual - like this http://imagestun.com/hosting/kartinki/ff1.jpg
    But when I try to open something in a new window, this new window has strange color scheme at the top and no title, like this
    http://imagestun.com/hosting/kartinki/ff2.jpg
    If I switch from window mode to full screen mode and vice versa everything gets to look normal.
    I've used Classic Theme Reestorer addon, but the same problem occurs when this addon is uninstalled. Restaring computer, reinstalling firefox etc didn't help, I still get these annoying white letters in the main menu when I try to open 2 or more firefox windows.
    Is there any way to fix it?

    Thanks, I followed your advice and disabled everyting then started turning addons one by one. The problem was caused by Hola Unblocker, now everything is ok.

  • List of Links, opening new window on click

    Dear developers,
    I'm Developing a solution in which I need to show a list of links and when you click opens a new window . Every name of the list have different link.
    In conclusion, I want to show a list of links that when you click to open in a new window.
    My solution:
    1. I've implemented a Select One List associated with a valueChangeListener.
    2. ValueChangeListener call ManageBean method, and in the method I calcule link
    3. Using JavaScript inside ManageBeanMethod I open the new window.
    It works well, but when I click on the same value valueChangeListener not call the method. As the value doesn't change, doesn't activate the valueChangeListener. I need to always call ManageBean method.
    They know how you fix it from my implementation?+
    There is a better solution? there is an especific component?+
    Edited by: 966474 on 19-oct-2012 1:31

    Hi,
    check this thread {thread:id=2452884}

  • Link opens new window

    How do i have a link open a new window?

    <a href= "
    http://www.anything.com/something"
    target=_blank>link text</a>

  • When I open new window, my old window disappears? why

    I reset Safari, now when I open a new window, my old window disappears. Before I could add new windows all the time and use 2 fingers to skroll to other window. Now only one window is enabled??? How do I fix?

    Hi ..
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • Question about in-browser links opening new windows

    Is there a plugin or setting which will force Safari to open all new windows as tabs? I know that there is a setting for that from other applications, but how do you force Safari to do that for itself? I'm getting sick of browsing for a half hour or so to find that I've got a dozen or so windows open. Yes, I know I can combine them all into one window, but why can't I set the browser to do that automatically?
    I have the block pop-ups enabled as well. What I want is a plugin or setting that will always open in-browser links as new tabs(instead of new windows) without having to use command-click. Is there anything like that out there?

    Hi Sailingmaster,
    The only one I know of is Saft. It's shareware, but it comes with a ton of features. Also, Li Hao (developer) has done and continues to do a great job of keeping it up-to-date, and incorporating end-user suggestions. Highly recommended.
    Yang

  • Links opening new window/tab

    As far as I can remember before Safari 3, I could set it so that if I clicked on a link in an email it would NOT open it in a new tab OR Make a new window appear. I like it this way but now it seems in Safari 3 you only have the choice of a new tab or new window. Is there a way to have links from mail just keep one Safari window and load the pages from the links over each other without opening a new window? Am I remembering correctly that you could do this in previous versions of Safari?
    Paul W.
    Message was edited by: paul wilson5

    You can override how links are opened via the browser.link.open_newwindow.override pref.
    *http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    Use this for links opened via JavaScript.
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    See also:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features

  • Link bar additional link open new window

    I am new to flex and trying to learn. I am working on a small
    site. the site will have a few navigation items. However one links
    to another site. The rest are on the site I am using the bellow
    code. What I need is between the customer info adn account info is
    to add another link that opens a new browser window and goes to a
    url. I am a bit lost and not sure how to do that or if its possible
    with this. Any help would be great.
    <?xml version="1.0"?>
    <!-- containers\navigators\VSLinkEffects.mxml -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:WipeUp id="myWU" duration="300"/>
    <mx:WipeDown id="myWD" duration="300"/>
    <mx:WipeRight id="myWR" duration="300"/>
    <mx:VBox height="188">
    <mx:LinkBar dataProvider="{myViewStack}"
    borderStyle="solid"
    backgroundColor="#EEEEFF"/>
    <mx:ViewStack id="myViewStack"
    borderStyle="solid"
    width="273"
    creationCompleteEffect="{myWR}" height="137">
    <mx:Canvas id="search"
    label="Search"
    hideEffect="{myWD}"
    showEffect="{myWU}" backgroundColor="#E81414">
    <mx:Label text="Search Screen"/>
    </mx:Canvas>
    <mx:Canvas id="custInfo"
    label="Customer Info"
    hideEffect="{myWD}"
    showEffect="{myWU}">
    <mx:Label text="Customer Info"/>
    </mx:Canvas>
    <mx:Canvas id="accountInfo"
    label="Account Info"
    hideEffect="{myWD}"
    showEffect="{myWU}">
    <mx:Label text="Account Info"/>
    </mx:Canvas>
    </mx:ViewStack>
    </mx:VBox>
    </mx:Application>

    This does what you want, kind of:
    <?xml version="1.0"?>
    <!-- containers\navigators\VSLinkEffects.mxml -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    import mx.events.ItemClickEvent;
    private function itemClickHandler(event:ItemClickEvent):void
    if(event.label == "Open URL"){
    navigateToURL(new URLRequest("
    http://www.google.com"),
    "_blank");
    ]]>
    </mx:Script>
    <mx:WipeUp id="myWU" duration="300"/>
    <mx:WipeDown id="myWD" duration="300"/>
    <mx:WipeLeft id="myWL" duration="300"/>
    <mx:WipeRight id="myWR" duration="300"/>
    <mx:VBox height="188">
    <mx:LinkBar dataProvider="{myViewStack}"
    borderStyle="solid"
    backgroundColor="#EEEEFF"
    itemClick="itemClickHandler(event)"/>
    <mx:ViewStack id="myViewStack"
    borderStyle="solid"
    width="273"
    creationCompleteEffect="{myWR}" height="137">
    <mx:Canvas id="search"
    label="Search"
    hideEffect="{myWD}"
    showEffect="{myWU}" backgroundColor="#E81414">
    <mx:Label text="Search Screen"/>
    </mx:Canvas>
    <mx:Canvas id="custInfo"
    label="Customer Info"
    hideEffect="{myWD}"
    showEffect="{myWU}">
    <mx:Label text="Customer Info"/>
    </mx:Canvas>
    <mx:Canvas id="openURL"
    label="Open URL"
    hideEffect="{myWL}"
    showEffect="{myWR}">
    <mx:Label text="URL Opened"/>
    </mx:Canvas>
    <mx:Canvas id="accountInfo"
    label="Account Info"
    hideEffect="{myWD}"
    showEffect="{myWU}">
    <mx:Label text="Account Info"/>
    </mx:Canvas>
    </mx:ViewStack>
    </mx:VBox>
    </mx:Application>

  • When I click to open anything I get a box saying open link in new window, open link in new tab, download linked file etc.  When I go to close anything I get hide toolbar, customize toolbar.  It takes  3-5 clicks and it will finally close.

    When I click to open anything I get a box saying open link in new window, open link in new tab, download linked file etc.  When I go to close anything I get hide toolbar, customize toolbar.  It takes  3-5 clicks and it will finally close.

    In Firefox Options / Privacy be sure "Remember download history" is checked. To see all of the options on that panel, "Firefox will" must be set to "Use custom settings for history".
    To find your OS information, on your Windows desktop, right-click the My Computer icon, choose Properties, under System on that small window is info about your OS.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Why when I click on a link a new window opens instead of a tab, this is new

    When I click on a link a new window opens instead of a new tab. This is new. I've gone into tools and checked my settings and nothing changes it. It annoys me.

    This issue can be caused by an extension that isn't working properly.<br>
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your 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]] and [[Troubleshooting plugins]]

  • Worst update ever! On my Vista everything is wrong! Back button never active; If I want open pages as new tab it opens new window; FF starts with blank page instead of Google; No url address shown on status bar when I move mouse arrow on the link etc

    Worst update ever! On my Vista everything is wrong! Back button never active; If I want open pages as new tab it opens new window; FF starts with blank page instead of Google; No url address shown on status bar when I move mouse arrow on the link etc.. Please Help!

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • Why, when right click on some link the options "OpenLink in New Tab" and "Open Link in New Window" are exchanged?

    Why, when right click on some link the options "OpenLink in New Tab" and "Open Link in New Window" are exchanged?

    Dear friend, the problem is that there is exchange of something very useful from users an this break them habits! I'm not interested of forced using of tools! Of course it's good that there is a tool to solve my problem, but this action make me unhappy.
    last words - this is the way of losing users.

  • When I click on a link, a new window opens but is blank and says "stopped" at the bottom

    Happens on any website.eg-if I am looking for a quote on moneysupermarket.com and I lick on the required link, a new window will open but it will be blank and in the bottom left hand corner the word stopped appears

    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]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    There are other things that need attention.
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.0 r32
    # Java Plug-in 1.6.0_06 for Netscape Navigator (DLL Helper)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • The right-mouse-click dropdown on links in FF4.00 has swapped the positions of 'open link in new tab' & 'open link in new window'. This is infuriating as I keep opening windows when I want tabs. I want to swap back - how?

    Please swap them back!

    2 Solutions found in [http://support.mozilla.com/en-US/questions/791244]
    the user cor-el has a method that does not require any add-ons. He States
    This code in userChrome.css will move "Open Link in New Window" to the top of the context menu.
    <pre>@namespace url("<a href="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul</a>"); /* only needed once */
    #contentAreaContextMenu &gt; * { -moz-box-ordinal-group: 2; }
    #context-openlink { -moz-box-ordinal-group: 1 !important; }</pre>
    the user jay_ff shows how to do it using the Menu Editor Add-on
    1. Install the Menu Editor add-on from https://addons.mozilla.org/en-US/firefox/addon/menu-editor/ .
    2. After the installation, go to Firefox> add-ons (or simply use Ctrl+Shift+A)
    3. Go to the Menu Editor "Options"
    4. In the "Main context menu," simply grab the "Open link in New Tab" and place it below the "Open Link in New Window"
    5. and Voila! You may also change other menu options if you want to!
    I tried jay_ff method first and found that indeed changing the Main Context Menu did cause the hotlink context menu to change as well.

Maybe you are looking for

  • How to Set Automatic to turn on and off at specified time my TV with STB

    It seems very frustrating talking with Verizon tech support, that's why I turn to you guys to find if anyone knows the answer to my question above.,from my experience calling verizon for my tech support regarding fiosTV and most of my experience from

  • Hi regarding Reports

    Hi , i need urgent information regarding reports, i developed one ALV report, i want to schedule in background ,daily executes on morning 8 AM, generate file in XLS format with the reported data (background scheduled report) , that Data will will be

  • Since upgrading to 5.4 LR uses todae instead of photo creation date.  How to fix this?y's dat

    since upgrading to 5.4 on a mac, LR persists in using today's date instead of photo creation date when i use "Date" as part of renaming template.  never did this when using 5.3.   i rename images on import.  Please help if anyone knows how to fix thi

  • SNP to PPDS conversion log not displaying all errors

    Hi Experts, We use a batch job to convert SNP orders to PPDS order. Post successful job completion, we checked in receipts view (/sapapo/rrp4) and found that there were some SNP orders still lying within PPDS horizon (these orders were not converted

  • Creative cloud empty

    My CC is empty and I cant download any of the apps. I tried changing the opm.db to opm_old.db as described in these forums. Still have the same problem. Tried uninstalling/reinstall to no avale. OS = Windows 7 Professional