Centered Popup Window Extension

For years I used this extension for GoLive to simply launch a
window, sized accordingly, no toolbars, address bar, etc, and
CENTERED precisely in the middle of the screen. It worked
perfectly. It was written by Rasmussens Design Actions.
The only extension I can find so far for Dreamweaver
re-locates a popup window after it's launched, so the window scoots
into place - pretty annoying.
And, this is a two-step process - I have to add two scripts.
One to launch the window from the main page, and another script in
the actual popup window page to center it. Kind of a pain.
Can anyone point me to a good, all-in-one extension for
Dreamweaver that can do this?
Thanks!

thanser wrote:
> Can anyone point me to a good, all-in-one extension for
Dreamweaver that can
> do this?
http://fourlevel.com/dreamweaver/extensions/openbrowser/index.htm
Danilo Celic
| Extending Knowledge Daily :
http://CommunityMX.com/
| Adobe Community Expert

Similar Messages

  • Even though block popup windows is unchecked in content tab of options, I am still not getting any popups. Please help me.

    Hi - Even though block popup windows is unchecked in content tab of options, I am still not getting any popups. Please suggest how to over come this problem.

    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
    Did you make sure that your security software isn't blocking the pop-ups?
    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

  • I just got a new computer with Win 8.1 and everytime I open firefox I get dozens of popup windows.

    I turned this popup option off in the options. Why is this happening? They are all over the screen, some little popup windows and other are full size Firefox. It's driving me nuts. It doesn't happen when I use Chrome. But I don't like Chrome. I'm on Firefox 31.0

    I suspect a bad add-on. Since add-ons often are installed externally to Firefox, I suggest starting here:
    Open the Windows '''Control Panel''', Uninstall a Program. After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    Then, in Firefox, open the '''Add-ons page''' using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable (or Remove, if possible) unrecognized and unwanted extensions.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Finally, you can "mop up" remaining issues with the scanning/cleaning tools suggested in this support article: [[Troubleshoot Firefox issues caused by malware]].
    Does that clear it up?

  • Images in a popup window

    Hi,
    I have some difficulty displaying images in a popup window. The (Tomcat 5.5) server apparently sends them with a content type of utf-8 text, which leads to an exception page shown in the popup window instead of the picture.
    In web.xml I checked the mime-mapping for the images:
         <mime-mapping>
              <extension>jpg</extension>
              <mime-type>image/jpeg</mime-type>
         </mime-mapping>
    etc.
    The html part is this:
    <a href="# onclick="window.open('${image.path', '',
    'status=no,width=${image.width},height=${image.height}');">Show Picture</a>
    How can I get the server to send the images with the proper Content-types? Do I necessarily have to create a separate JSP page for this purpose?
    Thanks,
    Laszlo Borsos

    Thanks for that !
    Sadly (probably due to my HTML knowledge or lack of) I'm not
    getting very far at all. I've added some skeleton classes to
    default.css simply to see if anything changes and it's not :-(. Can
    anyone advise what I might be doing wrong here ? - the final goal
    is to have normal hyperlinks exactly as they are just now but with
    popup links to have a dotted underline instead of a solid
    underline.
    A.link {
    font-size: 10pt;
    font-family: Arial, sans-serif;
    line-height: Normal;
    A.visited {
    font-size: 10pt;
    font-family: Arial, sans-serif;
    line-height: Normal;
    A.hover {
    font-size: 10pt;
    font-family: Arial, sans-serif;
    line-height: Normal;
    A.popup.link {
    font-size: 10pt;
    font-family: Arial, sans-serif;
    line-height: Normal;
    border-bottom: 1px dotted
    A.popup.visited{
    font-size: 10pt;
    font-family: Arial, sans-serif;
    line-height: Normal;
    border-bottom: 1px dotted
    A.popup.hover{
    font-size: 10pt;
    font-family: Arial, sans-serif;
    line-height: Normal;
    border-bottom: 1px dotted
    }

  • Resizing popup window

    hello ,
    i have a problem with resizing a popup window from fullscreen to centered and smaller
    now is there anyone who can look at my js and html/css ?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
    <head>
        <link rel="stylesheet" title="Standard" href="styles.css" type="text/css" media="screen" />
    <script language="javascript" type="text/javascript" >
    function popupwindow(url, title, w, h)
        var left = (screen.width/2)-(w/2);
        var top = (screen.height/2)-(h/2);
        var new_left = window.screenX + (((window.outerWidth/2) - (w/2)));
        var new_top = window.screenY + (((window.outerHeight/2) - (w/2)));
        return window.open(url, title, 'width='+w+', height='+h+', top='+new_top+', left='+new_left+',toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, copyhistory=no');
    popupwindow('index.html','','500','768');
    </script>
        <script language="JavaScript" type="text/javascript" src="contentflow.js"></script><script tyle="text/javascript">
    var cf = new ContentFlow('contentFlow', {reflectionColor: "#000000"});
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
        </script>
    </head>
    <body>
        <h1 id="title"><img src="title.png"/></h1>
        <h3 style="text-align: center; margin: 10px 0 30px 0; text-decoration: none;">version 1.0.2</h3>
        <ul id="menu">
            <li><a href="index.html">start</a></li>
            <li><a href="docu.html">documentation</a></li>
            <li><a href="changelog.html">changelog</a></li>
            <li><a href="license.html">license</a></li>
            <li><a href="mailto:[email protected]">contact</a></li>
        </ul>
        <div class="maincontent">
            <p>
            ContentFlow is a flexible flow written in javascript, which can handle any kind of content.
            It's distributed under the <a href="licens.html">MIT License</a>.
            </p>
            <p>
            With ContentFlow it is now possible to have any number of flows within one web page.
            Each separately configurable, satisfying different visual needs.
            </p>
            <p>
            It's easy to implement and to extend.
            You are free to define your own methods for displaying content and interacting with it.
            You can control all aspects of the flow without loosing the ease of use.
            </p>
            <p>
            ContentFlow can handle different kinds of control, like keyboard and mouse, and can be used with and without a reflection.
            For a complete list of features and compatibilities take a look at the <a href="http://www.jacksasylum.eu/ContentFlow/features.html">feature list</a>.
            </p>
        <!-- ===== FLOW ===== -->
        <div id="contentFlow" class="ContentFlow">
            <!-- should be place before flow so that contained images will be loaded first -->
            <div class="loadIndicator"><div class="indicator"></div></div>
            <div class="flow">
                <div class="item">
                    <img class="content" src="pics/pic1.png"/>
                    <div class="caption">pic1: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic2.png"/>
                    <div class="caption">pic2: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic1.png"/>
                    <div class="caption">pic1: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic0.png"/>
                    <div class="caption">pic0: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic1.png"/>
                    <div class="caption">pic1: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic2.png"/>
                    <div class="caption">pic2: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic1.png"/>
                    <div class="caption">pic1: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic0.png"/>
                    <div class="caption">pic0: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic1.png"/>
                    <div class="caption">pic1: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic2.png"/>
                    <div class="caption">pic2: some stripes</div>
                </div>
                <div class="item">
                    <img class="content" src="pics/pic1.png"/>
                    <div class="caption">pic1: some stripes</div>
                </div>
            </div>
            <div class="globalCaption"></div>
            <div class="scrollbar">
                <div class="slider"><div class="position"></div></div>
            </div>
        </div>
    </body>
    </html>

  • I'm still getting all these annoying popups windows, although I followed every solution suggested(safari extentions,block the pop ups) it's really disturbing please help :(

    I'm still getting all these annoying popups windows, although I followed every solution suggested(safari extensions,block the pop ups) it's really disturbing please help

    There is no need to download anything to solve this problem.
    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Popup window for downloading a file

    Hi,
    my dear users want me to do the impossible possible. My code generates an XML file which in time I displayed it in an Iframe in the application. When the standard popup window shows up, they can either Open, Save or Cancel it. This was allright.
    Now they want the file in a new window displayed (when they press Open), because opening the file in the same window means they leave the application and after reading the file, they have to start the application again. I do it like this:
    The code works perfect only with the Alert instructions. Once I delete it, the window is opened and inmediately closed. The popup window for the file does not show up.
    Thanks for your ideas.

    here is the code sample.
    1. user clicks a button in the main page , which will generate xml and show the same in a new window.
    page attributes
    display_url     TYPE     STRING                                                                
    file_mime_type     TYPE     STRING                                                                
    flights     TYPE     FLIGHTTAB     Table for SFLIGHT
    wf_xml     TYPE     XSTRING
    layout:
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title=" " >
        <htmlb:form>
          <htmlb:textView text   = "Hello World!"
                          design = "EMPHASIZED" />
          <htmlb:button text    = "Press Me"
                        onClick = "myClickHandler" />
          <%
      IF  display_url IS NOT INITIAL.
          %>
          <script language="Javascript">
            window.open("<%= display_url%>").focus();
          </script>
          <%
      ENDIF.
          %>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    oninputprocessing code.
    data: cached_response type ref to if_http_response.
    data: guid type guid_32.
    CALL TRANSFORMATION (`ID`)
                SOURCE flights   = flights[]
                RESULT XML wf_xml.
    file_mime_type = 'text/xml' .
    create object cached_response type cl_http_response exporting add_c_msg = 1.
      cached_response->set_data( wf_xml ).
      cached_response->set_header_field( name  = if_http_header_fields=>content_type
                                         value = file_mime_type ).
      cached_response->set_status( code = 200 reason = 'OK' ).
      cached_response->server_cache_expire_rel( expires_rel = 180 ).
      call function 'GUID_CREATE'
        importing
          ev_guid_32 = guid.
      concatenate runtime->application_url '/' guid into display_url.
      cl_http_server=>server_cache_upload( url      = display_url
                                           response = cached_response ).
      return.
    2.user clicks a button in the main page , which will generate xml and present the user with a option to save locally or cancel. (in this case no additional browser window will be opened - only a popup and also the main page is not affected)
    layout code:
    same as option 1.
    oninputprocesing code.
    everything is same except change
    file_mime_type = 'text/xml' .
    to
    file_mime_type = 'application/oct-stream' .
    Note: wf_xml is of type xstring which holds the xml stream.
    Regards
    Raja
    Message was edited by: Durairaj Athavan Raja

  • Controlling popup window size

    Is there a way to influence the size of popup windows? I am
    developing help that will be displayed in a narrow panel, and
    popups get to be ridiculously narrow. It seems that the autosizing
    algorithm prioritizes tall over wide, so that a pupup topic that
    fits in the help display without scrollbars doesn't use as much
    width as it could. The width is extended as a last resort if the
    amount of text would otherwise demand a scrollbar. I would like the
    popups to be only a little narrower than the main window regardless
    of the text amount.

    GEWB,.
    Thanks. A bit of elaboration:
    I make extensive use of popups to display screen shots in a
    separate window so the user can browse help and go from topic to
    topic without necessarily navigating in the parent application at
    the same time. I also make the guide available in our DocWeb
    library as a standalone guide, so the user can read it with the
    parent application closed.
    Sometimes the popup window contains a fair amount of text in
    a subtopic that the user may need to read only once and never
    summon again. He or she has the option of ignoring that popup link
    on returning to the topic. It's the same principle as a Glossary
    definition. The link is there, but once you read it, why bother if
    you can remember it from last time?
    I haven't used dropdowns much, but as I recall they appear in
    the topic pane and push text down until they are dismissed. Useful,
    yes, but they wouldn't accomplish my purpose for popups.
    I looked through ehlpdhtm.js, which primarily serves IE. It
    figures out the autosize dimensions on the fly, and performs the
    dhtml effect on text, such as flying in and out, but
    Firefox/Mozilla/NS don't use dhtml effects.
    I can't find a place in ehlpdhtm.js where (if it's in this
    file) the default popup window is sized (it's about 300 px wide by
    150 px high).
    BSSCDHTM.JS doesn't appear in WebHelp output. Much of it is
    similar to the other js file. I have no idea how it's used. The RH
    help topic on output files mentions ehlpdhtm.js, but there is no
    reference to bsscdhtm.js.
    Is it possible that ehlp... replaced bssc.. and bssc... never
    was removed from the RH code? Or is bssc... perhaps used in
    generating html help?
    If it's in some dll file, I can't fiddle with it, unless you
    can tell me how to edit and save a dll file without destroying its
    dll file type. DHTMLFX.DLL has a lot of code that looks similar to
    the two .js files, but I can't find the default size. That's why I
    thought perhaps the non-ie browsers have a built-in default when
    the html code doesn't specify a custom size.
    I'm content with the workaround, using custom sizes for all
    popup windows, unless a real developer (of which I am not one) can
    help figure this out.
    Thanks again.
    Harvey

  • Why doesn't the download popup window do what I tell it to?

    In most cases when I download files, I want the popup window to ask me how to handle them - and it does. However, I have a subscription to the NYTimes crossword puzzles. For this type of file only, when I click on a file I want to open it immediately.
    The popup window knows how to open these files: it says
    You have chosen to open ....
    What should Firefox do with this file?
    Open with _Across Lite_
    Save File
    Do this automatically for files like this from now on (This option is checked, but I get the popup window anyway. Does automatically mean something different for you than it does for me?)

    The server could be sending the ''Content-Disposition: attachment'' header. Install the InlineDisposition add-on and see if makes a difference.
    * https://addons.mozilla.org/firefox/addon/inlinedisposition/
    If that doesn't help, the server could be sending the ''Content-Type: application/octet-stream'' header.
    # What is the file extension for the crossword puzzles that you download?
    # Click the ≡ Menu Button and choose Developer, then Web Console (or press Ctrl+Shift+K).
    # Load the web page with the file download link.
    # Click the Clear button in the Web Console.
    # Click the download link.
    # In the Web Console, click the file request in question to examine it. In the little window that pops up, in the Response Headers section, what is the Content-Type header? It would be helpful if you'd [[How do I create a screenshot of my problem?|provide a screenshot]].

  • Firefox: Popup windows numbingly slow!

    This is probably off-topic as far as HTML DB is concerned, but I suspect there are a fair amount of FF users on this forum so I am hoping to get some responses.
    I notice that after my FF browswer (1.0.1) has been up for a week or so, any popup window in HTML DB, either in the App Builder or when running my app thru the App Builder are excruciatingly slow. After I click on the link, it takes a good 6 seconds for the window to pop up.
    If I restart FF, everything is fine.
    I dont have any tabbed browsing extensions or any other extensions installed that would interfere with this.
    Anyone else experience this? Is there a solution?
    Thanks

    I havent been brave enough to leave IE open for more than a week! Its lack of tabbed browsing make it really hard to do so. I dont want a dozen icons on my taskbar!
    Anyway, I suspect its a FF issue since I had that other issue with the URL redirects.
    Thanks

  • Firefox should save session when only popup windows is open

    When I have some window with multiple tabs open and I click close button on top, it saves the session and quits. Thats ok. But when there is some hidden popup window open (or source code) it destroys the session and leaves the popup open!!!! So the menu is gone and you lose your session. When i restart FF tabs are gone. So it should save session when only some popup windows are open.
    Also it should ask what to do when i click close window, when it's unclear what to do

    It is always a good idea to close a Firefox session by clicking File > Exit or Firefox button > Exit for proper shutdown.
    Those pop-up windows are produced by JavaScript. JavaScript can disable certain features in the pop-up window. You can set some preferences using '''about:config''' so that those features are not disabled in the pop-up window. See:
    *How to use '''about:config''': http://kb.mozillazine.org/About:config
    #type '''''about:config''''' in the URL/Location bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''dom. disable_window_open_feature.'''
    #reset preferences you want to '''''false''''' by double-clicking on that preference in the lower panel on the '''about:config''' tab
    #Preferences you can reset in this case: http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Adobe PDF Plug-In For Firefox and Netscape "9.4.3"
    *Shockwave Flash 10.2 r159
    *Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Jscript popup windows do not resize properly - prior ff versions did not have this problem

    zencart ecommerce website using jscript for image popups - popup window much to small - will not follow script - prior versions of ff did not have this error - I am using ff5

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    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

  • MacKeeper Ads, Popup Windows problem - Any Solution?

    Hi,
    I have a problem with 'MacKeeper'.
    It opens popup windows, shows link ads on any webpage I visit, distorts google search results etc.
    This happens not only on Safari, but also on Chrome & Firefox.
    I have tried to clear any spam-looking files from the /Library folder (there's nothing with the name mackeeper, zeobit etc.), also have cleared the cache of Safari, Chrome & Firefox.
    I do not know how to find and remove this unwanted app, program or extension or whatever you may call it from my mac.
    Can anyone suggest a solution?
    Note: I have never installed MacKeeper, so I can not uninstall it.
    Thank you,
    Leo

    You installed the "VSearch" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    This trojan is distributed on illegal websites that traffic in pirated content. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that this Internet criminal has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • How to get the values from popup window to mainwindow

    HI all,
       I want to get the details from popup window.
          i have three input fields and one search button in my main window. when i click search button it should display popup window.whenever i click on selected row of the popup window table ,values should be visible in my main window input fields.(normal tables)
       now i am able to display popup window with values.How to get the values from popup window now.
       I can anybody explain me clearly.
    Thanks&Regards
    kranthi

    Hi Kranthi,
    Every webdynpro component has a global controller called the component controller which is visible to all other controllers within the component.So whenever you want to share some data in between 2 different views you can just make it a point to use the component controller's context for the same. For your requirement (within your popups view context) you will have have to copy the component controllers context to your view. You then will have to (programmatically) fill this context with your desired data in this popup view. You can then be able to read this context from whichever view you want. I hope that this would have made it clear for you. Am also giving you an [example|http://****************/Tutorials/WebDynproABAP/Modalbox/page1.htm] which you can go through which would give you a perfect understanding of all this. In this example the user has an input field in the main view. The user enters a customer number & presses on a pushbutton. The corresponding sales orders are then displayed in a popup window for the user. The user can then select any sales order & press on a button in the popup. These values would then get copied to the table in the main view.
    Regards,
    Uday

  • In a multiple monitor situation, how do I get popup windows to open on the same monitor as the parent application is displayed.

    I have two monitors. I have an application that I run all day, displayed on my secondary monitor. Whenever a popup windows is launched form that application, it always opens on the primary monitor. Very annoying. Any way to get the popup to launch in on the same monitor as the parent application?

    Did you solve this problem ?

Maybe you are looking for