reload the page when SQL query returns a value

Hello world

the title of this discussion may seem strange, but I'll try to explain why I need this:

A user has the ability to connect on my APEX application. There are several tabs in my application that are visible only if a certain SQL statement returns a value which is not the case by default. The user has also the ability to download a file that is transferred to an external system that analyzes the file and writes the data in the database. During this writing process - which may take several minutes - conditions for some of the tabs to show the will becomes real (-> the query will return a value). When the user refreshes the page manually, the tabs will be displayed. However, I want the tabs will appear automatically when the condition is met.

Is it possible to refresh the page as soon as the query returns a value? It is perhaps possible to check it on the client side and trigger a refresh of the page when the condition is met. It would be even better if only the tabset has been updated, but refreshing the full page is fine as well.

Thank you!

Here is an overview of how it can be done

This is possible thanks to a dynamic action being performed on a timer.

View default tabs and dynamic action hide them on loading the page if they are not to be considered

Create a dynamic action that will execute your query every 5 seconds or more

If the query returns data, you can use the dynamic action to show your tabs using javascript

Tags: Database

Similar Questions

  • When I scroll a certain Web page, browser reloads the page upward, this happens even if I change the browser... Why? Help, please!

    When I scroll a certain Web page, browser reloads the page upward, this happens even if I change the browser... Why? Help, please!


  • When I scroll up/down a page, the page becomes corrupt, until I have reload the page

    When a page is loading everything first, everything seems fine. But if I need to scroll down, the new area has revealed is almost always corrupted to the point that I can't read. Reload the page clears the problem. If I then scroll back to the top of the page, its corrupt.

    This happens every night in Firefox. When I go in Firefox, version 32-bit, everything is fine.

    You can try to disable hardware acceleration in Firefox.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    You must close and restart Firefox after enabling/disabling this setting.

  • a vertical scrolling page to page is reloading - when I click on the menu, it scrolls, and then reload the page. boring

    I created a page a Web site with vertical scrolling and anchor points.  When I click on the menu item, it scrolls, and then reload the page.  How can I stop this action?   I want just a smooth roll to anchor and do not reload each time.

    TIA

    This is not normal. Sounds like something that is triggered by the custom code added to the HTML page or by a third party widget, but it's totally impossible to say without the URL of the page.

  • Blastie won't work - how can I change this? When I say to turn off protection on this page, it reloads the page and start over again

    I reloaded the link blastie - it works with chrome, but not firefox. Appears the security shield, then I click on "turn off protection on this page", but then it reloads the page with activated protection...

    Perhaps have a look at this extension and temporarily disable the block if you need it for some pages.

  • javax.faces.application.ViewExpiredException: viewId: / folderUpload.jspx - ADF_FACES-30107: the page view state has expired.  Reload the page.

    Hello

    I'm developing a multiple file download utility. I get an error here. First of all, I want to explain my case.

    I use JDeveloper 11.1.1.7.

    InputFile property: maximumFiles = '150' uploadType = 'auto '.

    change of Web.xml: org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE = 5368709120 (by 5 GB)

    org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY = 5368709120

    org.apache.myfaces.trinidad.CLIENT_STATE_MAX_TOKEN = 3

    the session has out = 30 minutes

    Here when I am downloading of up to 5 files work fine but when I select more than 15 removal sound always come below error.

    Error log
      
    
    AdfcExceptionHandler>  ADFc: While handling an exception the application's exception handler threw a new exception.
    javax.faces.application.ViewExpiredException: viewId:/folderUpload.jspx - ADF_FACES-30107:The view state of the page has expired.  Reload the page.
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:819)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:422)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
      ADFc: While attempting to handle this exception the application's exception handler failed.
    javax.faces.application.ViewExpiredException: viewId:/folderUpload.jspx - ADF_FACES-30107:The view state of the page has expired.  Reload the page.
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:819)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:422)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
      ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
    javax.faces.application.ViewExpiredException: viewId:/folderUpload.jspx - ADF_FACES-30107:The view state of the page has expired.  Reload the page.
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:819)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:422)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    [Application termination requested.  Undeploying application DMSMultipleFileUploadUtility.]
     

    Why is-session time-out error is coming while 15 (small files in KBs) takes 15-20 sec download, what requirements for this error. Take a peek inside Timo Hahn

    Thanks and greetings

    Maroof Ahmed

    Hi all

    Finally, I solved my problem for my case and works very well. Thanks Timo Hahn kind help.

    The solution obtained below changes.

    1. you must use valueChangeListener inputFile for

    2. changes in the web.xml file

    Changes to the web.xml file
    
        javax.faces.STATE_SAVING_METHOD
        client
    
    
    
        If this parameter is true, there will be an automatic check of the modification date of your JSPs, and saved state will be discarded when JSP's change. It will also automatically check if your skinning css files have changed without you having to restart the server. This makes development easier, but adds overhead. For this reason this parameter should be set to false when your application is deployed.
        org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION
        false
      
    
    
        Whether the 'Generated by...' comment at the bottom of ADF Faces HTML pages should contain version number information.
        oracle.adf.view.rich.versionString.HIDDEN
        true
      
    
    
        Here Values is in bytes for file upload. This is for 5GB
        org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE
        5368709120
      
    
    
        Here Values is in bytes for file upload. This is for 5GB
        org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY
        5368709120
      
    
      
        Session Time out solution 3600 here
        org.apache.myfaces.trinidad.CLIENT_STATE_MAX_TOKEN
        4000
      
    
    
        "all": stores all state in the client in a (potentially large) hidden form field. This matches the default behavior of the JSF reference implementation, and can be useful for developers avoiding any use of HttpSession.
        org.apache.myfaces.trinidad.CLIENT_STATE_METHOD
        all
      
    
    
        The <uploaded-file-max-disk-space> element is used to change the default location uploaded files are stored. This setting directly overrides the web.xml setting org.apache.myfaces.trinidad.UPLOAD_TEMP_DIR. This value can be hardcoded or can be explicitly configured with an EL expression that returns a String object.
        org.apache.myfaces.trinidad.UPLOAD_TEMP_DIR
        /tmp/TrinidadUploads/
      
    

    For details, see configuration of APACHE MYFACES TRINIDAD trinidad

    If you are using large files, then you also increase the heap of Java size other wise, you can get on memory bound

    Maroof

  • How to get the value of the tree node without reloading the Page. !

    Hello
    I worked with apex 4.2 and I've created trees and as a table to retrieve the date according to the value of the tree node select the code tree something like that

    {
    Select case when connect_by_isleaf = 1 then 0
    When level = 1 then 1
    of another-1
    end the status,
    level,
    'ENAME' as the title,
    NULL as an icon,
    'EMPNO' as value,
    NULL as ToolTip,
    ' f ? p = 36648:34:5234984107903:P40_SELECTED_NODE :'|| EmpNo as link
    "Dept". "" EMP ".
    Start by "MGR" is nothing
    connect prior "EMPNO" = "MGR".
    siblings arrested by 'ENAME '.
    }
    and I put the Page selected node element: P40_SELECTED_NODE. the tree worked well and recover the data in tabular form according to the value of tree node

    My Question:
    1. I want to recover the data without submitting the page where whenever I select the value of the tree make page reload to update the tabular presentation with the new value, there is a way to convey the value of the tree node to point P40_SELECTED_NODE and in the form of refreshment without page reload.

    2-i want when selected in the page tree run process according to the value of the on-set tree node to create dynamic action with (jquery selector: div.tree li > a) but the value of the incorrect node.

    Concerning
    Ahmed;

    Take a look at my sample tree application.
    When you select a node, a details report is updated. That should help you implement for your situation.
    However, one thing to note is the link on each node that you have. Click on a node to redirect to the same page and set the value of P40_SELECTED_NODE. You can keep the element, but the link should go, as it's him "reload" the page whenever you click on a node. Implementation of the action of "onselect" tree and setting the page element to the value of the node that will be in place. Be sure to add the page element in the elements present in the form of tables.
    The reason why your selector didn't return the correct value is that you have a click event bound to the anchor tag in each element of the list. The anchor tag does not hold the real value (usually and id), but holds that the display value. The items list item containing the real value in their attribute "id". Therefore, to get this value you should always inspect the first parent of the clicked anchor tag. (which is another way to solve it, of course)

  • There is no way for me to stop to reload the page on my Firefox 15.0. Why not?

    I have something wrong with my Firefox, or after going to customize the toolbar, why is he not here to stop to reload the page? When the small window pop up for 'customize', there is an 'X' after the address bar, as soon as I'm done with the "Customize" window, it goes! Will I need to save my favorites and then try another installation without using the old settings of Firefox?

    Thank you, but the 'X' does not seem... tried everything but must have lost the connection with a registry cleaner, or something of this nature... Finally just uninstalled to reinstall Firefox without any parts of the old... It works fine now...

  • in the menu toolbar customization, ALL the small icons in the last set (home, reload the page, stop downloadig page, etc.) are dishes on MISSING. What can I do?

    in the menu toolbar customization, ALL the small icons in the last set (home, reload the page, page download stop, etc.) are dishes on MISSING, and therefore I can not add the Firefox.What can I do?

    These buttons are not in the drop-down to 'Add' Palette, they are on the Navigation toolbar and must be "moved".
    The buttons Stop and reload should appear between the address bar and the search bar when customize is open, and the home button should appear to the right of the search bar.

  • Safari 9.0.2. I find safari hangs and does not open pages as it should. Blue progress bar moves to half way then stops. Reload the page do me later, but it is slow. No idea what's causing the problem. WiFi is good.

    Safari. When opening a site, the page frequently does not. The blue progress bar moves about half way and then stops. I can get to move usually by reloading the page, but it's slow and frustrating.

    It does occur on a particular site. Now, it seems to be fairly general.

    WiFi is good so I don't think that's the problem.

    Any ideas?

    Go step by step by step and test.

    1. turn off the power to the router. Unplug it from the wall. Wait a while.

    Plug it in, back to the wall. Turn on the router. Wait for all lights are light up properly. It will take a while.

    Restart the computer.

    Boot mode safe.

    https://support.Apple.com/kb/PH18760?locale=en_US

    2 remove Caches.db

    Close all windows and close all applications.

    Hold down the 'option' key, then click on the "Go" menu in the Finder menu bar.

    Select 'Library' in the menu dropdown.

    Library > Caches > com.apple.Safari > Caches.db

    Right-click on the Caches.db file and select "move to trash".

    Close the windows.

    Restart and restart Safari.

    3 empty Caches

    Safari > Preferences > advanced

    Tick the box "Show develop menu in menu bar."

    Develop menu will appear in the Safari menu bar.

    Click on develop and select 'Empty cache' in the menu dropdown.

    4. remove the Cookies

    Safari > Preferences > privacy > Cookies and other data from the website:

    Click on the button "Details".

    Delete all cookies except those from Apple, your internet service provider and the banks.

    5 Disable Extensions and test them.

    Safari > Preferences > Extensions

    Uncheck 'Enable the Extension' and test.

    Enable the Extensions one by one and test.

    To uninstall any extension, select it and click the "Uninstall" button

  • OfficeJet Pro 8500. orientation of the page when printing double-sided it is backwards.

    OfficeJet Pro 8500. orientation of the page when printing double-sided it is backwards. How to change so when doc is printed can be read like a book?

    I don't know where to find and change settings.

    can you please help?

    Thanks in advance

    Anna

    Anna

    There should be an option in layout to "Flip on long edge" or "return on the short edge.  Change this setting to change the orientation of the back page.

    If this does not resolve the problem that, please indicate what operting system you have and the number of exact model.

  • Idle time to reload the page

    Hello world

    Can you help me how to write the code just .

    I want when on the site have some idle time without moving or touch to reload the page, to start from the beginning.

    At the stadium-> CreationComplete I have:

    idleTime = 0;

    $(document) .ready (function () {}

    Increments the counter by idle time every minute.

    var idleInterval = setInterval (timerIncrement, 60000);

    Zero the timer of inactivity on the movement of the mouse.

    $(this) .mousemove (function (e) {}

    idleTime = 0;

    });

    $(this) .keypress (function (e) {}

    idleTime = 0;

    });

    });

    function timerIncrement() {}

    Temps_inactivite = temps_inactivite + 1;

    If (temps_inactivite > 1) {}

    Window.Location.Reload ();

    }

    }

    When I test locally, it worked, but online is not.

    What is missing?

    Thanks in advance.

    Hi Kumar,

    Finally, works without a problem.

    I republish it and it's ok.

    Thank you!

  • How to set the location of the function "reload the page" with the new update?

    Since the new update, my previous settings have been changed and I can't get back them.
    I could already right-click and customize what I wanted to see, now, I have a "menu open from the things I've decided I don't want to see" option stuck right without an option to not see. Okay so.

    My main problem is that all of my computers I always 'Reload the page' and "Stop reload the page" options to the left of the URL bar. With the new update, ironically designed to make easier user interface customization, they are stuck in a slot inside the URL bar.

    I wonder if anyone knows a way to customize it? Please and thank you.

    Sorry, in Firefox 29 the reload / Stop button drop-down list is not movable. But there are extensions available to restore this preference.

    This extension is popular, for example.

    https://addons.Mozilla.org/en-us/Firefox/addon/classicthemerestorer/

  • Initially Web pages load very slowly, but are a lot faster if I stop and reload the page

    Whenever I have initially load ANY page of a Web site, the first page really takes a lot of time to load. All pages of this site is loading very quickly thereafter. I also noticed that if I stop the loading of the page, immediately after my first click and then click on reload, the page loads almost instantly. I am currently using Firefox 20.0.1, but this problem has occurred for a while... at least as far as Firefox 19. According to my research, I've tried a bunch of suggested solutions, but nothing helps... including: off hardware acceleration, don't select any proxy, disabled ABP, etc.. Any other suggestions would be greatly appreciated. Thank you!

    Hello stw203, maybe try to reset all the related settings in your network configuration. enter Subject: config in the bar firefox address (confirm the message information where it appears) & are looking for any preference, starting with the network in bold (= set of users) - do a right click and put these entries to their default value.

  • In the Pages, when I quand je selectionne selects open for a list of my files, all I get is an abbreviated list of a few files.  That's happened?

    In the Pages, when I quand je selectionne selects open for a list of my files, I get nothing more than a brief list files, more than other things.  What happened and how do I get my list?

    When you choose open, it will open the finder and you will find your way to all the files.

