Popup window not opening in IE 6.0, SP1

Hi Friends,
Whats the version information for Popup windows to open.
Not able to view the popup window on Internet Explorer 6.0 , build 2800.1106, SP1.
It gives Runtime Error.
I can see the popup windows in IE6.0.2900.2180, SP2
any clue?
Thanks.
Message was edited by: Nav

Naveen,
  Normally the browser should support the javascript version you are using. The best way is to upgrade the browser to higher SP if it runs on a different SP.
Usually, Javascript erros are very abstract, so tough to handle. So, got to be careful when coding.
Check this link for details on Javascript erros etc
http://www.irt.org/script/general.htm
Hope this helps,
Kumar

Similar Messages

  • 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

  • Keyboard Shortcuts Window not opening ?

    Hi,
    I am wondering if anyone else is facing this weird bug? The keyboard shortcut window is not opening in my Premiere Pro...any suggestions/ advice ?
    Thanks !

    Have you used the "Sync Now" option?
    The reason I asked is that I tried that option but typed in the wrong email address and that resulted in the keyboard shortcut window not opening on my laptop.
    I got a "Sync failed" error message but after I typed in the right address on my main computer, syncing was successful and the keyboard shortcut window reappeared
    on the laptop.
    HTH

  • Opening PopUp window not displaying 1st view in background

    Hello,
    I developed WDA with Tree UI element. now on click of childnode (UI elemment TreeItemType), i am opening window. below is the code that i put in method.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_window(
                         window_name            = 'W_JOBCODE'
                         title                  = l_string
                     close_in_any_case      = abap_true
                         message_display_mode   = if_wd_window=>co_msg_display_mode_selected
                     close_button           = abap_true
                         button_kind            = if_wd_window=>co_buttons_close
                         message_type           = if_wd_window=>co_msg_type_none
                         default_button         = if_wd_window=>co_button_close
      l_api = wd_this->wd_get_api( ).
      lo_window->set_window_position( position = if_wd_window=>co_center ).
    lo_window->set_window_size( width = '900px' height = '900px' ).
      lo_window->open( ).
    also i embeded view V_JOBCODE inside window W_JOBCODE.
    my requirement is that when this window gets opened, my earlier view should be displayed in background. Now when the window is getting opened, the ealier view is not displayed at all. earlier i developed another WDA where i am displaying window on click of URL to Action UI element and there i am able to see the 1st view in background. I checked all things but not sure why for my current WDA, i am not able to see 1st view in background.
    Please let me know if anyone has any clue.
    Regards,
    Chandra

    Hi Chandra,
    Use the below code to open a new window in the same component.
    data: str type string,
              l_window1 type ref to if_wd_window_manager,
              l_cmp_api type ref to if_wd_component,
              result1 type ref to if_wd_window.
        call method cl_wd_utilities=>construct_wd_url
        exporting
          application_name = 'Component Name'
          importing
          out_absolute_url = str.
        l_cmp_api = wd_comp_controller->wd_get_api( ).
        l_window1 = l_cmp_api->get_window_manager( ).
        result1 = l_window1->create_external_window(
        url = str ).
        result1->open( ).
    Regards,
    Simi A M

  • Photo gallery popups will not open in firefox, but does in internet explorer

    In the last few days popups within a website will not open. IE photo gallerys, logins for internet banking.
    It seems to be a problem only in firefox as they will open with internet explorer

    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")

  • Popup window not populated on SAVE event

    Hi All,
    I am enhancing standard AIC_INCIDENT_H component on EH_ONSAVE event, requirement is  to display ComponentUsage "CUGSSurvey"
    , InterfaceView "SurveyWindow as Popup window , but there is a blank popup appeared
    On SAVE event i write the following code:
       IF gr_proctype_popup IS NOT BOUND.
        gr_proctype_popup = comp_controller->window_manager->create_popup(
                            iv_interface_view_name = 'SurveyWindow'
                            iv_usage_name          = 'CUGSSurvey'
                            iv_title               = 'Survey' ).
        ENDIF.
    lv_viewname2 = 'CUGSSurvey.SurveyOverviewWindow'.
    lr_viewset ?= me->get_subcontroller_by_viewname( lv_viewname2 )..
    lr_view_ctrl_par ?= lr_viewset->M_PARENT. ".
    current_sur_id = lr_view_ctrl_par->TYPED_CONTEXT->SURVEYID->collection_wrapper->get_current( ).
    current_sur_ver = lr_view_ctrl_par->TYPED_CONTEXT->SURVEYVERSION->collection_wrapper->get_current( ).
    * while current_sur_id is not initial.
          if current_sur_id is not bound.
            return.
          endif.
             try.
    *        data: rv_result type string.
            CALL METHOD current_sur_id->GET_PROPERTY_AS_STRING
              EXPORTING
                IV_ATTR_NAME = 'SURVEY_ID'
              RECEIVING
                RV_RESULT    = RV_RESULT
            catch cx_crm_cic_parameter_error.
          endtry.
          RV_RESULT = 'FDB_FORM_01'.
               TRY.
                CALL METHOD current_sur_id->SET_PROPERTY_AS_STRING
                  EXPORTING
                    IV_ATTR_NAME = 'SURVEY_ID'
                    IV_VALUE     = RV_RESULT
    *          data: lr_core TYPE REF TO cl_crm_bol_core.
    *          lr_core ?= cl_crm_bol_core=>get_instance( ).
    *          lr_core->modify( ).
    *            exit.
                 CATCH CX_SY_CONVERSION_ERROR .
              ENDTRY.
            if current_sur_id is not bound.
            return.
          endif.
             try.
    *        data: rv_result type string.
            CALL METHOD current_sur_ver->GET_PROPERTY_AS_STRING
              EXPORTING
                IV_ATTR_NAME = 'SURVEYVERSION'
              RECEIVING
                RV_RESULT    = RV_RESULT2
            catch cx_crm_cic_parameter_error.
          endtry.
          RV_RESULT2 = '0000000000'.
               TRY.
                CALL METHOD current_sur_ver->SET_PROPERTY_AS_STRING
                  EXPORTING
                    IV_ATTR_NAME = 'SURVEYVERSION'
                    IV_VALUE     = RV_RESULT2
    *          data: lr_core TYPE REF TO cl_crm_bol_core.
    *          lr_core ?= cl_crm_bol_core=>get_instance( ).
    *          lr_core->modify( ).
    *            exit.
                 CATCH CX_SY_CONVERSION_ERROR .
              ENDTRY.
      gr_proctype_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).
      gr_proctype_popup->open( ).
    but on save event this screen appeared:
    I want this view with survey form, filled by user and then SAVE the incident.

    Hi Mohammed,
    Try setting the enabled property to false for ROOTUIELEMENTCONTAINER in that view. It should work out for you.
    Regards,
    Uday

  • How Popup window automatically open, when I got new approval from any user?

    Hi Friends,
    I have an application in Form6i, where different users send approvals to me, when somebody send me new approvals there is indication to me, I used timer, and I Execute Query in When Timer Expire trigger , so a display item is appear when I received new approval. But this is only applicable on the Approvals screen, when I navigate to another screen I have not get an indication of new Approvals.
    Now I want to get an indication of an approval on every screen in my application in the form of Popup window.
    A window is automatically open before me on any screen when new approval is come.
    THIS IS JUST LIKE YAHOO MAIL BOX, WHEN WE WORKING IN ANY APPLICATION JUST LIKE MS WORD, EXCEL ETC. AND WHEN NEW MAIL COMES IN ACCOUT THERE IS AN INDICATION IN STATUS BAR “RECEIVES ONE NEW MESSAGE”
    Please send me the solution of this problem on urgent basis.
    Best regards,
    Shahzad

    Instantiate from your forms application a second forms application which calls your form with the timer or which contains a procedure which has registred itself for a message (use dbms_pipe).
    Your starting form code will call via a host command ifrun32.exe with all required parameters and the name of the form containing the timer or listener. Now you have two forms applications running on your pc but the "mailbox"one can get minimized and maximized the moment a message is detected.
    Marcos

  • Popup windows flash open then closed while watching videos or visitng websites.

    It seems to happen more often when I am watching a video on Youtube or Hulu.
    The video is playing normally and all of a sudden what looks like a pop up window opens and immediately closes. Sometimes you can see what looks like a person or an ad, but only for a fraction of a second and then it's gone. This will happen over and over again and it's super irritating. The windows seem to be of all sizes, they pop up in different parts of the screen and the frequency changes so that sometimes this happens a lot and other times there are fewer.
    I've scanned for viruses with several programs, Avast and Trendmicro HouseCall.
    OS is Windows 7
    Firefox and Flashplayer are all up to date.
    I've also scanned for Malware and Spyware.
    I have even turned off Firefox's popup blocker so I might see where these windows are coming from, but no popup ads ever open it just keeps flashing these windows open and immediatly closed.

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    Please report back soon.

  • How to block popup windows that opens up on clicking a link?

    Hi,
    How to block pop-up windows that opens up when a link is clicked? The feature in IE is to set the Blocking level as 'High: Block all pop-ups (Ctrl + Alt to override)' in Pop-up Blocker settings.
    Is there a similar feature in Mac?
    Thanks & appreciate the support

    In the menu bar, Safari > Preferences > Security > Web Content
    Some popups will not be blocked by this method, but blockable popups will be.

  • Java applet windows not opening in website

    User is running Windows 7 Pro 64-bit with IE10. She connects to a secure government website and logs into it. Once logged in, she clicks a link which opens a small popup IE window. A short time later, a couple of other small popup windows are supposed to
    open which are not IE windows but apparently java windows as the icon on the taskbar is the java icon and not the IE icon as for the main window and the first popup window. One of the java popup windows has links to click on to view various reports.
    This user was having no problem performing the above. Then her PC had Office 2013 installed and she says some other updates though she has no idea what (I know IE was not updated). Since then, the java popup windows do not open, only the first IE popup window
    opens.
    She can go to other Windows 7 Pro computers with IE10 and has no problem with the site and the popup windows. She can also use an XP system with IE8 and has no problem.
    I have disabled the popup blocker (though I was sure that wasn't the problem), installed JRE6u45 since she already had JRE7u45. I've tried to match her security and advanced settings to another PC. I've done a complete IE reset. None of these things have
    worked.
    I've never run into this type of problem before. I don't know if the problem is in IE or in Java or somewhere else. I'm really stumped on this one and I would appreciate suggestions as to where to look for the cause of this.
    Jonathan

    Hi Jonathan,
    You could try to deselect the “Automatically Detect Settings” to check how it works.
    And enable the scripting of Java applets settings:
    1. Click "Tools" --> "Internet Options" 
    2. Next, select the Security Tab, and select the "Custom Level" button
    3. Scroll down to "Scripting of Java applets"
    4. Make sure the "Enable" radio button is checked.
    5. Click OK to save your preference.
    Or you could try to change the settings in group editor (win + R --> Run --> gpedit.msc --> ok):
    Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\Security Page\Internet Zone\Java Permissions
    Please also try to reinstall Java.
    http://www.java.com/en/download/manual.jsp
    In addition, I would like to suggest you try to use compatibility mode (go to tools --> Compatibility View Settings) to check the issue.
    Meanwhile, I suggest you could reset the Internet Explorer to see if the issue persists.
    http://support.microsoft.com/kb/923737
    Please understand that reset Internet Explorer to its default configuration. This step will also disable any add-ons, plug-ins, or toolbars that are installed.
    If the issue still occurs, I suggest you use process monitor to identify what is working/not working/identify what is blocking the use of Java/Java applets.
    For your reference, you can download Process Monitor from the link below:
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • OBN call : new window not opening

    Hi,
    I have one webdynpro application inside an iview in portal.  Usually when I click a button in that application it should open a new window (done via OBN call).  Now it fails to open a new window.  I do not know why it is not opening.  Is there any browser setting that forbids the open.  But I am sure that no pop up blockers are there.  Even I tried to open by holding the ctrl key and that too dint work.
    pls help me.  thanks in advance.
    best regards,
    suresh.

    Hi,
    if you can exclude popup blocker to prevent this from opening in the browser you probably need someone to look at a test case, which may be customer support.
    Frank

  • 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 ?

  • How to configure a link in a popup window to open a tab in main window.

    I have put videos in popup windows with a link to their relevant main windows. I have used a behaviors extention from adobe to close the popup with the same link button, but the page doesn't open in the main window.
    Here is the link:
    <h2><a href="http://mydom.info/new.php" style="text-decoration:none" onclick="close_window()">Full Article</a></h2>
    I can't work out why the browser doesn't pick up the link? Is it because the link is doing two jobs, closing the window and linking to the page?
    Help would be great.

    Correct. You can use this code:
    app.launchURL("http:\\www.adobe.com", true);

  • P6 EPPM V8.2.2.8 window popup windows not showing.

    I've installed Primavera V8.2.2.8 EPPM on 64bit Windows 2008 R2 sp1 server with weblogic 10.3.5 using a 64 bit JDK (1.6.0_27). The database is 11g on another rhel5 server and has sample data loaded. Initially the install worked great for a bit. I was able to move around to different windows all worked fine. But soon after anything with a popup window (projects, users access, ) will not load and either shows an error like "Fail to load data..Please..." or just shows loading data then stops. In the application settings window changes to the screen does not allow the save button to appear (another pop is displayed before that happens). There are no errors in any logs, no connection errors, no information what so ever. I am using IE 9 and the block pop windows is unchecked.
    The same thing happen on a rhel5 install with weblogic 10.3.6. Oddly, there is another install where I work that functions just fine (via my desktop's browsers) but is on some very old equipment like windows 2003 and oracle 10g.
    Obviously, this is about Primavera P6 EPPM v8.2.2.8 web application; the professional desktop client works fine with the same database.
    Also, I did the same install on a rhel5 box with weblogic 10.3.6 and a 1.6_45 jdk. The same "problem" develops.
    Upgrading to V8.3 is not an option. I may be able to move to JDK 1.7, but i sure would like to get JDK 1.6 to work.
    Thanks your help and let me know if there is any other info that could help.

    JRE1.6_027...
    I am pretty sure it is not a browser issue since I can get see all web functionality with the same IE browser connecting to an existing install that is running on rhel5.1/weblogic 10.3.5/jdk1.6._27.
    I have some more info:
         * no ssl
         * pc with browser in windows 7
         * the windows server is on virutal boxes (wmware)
         * the databases are on virtual boxes (vmware, rhel6)
         * also, the following url never comes back: http://someserver.somedomain:7003/p6/action/pm/openprojectpicklist
    Can someone tell me what SQL is used to run struts action/pm/openprojectpicklist? I am starting to think this is some bizarre database issue or state. Today, I built a new 11g database on a windows server box (virtual) and installed a Primavera eppm p6 8.2.2.8 database in it with no sample data. It worked nicely (today, that is). Like I said it seems to work at first then after a while...breaks.

  • Script sub window not opening for particular invoice

    Hi Experts,
      I am facing problem in my invoice script.That is for some invoice the Script Write form Rstxc-Tdclose = X so it is directly coming out from the window after opening.
      For two invoices only i am facing this problem.
    Here that particular window is not displaying for some invoices.main window other windows are working fine.
    Please,Give me some suggestions where the rstxc structure updated in write_form.
    Regards,
    Nandha

    Nandha,
    Is thhis related to BW ?
    maybe the ABAP forum would be of better help..
    Arun

Maybe you are looking for