Disable the parent window when the child window is open

Hello
I need to open a new popup window using javascript .i don't want adf use predefined function such as dialog, _target, usewindow (according to the req) .but I can able to open a pop-up window, but parent window is still active (not disabled) I'm clicking on parent window when the child is open.

what I did:

(1) I used in light of the fn on the onclick event of the command button

< script type = "text/javascript" >
var popupWindow = null;
function popup() {}
popupWindow = window.open ('http://10.14.1.1:9002/a/b/c/d/payment/Settlement.jsp','abcd12','height=600,width=600,top=0,left=0,resizable');
popupWindow.focus)
}

< /script >

give me good suggestion to solve this problem

Siva,

A quick google search revealed that the behavior you're seeing is an expected behavior of the modal dialog box.

See if the given suggestion [this post | http://www.experts-exchange.com/Web/Q_20832231.html] help.

Jean Lou

Tags: Java

Similar Questions

  • Is there a way to disable the function where firefox opens a new tab when you scroll a click in the header bar?

    Is there a way to disable the function where firefox opens a new tab when you scroll a click in the header bar? This feature in conflict with my program of multiple monitors (display fusion) since this program allows you to change your current active window the monitor 1 monitor 2 and vice versa BY clicking the header of BAR SCROLLING (or whatever you call the highest part of your window). With firefox, I can't easily change my active window between monitors because instead, it opens a new tab.

    If the window is maximized, you can then switch this pref to disable the display of the tabs in the title bar:

    • browser.tabs.drawInTitlebar = false

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

  • Disable the keyboard shortcut to open Adobe Bridge

    How can I disable the keyboard shortcut that opens Adobe Bridge in Illustrator? Often when I work quickly I've accidentally hit it (option command o) instead of (shift control o) describing the type. It stops everything to open the bridge, that I never use and driving me crazy. How can I disable this command?

    Any help would be greatly appreciated!

    change of here:

  • Disable the automatic reactivation after opening of the screen

    Hello

    is it possible to disable the automatic reactivation after the idle state by opening the screen? If so, how?

    Greetings
    Mr. Auer

    Hi, Matthias

    When the laptop is in sleep or Hibernate mode after the opening of the screen for laptop wakes up automatically and display will be automatically ON.

  • Disable the wake on lid open on a Satellite P100-195

    I was wondering if it is possible to disable the wake from sleep, standby or hibernation when you open the lid of the computer?
    I need this because my computer (Satellite P100-195) sometimes seems wakeup when I'm carrying it in the bag.

    Hello manual

    As much as I know something like this is not possible, and I see no reason why this should exist. Maybe that sounds stupid, but if the laptop LCD lid is closed properly it cannot open only without using the latch of the screen.

    Now, I wonder how the display cover can be opened when the laptop is placed in the bag. It's very strange.

  • Disable the button or to open the camera application

    Is there anyway to disable the feature that allows the camera to open by pressing the button or on the side of my droid?  I have a dashboard mounting that I use to keep my phone while driving, and when I place the phone in, the brackets that hold it in place press this button and open the camera each time.  It's really annoying!  Suggestions?

    There is an application called "Shortcut button" which will give you the results you want.  An once installed open the app and tap "Select application" under the camera on a long button and then select "do nothing".  You can also set to open a different application if you wish, but apparently you want do nothing right.  I hope this helps.

  • Is it possible to disable the options how to open since the new update?

    I hate how the options will open in a new tab instead of a new window. Is it possible to turn it off so that the options will open in a new window as before?

    The browser.preferences.inContent is no longer supported in Firefox 42 and later (Bug 1140495), is not possible to open an independent window by setting this pref to false.

    Optionally, create a button on the toolbar of bookmarks for the subject: preferences and hold the Shift key and left click to open the page in a new window.

    You can watch the extension Classic theme restaurateur.

    • General UI (1): The options Page (topic: preferences) in a window

    If that doesn't work or the choice is missing then you may be using a theme that is not supported.
    You can check that by opting for the default theme.

  • How to disable the Plugin Check to open every time browser opens

    Whenever I open firefox, "plugin check" opens. Even after I installed and updated all the plugins, the plugin check appears whenever firefox opens. After update all plugins that I restarted my pc, reset the browser and checked for if ensure that my homepage has not changed change plugin firefox, deactivated all my plugins and even tried to block the website by GUESTS.

    I am quite able to check to see if my browser and plugins are up to date and I don't appreciate the unnecessary loss of time with this plugin-control running in every time the browser opens. Similar to the updates, this should be an OPTION check not FORCED and that there should be a way to disable it without the browser opens a blank tab extra or forcing the user to change the subject: config to work around.

    Website: https://www.mozilla.com/en-US/plugincheck/

    Hello, please update firefox to the latest version - it's a problem that normally appears only on older versions...

  • How to disable the hang of charms on a touchscreen bar?

    Is there a way to turn off or disable the shot just for opening bar of charms? You will need to use the all-in-one touch PC and restrict users to go to the setting or default operating system environment so that they can not close or change application. Thank you.

    Hello

    I managed to access the dialog box 'Pen Touch ang' (point d), but there is no tab 'movies '. Only a single tab labeled 'Touch', to change actions for "double-tap" "ang waiting ' and press the 'Settings' button, change the speed and spatial tolerance.

    Thank you

    Hi, I am in the same situation, seems there is no way to disable the charms bar in one pc all-in-one touchscreeen, which is very frustrating!

    Any help?

    THX

    Best regards

  • Switch the setting to a page of the window parent child and store session values in the parent window

    Hello

    I have two pages of the apex. I open a page of the child using javascript in the parent page.

    Parent window has the following articles.  P1_Text1, P1_text2, P1_text3. The setting is 'Change only when the session state is null', static assignment.

    In the child window: I have two buttons 'Confirm' and 'close '.

    When I press "confirm", it sets the value of a page element parent in a process of PL/SQL.

    BEGIN

    / * some calculations

    followed by an assignment statement * /.

    : P1_Text1: = final_value;

    END;

    "Close" button in the child window. as a result of javascript that are associated with:

    JavaScript:

    Window.opener.Location.href = window.opener.location.href;

    Window.Close ();


    When I press the close button, the parent window gets updated and P1_Text1 is responsible for the requirements.  Everything is going well so far.


    But the problem is with other elements of the parent page. They become null.


    How to store the values of the elements of the page of the parent window?



    Kind regards

    Archana








    archana2 wrote:

    But the problem is with other elements of the parent page. They become null.

    How to store the values of the elements of the page of the parent window?

    Problem: You're not 'save' the other page elements.

    Solution: Before you open the child window, you need to "introduce" the values desired registered on the server.

    This is best done with a dynamic Action that uses a PL/SQL code block.  The key is to include all the items you want to store the property in the "Page" referred to submit

    PL/SQL code is a code simple no - ops

    begin
      null;
    end;
    

    For you, it seems that the 'child window open"should be action 2 of this dynamic Action.

    MK

  • disable the words to guess when you type in the search window

    How to disable words to guess when you type in the search window

    https://support.Mozilla.com/en-us/KB/search+bar

    See - search suggestions at the bottom of this support article.

  • Remove the child window Parent using WIN API

    Hi all

    For a parent-child relationship between two screws using the User32.dll I use the SetParent function and pass the handle of the parent VI and VI child to this function. Now, after this relationship has been established, I want to remove the child from the parent window and use it as an independent VI using WIN API. Can someone help me on this?

    Thanks in advance!

    Fragger Fox!

    Hi Fragger Fox,

    I think that it should be possible, if you assign a new parent to the child. Maybe this works if you assign the desktop as a new parent.

    It will be useful.

    Mike

  • How to disable the MATLAB command window when the Matlab Script

    Hi, is it possible to disable the MATLAB command window popup when the Matlab script? Thank you.

    Isn't fear. As soon as you close the window is closed by the ActiveX Server and your script will stop running. You can, of course, reduce by using the operating system. Under Windows, you can use the Utilities of Windows API, as provided for in one of the threads of research responses.

  • "Get an error" "disable the native windows power management" when installing the APC's PowerChute Software.

    Original title: native Windows power management?

    I'm trying to activate my ups (APC Back-UPS1500) on my new xp windows desktop pc. APC told me to install the PowerChute Software and drivers. Installation stops with a statement of "disable the native windows power management. I can't understand how/where to do.

    Hi Patrick,

    Welcome to the Microsoft Community and thanks for posting the question. According to the description, you get an error during the installation of software provided by APC.

    Try these steps and check:

    Method 1:

    I suggest to create a system restore point before you perform the steps listed in method 2:

    Sometimes, a new program can make your computer behaves unpredictably, and uninstalling the program does not help. Windows XP provides a feature called that can help the system restore. You can use system restore to select a time when your computer is working as you wish.

    Visit this link and try the steps to create a system restore point:

    How to set a system restore point in Windows XP

    http://support.Microsoft.com/kb/948247

    Method 2:

    Can the service of Windows power. Try:

    1. click Start and click Run.

    2. type Services.msc in the box and click on enter.

    3. scroll down until you find the power, right-click on it and select Properties.

    4. in the menu drop-down select Diasbled. OK and quit Services.

    5. now try to install the PowerChute Software and check.

    Hope this information helps. If you have any other questions feel free to respond and we would be happy to help.

  • I use Windows XP, when I try to install 2 network connection on a PC, AAQMS has stopped working, but if I disable the secand connection quite well.

    original title: connection to a network PC 2

    I use Windows XP, when I try to install 2 network connection on a PC, AAQMS has stopped working, but if I disable the secand connection quite well.

    1 connected directly to the AAQMS system for the Air monitoring

    2. connect directly to the LAN of the company

    There is a solution that I can't connect two without any AAQMS system shutdown.

    Hello

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Windows XP Networking forum.

Maybe you are looking for

  • Satellite L830 Screensaver and the power Plan does not activate using Win 7

    I have a new L830 Satellite with Windows 7 Home Premium (x 64)My problem is the same if I set the power plan and screen saver that they refuse to activate.All suggestions will be welcome. Mike Wallis

  • HP 15-B001EE lodge

    HP do not provide drivers for windows 7. After installation of windows 7, I couldn't find the drivers. It is difficult to find a

  • Help uninstalling a program.

    I can't get a program that my granddaughter on my computer to complete the uninstall. Also, I can't stop the uninstall program. What should I do?

  • Tuner TV USB micro UK

    Hello I was wondering if anyone in the United Kingdom has tried one of these gadgets to the United Kingdom on their Z3c? I was thinking of trying the Elgato Eye TV microphone, but I think that it is not compatible with the Z3c. In anyway, if someone

  • QString table

    Hi need to know somehting QString * baba = QString News [2];Baba [0] = "abcd";Baba [1] = "abcde";qDebug()< "baba="" "="">< baba[0].size();="" print="">qDebug()< "baba="" "="">< baba[1].size();="" print="">qDebug()< "baba="" "="">< sizeof(baba);="" pr