New window blocking current webpage in IE7 & above

Hi,
I've noticed different behavior in IE6 and IE7 and later versions. We have a webpage that will open a new window (window.showmodaldialog) upon clicking submit.
In IE6, when I clicked submit and while waiting the webpage A to load, I open another webpage to read. When the webpage A finish loading, a new window will bring to background and did not block the current webpage which I was reading.
However, in IE7 and later versions, the new window will bring to foreground and block the current webpage which I was reading. I have tried all settings and modifying the registry as per advice online to force the new window to background and not to steal
the focus but to no avail.
Is it a bug or it is a new design in IE7 and later versions?
Please advice. Thanks in advance.

I have no IE6 to test it, but based on my knowledge, window.showmodaldialog will show a modal dialog which you cannot set focus on your parent window if you don't close the dialog first.
It seems that you need to create a modalless dialog, please try to use
showModelessDialog method.
This method creates a dialog which will not block the current webpage which you are reading.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • When I open a new window, the current window is closed. I would like to keep the current window and open the new window without losing my current window. I checked "Open new window in a new tab instead" under tabs

    When I open a new window, the current window is closed. I would like to keep the current window and open the new window without losing my current window. I checked "Open new window in a new tab instead" under tabs
    == This happened ==
    Every time Firefox opened
    == Noticed yesterday, June27, 2010

    i just went into preferences, deleted what was in the home page, and entered a new home page address which solved the problem, 

  • Firefox opens in new window under current one

    whenever I right-click on a link and select to open in a new window, the resulting new window always disappears under the current one. I am finding this to be rather annoying as I am used to the window opening in front of the previous one, meaning I didn't have to go chasing it in the taskbar icons.
    I can't say for sure when it started happening, but I'm thinking since a previous update.
    I have had a look under options, but can't find anything relating to it.
    how do I fix this annoyance?

    Surebrec,
    '''Update:''' I found this, which you might want to try out before continuing reading: http://www.techsupportalert.com/content/how-stop-firefox-stealing-window-focus.htm
    Basically that would mean the reverse for you.
    If that didn't work:
    Does this problem appear without you having many applications running at the same time and/or if you have pinned a lot of applications to your Taskbar in Wondows 7?
    Some users have reported that this problem manifests itself if the row of icons in the Taskbar simply can't make room for any icons expanding (i.e. new windows in for instance Mozilla Firefox or Internet Explorer).
    If so, you might want to take a look at: http://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems

  • Finder insists on opening new windows behind current window

    A new behavior of Finder (10.5.5) started this morning, and it's annoying as heck:
    Every time I double-click a folder, the new window appears behind the source window. The new window has the same view characteristics as it did when it was closed (size, view, sort order, etc.), but it's "one behind" the window containing the folder I double-clicked.
    Thing to note:
    Sometimes, changing the view of the folder, closing it, and reopening it will cause it to open on top again. Sometimes not.
    Deleting all of the .DS_Store files with "sudo find . -name ".DS_Store" -depth -exec rm {} \;" from my home directory did not affect the behavior.
    That I can tell, I have not changed anything on my machine in the last 24 hours.
    This happens with folders which are on shared drives (even ones where I have no write permissions, so no .DS_Store possibility) and local drives.
    As LOLcat would say, HALP!
    Thanks,
    Bill

    Turns out, it was a new mouse on the USB. I had the double-click speed set to its fastest position (in the Mouse/Keyboard System prefs), and the net result was that double-clicking was, for some reason, acting like a triple-click, the third click bringing the first window to the fore.
    Dell mouse problem? Mouse/Keyboard System prefs problem?
    Dunno', but I'm glad that problem's gone.

  • MDI is not working, new window close current window

    MDI in a browser was working until we copy the application to a new directory from where the forms is started. We created a new environment file, a copy of the default.env with a changed path for the new directory. We use that new environment file with the parameter envFile when starting the application.

    Complete story :
    We are on application server 10.1.2.0.2
    We had a complete working application. MDI was working. This means we could open multiple windows without any problem.
    On request we need to change application but keep the old version. We use a new database schema and copy the directory with the forms of our application to new directory.
    On the application server we create a new entry for the new application in the ..\\forms\server\formsweb.cfg file. The the old application was using the default.env file where we had added the directory with forms of the old application in the FORMS_PATH in the past. Now with the new application we created new environment file which is a copy of the default.env file. In the new environment file we change the FORMS_PATH, we remove the old application directory and add the new application directory.
    In the new section for the new application in formsweb.cfg, we added the parameter envFile=newenvironmentfile.env
    The application is using the new forms in the new directory but has a problem. when opening a second window the first window is automatic closed. We could not have more than 1 window open.

  • Is there a way to have new windows/links open behind the current open window, running Mavericks?

    I would like to have new windows that open from links, or when I "right-click, open new window", to open behind the window I am reading from, working from, browsing, etc. I often am doing research, and opening multiple supplemental links, but do not like having to click back to the page I am working from every time.
    A separate choice when I right click, to "open in new window behind current window" would be great!

    There is no add on that I know of that can do this, but there has been an implementation found for javascript via this link:
    *[http://stackoverflow.com/questions/17570412/prevent-document-losing-a-focus-when-new-tab-is-opened Stackoverflow: prevent document from losing a focus when a new tab is opened]
    * There is also an about:config entry: [http://kb.mozillazine.org/Browser.link.open_newwindow.restriction Browser.link.open_newwindow.restriction] that is explained wht to do when clicking on a link in a webpage that requires a new window open, but it does not restrict the focus of the tab
    *[https://addons.mozilla.org/en-US/firefox/addon/tab-mix-plus/?src=search Tab Mix Plus has similar features check this one out too. ]

  • Oracle Report in New window with submit

    Hello, I'm in urgent need of an example on how submit a page and open a Oracle Report in a new window. I've searched the forum and found similiar threads, but not exactly what I need. Basically, I have an html page with cascading LOVs in which the user can cascade down until they get to the report (oracle report) they will like to generate. I'm using Patrick's ApexLib for my cascading LOVs. The user can also pick a date range via a Date Picker. I need the page to submit so that paramters from the LOVs and Date Picker can be passed to the Oracle Report. The Oracle Report needs to open in a new window. Currently I'm using a button item using a branch which runs the report fine, but it comes up in the same page. Can someone point me in the right direction as to how to accomplish this? Thanks in advance for your help!
    Lou

    Hi Lou,
    you don't have to submit the page. If you have all the values on your page in HTML input fields you are fine. You would only submit it if you want to do some additional processing on the server to calculate values, ...
    So just create a button with "Redirect URL without submitting page",
    set "Target is a" to "URL" and use the following code in the "URL Target" property.
    javascript:popupURL('http://your_oracle_report_url/regionid='+$x('P4_REGION_ID').value+'city='+$x('P4_CITY').value);The $x('some_page_item').value is used in JavaScript to reference the current value of an HTML field. Use the same identifier as you have used for your item in APEX.
    Hope that helps
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Report in new window

    Hi,
    Can I make a suggestion for a new feature. Could we have a page attribute that allows the page to be opened in a new window. Currently the only way is to create a js file with some java script. It would be nice to have that as a build in option.

    There's an easy work-around (read:hack) to accomplish your goal. Edit the link attribute of your linked column (there has to be a better way to say that), add the following to the end of it:
    " target="_blank
    Here's how this works. The reporting engine will glue in:
    to open the anchor tag. The end result of this hack is:
    Basically, you close the href attribut and put in the target attribute but DO NOT close it as the reporting engine is going to glue a closing " on the end.
    Hope this helps,
    Tyler

  • View PDF link in new window

    From my "main" pdf, how can i view an attached (or embedded) pdf link in a new window? Currently the link opens in the same window as the main pdf. I selected "go to page view" and viewing in new window isn't an option.

    Thank you for your reply!
    I'm on Mac Acrobat X. My goal is to send out one pdf file and have all pdf links embedded. I'm in need of specifics so I'll explain my process...
    Open main pdf
    Place other pdf in attachments
    Create link on main pdf page
    "Go to page view"
    "Next"
    Highlight the attachment link
    "Set link"
    Control click to get to properties for new link
    "Actions"
    Highlight—Go to a page in this document (if I highlight anything else it goes outside of my pdf file rather than using attached links)
    "Edit"
    And the only 2 options I have are 1.)Use page number and zoom to fit page, and 2.)Used named destination which takes me no where
    Your thoughts would appreciated.

  • 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

  • How do I open a new window (cmd + N) on the current page (url) NOT my homepage?

    Before I updated to firefox 28, I was able to hit cmd + N and it would open a new window with the exact same webpage I was on. Now it opens a new window with my homepage. I'm assuming I had an add-on or extension, but I am desperate to be able to do this again. Ideas?

    This is an oversight by the developers of the latest FireFox revision: a great shame, as the overall feel of the browser has patently been improved.
    Xabolcs has come up with a nice fudging idea; if it were to work; but sadly it doesn't for me....
    As mentioned by MGprof, the latest version of FireFox (May'14) now opens one's "homepage" instead of a new blank window.
    As my "homepage" is almost a dozen tabs; this is worse than useless. It's like starting FireFox again; and then having to close a whole string of unwanted tabs!
    To compound my frustration, the "move to a new window" option disappeared on another recent FireFox "upgrade"; but I managed to get round that by copying an url from a tab, then opening a new blank window, to paste the url into.
    So, is there any possible way to open a new window in this latest version of FireFox?
    I just want to be able to open a new FireFox window; and I'd be happy with it being either blank, or duplicating the url of a currently-showing tab.
    This would allow view of one trimmed-size webpage in front of another one, showing in a selected tab in my normal-use multi-tab window: useful when comparing complex images, for example.
    I have just installed the above-recommended "duplicate-2-window"; but can't make it work for me.
    I've assumed "no-restart-necessary" claim is correct; but using cntrl+N, I now get a new blank TAB!
    I'll try rebooting next, and post here again if that improves the situation; but don't hold your breath!
    Meanwhile, if the developers are watching out for feedback..................................... please sort this, by putting back the "open a new window" option: I do NOT want to have to use Gugl-Krohm!

  • [SOLVED] Open new Screen windows in current directory?

    GNOME Terminal has been my preferred terminal application for quite some time; lately, however, I have been using xterm and screen.
    In gnome-terminal (and probably in other tabbed terminal apps), opening a new tab (by default) presents the user with a shell (BASH, in my case) opened to the old tab's PWD. If possible, I'd like to have Screen re-create this functionality....
    I've found this page on the subject, but my experimentation with Screen windows (which has shown me that new windows are not started as subshells of the window from which they are created) suggests that the described method will not work.
    Does anyone know of a way to make Screen emulate this bit of gnome-terminal behavior?
    Thanks!
    Edit:
    I just found this information. It seems that issuing the screen command itself (from within Screen) will open a new window in the current directory. As I almost always use the C-a c keybinding to open new windows, I hadn't realized that this works.
    I'm going to attempt to create a keybinding to do what I want. I'll post an update with the results.
    Last edited by ssjlegendx (2008-08-03 01:38:29)

    After looking further into the issue, it seems that the aforementioned keybinding might not be possible. (Explicitly binding C-a c to screen does not alter the normal functioning of that key combination.) Thinking about the situation, it makes sense that Screen cannot know the PWD without getting information from inside the shell (i.e., without being invoked from within the shell).
    To overcome this issue, I added the following to my ~/.bashrc:
    if [ $TERM == "screen" ]; then
    alias s='screen'
    fi
    Though this leaves the behavior of C-a c unaltered, using the alias s seems to be a simple way to achieve the functionality I wanted. (It might even prove useful to have the "option" of creating a window in the original directory via C-a c.)
    Edit:
    I have since modified the above as follows:
    if [[ $TERM =~ screen(.linux)? ]]; then
    alias s='screen'
    fi
    This causes the alias to be set even when running screen from a regular tty (where $TERM is screen.linux).
    Last edited by ssjlegendx (2009-04-22 17:41:28)

  • NavigateToURL() New Window Foiled by Popup Blocker

    Im currently using the following line of code to open a new
    window with the URL specified...
    navigateToURL(new URLRequest('
    http://www.mysite.com'),
    '_blank');
    However, pesky Internet Explorer is blocking the new window
    as a popup everytime - Is there a documented way to get around such
    an issue?

    I should have prefaced this better by saying the setup looks
    like this in its complete form...
    <mx:Canvas x="10"
    y="22"
    width="220"
    height="31"
    backgroundColor="#ffffff"
    backgroundAlpha="0.01"
    buttonMode="true"
    click="onLogoClick()"
    id="canvas1"></mx:Canvas>
    Seems that the forum butchered my code, but very basically -
    Its a canvas item with a click event handler that executes the
    function below..
    private function onLogoClick():void {
    soundGlobal.play();
    navigateToURL(new URLRequest('
    http://www.mysite.com'),
    '_blank');
    I assume this should still work on the same premise of
    opening in response to a user click...

  • How to open a new window from submit button &dialog page in current window?

    We have a requirement, wherein we have a OAF search page for PO lines with search criteria, Go button to search ,result region (table layout) and a submit button(Create new expedite).
    1. Now user can select some lines from result region and click on Submit button.
    2. On click of submit button we need to pop up a window or may be a dialog page asking that " Do you want open supplier web link portal or not?".
    3. If user clicks yes(in Dialog page) then first fetch the URL from a look up maintained in Oracle EBS on the basis of supplier of the lines selected and then open that URL in a new window and side by side we need to open a dialog page in search page asking "whether user has updated the expedite info in supplier portal or not?". On basis of this we need to updated some count in custom tables.
    So in step 3 i am facing problem, that how to open an URL in a new window through a submit button and side by side want to open a dialog page in the current window also.
    Hope a quick response from you all.
    Note:- To open a custom page we can have a link or button(button of type button and not submit button) on base page with destination url property as following javascript:
    javascript:var a = window.open('OA.jsp?page=/XXX/oracle/apps/xxx/......&retainAM=Y', 'a','height=500,width=900,status=yes,toolbar=no,menubar=no,location=no'); a.focus();
    So the question is how to do the same for submit button on OAF page???

    Antriksh,
    You just need to attach a submit action in button bean and not submit button bean, based on the output of confirm type of alert in javascript.
    Here is code u need to put in destination url of the button:
    //replace <confirm message> by message you want to show.
    javascript:input=confirm('<confirm message>');if(input==true){submitForm('DefaultFormName',0,{XXX:' abc'});}" Now in the process request of the base page CO, u can get parametre 'XXX' from the pagecontext....so
    if((("abc").equals(pageContext.getParameter("XXX"))))
    {/// custom LOGIC }
    The same i have replied in your mail. I hope this resolves the issue.
    --Mukul

  • How do I get firefox to open a new window when i click on a link in a webpage ?

    When I click on a link in a webpage in Firefox, generally it opens the new page in the window i am in (though some times it does not). How do I get it to open a new window (or tab) each time I click a link.
    For example, on www.bbc.co.uk if I click on a link, the new page opens in the same window, if I then click another link in the new window, again, it opens in the same window. To get back to the original window, I have to use the back button twice. Surely there is a setting so that all 3 windows can be open on separate tabs or separate windows.
    I have been to the tabs window in options, but doesn't seem to make a difference.

    Open link/bookmark in new tab in same window:
    *Middle-click (press the mouse scroll wheel) the link
    *Ctrl+left click the link
    *right-click the link, choose "Open Link in New Tab"
    Open link/bookmark in new window:
    * Shift+Enter on the link
    * Shift+left click on the link
    See: http://www.7is7.com/software/firefox/shortcuts.html

Maybe you are looking for

  • How do I get apple support without an AppleCare protection plan?

    So I recently had a problem with my Apple ID while still under AppleCare, and it turned out that AppleiD was saved with .con instead of .com. I was told to make a new Apple ID and use this new one for everything, and so I did. I forgot my password fo

  • Detailed Source System Analysis

    Hi I am a new bie to this community and am trying to learn things as much as I can asap. :) I am looking for any standard templates available for a detailed "source system analysis". We are trying to put that into practice on two systems that we are

  • CFGrid onError not working correctly

    Hi All, I have a CFGrid, format type is 'html' and its bound to a javascript function to populate it. The javascript function in turn calls a cfc via ajax, which calls a back end and the grid gets populated. Works lovely, except if there is an except

  • ADT native package signing issue

    Hi all, I'm having a problem signing an executable with adt. I don't wan't a timestamp so I execute following command in command line: "adt -package -storetype pkcs12 -keystore D:\workspaces\a327-shell\IDA_Certificate.p12 -keypass AIRRules -storepass

  • Decompression failure - Winzip files

    Hi Guys Can someone help..... I'm having issues with opening Winzip files.... When I select the file to download, i'm getting the decompression failed error. I'm running v10.6.8 on my mac and wondering if its just a setting issue thats causing it. It