Maybe you are looking for

  • iPhone 6s suddenly stopped to receive emails

    I have 2 email accounts Setup on my iPhone 6 s; 1 POP3 and IMAP 1. Had no problem send and receive e-mails from the purchase of phone. Phone suddenly stopped to receive all emails, on both accounts. I CAN always send emails from phone without any pro

  • Cannot copy from the surface of the glass. HP Photosmart Premium Fax all-in-One, model # C410a

    Hi people, I can't make a copy of the surface of the glass of the printer. Automatic advance works great, time to take the paper and print a copy. In the past, printing from glass was not a problem. The error message on the printer says "Document Fee

  • HP DV9700 not start. Farm in seconds after pressing the button walk / stop.

    My HP Pavilion DV9700, who works under Vista, stopped working yesterday.  I never did at the Windows startup screen.  Messages on-screen messages which function key to press for configuration, see starting, etc...   then stops.It started a day ago. I

  • Skip PlotStripChart County

    Hey guys it's if all goes well quite a simple question. Basically, my program acquires the data which are then plotted on a graph of band as it is acquired. The data are interleaved and when tracing I wish I could skip the first string with each swee

  • Install Windows 7 on HP Pavilion 15-e056sl, possible or not?

    Hello I bought this laptop, expected W8 on that... It's an ex-affichage of a store... the problem is that I found a version of w7 Starter installed... I assumed that they changed the BIOS install w7 starter and, clearly they could ' t install w7 home