Hot Software News at Z5software

We deliver breaking news related to Software Development Industry

  • Nov
    9

    I’m writing a small accounting program for myself with PHP and web base .

    in many sections I opened a popup window, now I want to disable the parent window when a popup window is enable .

    how can I do this?

    Suggestion:

    Essentially, you can’t, although there are many methods to do something that has this effect, it’s a bad idea on so many levels I don’t know where to start.

    If you insist, look into the Javascript methods of focus(); basically if your pop-up is open and they return to the main window, you force focus to the pop up.

    No Comments