Pages stop loading - progress bar gets 20 to 50% and it hangs

No solution I have tried is working. I use ethernet and cable Modem- no WIFI/WLAN.

Safari 5.0.1 or later: Slow or partial webpage loading, or webpage cannot be found

Similar Messages

  • "Reload current page/Stop loading current page" seems to be missing from Navigation Bar customization. How do I get it back?

    I am loading Firefox on a new computer, and I can't find the Navigation Bar button for "Reload current page/Stop loading current page". Is there any way to get it back as a choice under Navigation Bar customization or to create a new function? CTRL-R used to work for this function, but I'd like to have the button on the Navigation Bar.

    View Page Source has been moved to the "Web Developer" sub-menu. You can use any of the following to View Page Source:
    *CTRL+U
    *Right-click a blank area of the page and choose "View Page Source"
    *Firefox button > Web Developer > View Page Source
    *Using the Menu Bar: Tools > Web Developer > Page Source
    *ALT+T+W, release ALT key, letter O key
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • My computer will not start up. It powers up I get the gray screen with the apple and get the loading progress bar it loads to 25% and the screen goes black

    My computer will not start up. It powers up, I get the gray screen with the apple, then the loading progress bar starts loading to about 25% the the screen goes black. what can I try to get my computer up and running?

    Carolyn Samit wrote:
    iMac, Mac OS X (10.7.1)
    Use Command + R for Lion Recovery
    Try restarting, when you hear the startup tone hold down the Option key. Then choose the Recovery Partition.

  • I open facebook or other site. right click link/photo to open in new tab quickly. Then all tab connection will be connection to website, all page stop loading. Have to close firefox and reopen then only site will load.

    I open facebook or other site. right click link/photo to open in new tab quickly. Then all tab connection will be connection to website, all page stop loading. Have to close firefox and reopen then only site will load.

    You can override how links are opened via the browser.link.open_newwindow.override pref.
    *http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    Use this for links opened via JavaScript.
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    See also:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features

  • The app fails to download on my ipad- progress bar gets to halfway and then restarts. Any ideas?

    The app fails to download on my ipad- progress bar gets to halfway and then restarts. Any ideas?

    HELLO, Hello, hello..........is there anybody out there................

  • Stopping a Progress Bar when a page has loaded.

    I currently have an application that uses a linkbar with a viewstack.  If I click on a particular link, a component mxml page with an advanced datagrid is loaded.  However, the datagrid can take up to 10 seconds to load.   So, I need to implement a progress bar that will run until the page is completely loaded/ painted.   What phase and or event should I use to capture this.

    I added your Preloader AS class and called the preloader from my application class and recieved an error can the preloader only be used in the Application class.
    Start Class ( there is a destPath associated with this and that is why you don't see any other code. A .swf file is loadded):
    <?xml version="1.0" encoding="utf-8"?><mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"preloader="com.dstsystems.regulatory.compliance.components.ecompliance.view.FlashPreloader">
     </mx:Application>
    ERROR Received and associated function below:
    1046: Type was not found or was not a compile-time constant: FlexEvent. FlashPreloader.as SmartDeskRegulatoryFlex/src/com/dstsystems/regulatory/compliance/components/ecompliance/v iew line 45 Flex Problem
    private function initComplete_handler ( event:FlexEvent ):void
    dispatchEvent(
    new Event( Event.COMPLETE ) );}
    Is it possible to add the Preloader directly to the Component.mxml in question.  My complile time issue is corrected but the preloader doesn't seem to work.
    <?xml version="1.0" encoding="utf-8"?> 
    <mx:VBox 
    xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" backgroundColor="#FFFFFF" xmlns:view="
    com.XXXsystems.regulatory.compliance.components.ecompliance.view.*"preloader="
    com.dstsystems.regulatory.compliance.components.ecompliance.view.FlashPreloader"creationComplete="Init()"
    paddingLeft="10" paddingTop="10" paddingRight="10" paddingBottom="10"horizontalScrollPolicy="
    off" verticalScrollPolicy="off">
    <mx:Script>
    <![CDATA[
    import
    mx.events.AdvancedDataGridEvent;

  • Display page load progress bar...

    I have a page which takes about 50-60 secs to load and I want to display some kind of progress bar indicating to the user that the page is loading. This page is a pop up page with a report returning a lot of data. I searched the forum and most of the progress bar examples are related to a button click event. However I want the progress bar to display before the entire page has been loaded.
    I really need to get this done fast and any kind of help or suggestion will be really appreciated.
    Thanks!

    Hi Carl,
    I have a similar issue to the one 'user549354' listed.
    The application in this case is single page application with a couple of report regions, one of which takes about a minute for the query to return the result.
    The example listed below by you, and another one I have found by Vikas, both fire a javascript-redirect off a button... The related forum posts are:
    Long running process/query
    Re: Long running process/query
    but if you want the processing page off the initial url, this is not possible.
    Yes, you could workaround it by showing a button on the initial page which the user has to press to see the processing page ... but that is not an ideal solution.
    I am not very familiar with javascript, and have tried the following alternatives unsuccessfully
    1) Using a url to a different (intermediate) page (say page # 2) which has a display as text item that renders the animated gif image, with following source
    Please wait...
    <img src="/i/processing3.gif" />
    in combination with different types of processes (on load/after regions/after footer) which redirect to my original page (say page #1) by doing the following
    begin
    htp.init;
    owa_util.redirect_url('f?p=&APP_ID.:1:&SESSION.::&DEBUG.:1:::');
    end;
    This does not show the intermediate page at all, just waits until the actual page loads.
    2) use the display as text item mentioned above, and in the region source (html region) using the following:
    <META HTTP-EQUIV=Refresh CONTENT="2;URL=f?p=&APP_ID.:1">
    The problem here is that the animated gif becomes de-animated after the the number of seconds set in the code, in the above case 2 seconds.
    3) using the page header and footer javascript mentioned in the links off your post, and trying to fire it from a url type region using the following codce
    javascript:html_Submit_Progress(this);
    This fails with error – object does not exist – presumably because this needs to be fired off an item – wonder if it will work off a link.
    4) Various other permutations and combinations of the above…
    You have mentioned in your last post on this thread that an intermediate page could be called, that will fire the progress bar, and then redirect to the slow loading page.
    This is seems to exactly what I am after – with the url of the intermediate page being the initial url with which to access the application.
    The problem is that I do not know
    a)     where or how to fire the relevant javascript [javascript:html_Submit_Progress(this);] from, besides a button press, and also
    b)     how to (then and only then) re-direct to the slow loading page, so as to ensure that the animated gif is displayed… using any of pre-submit process (on load… after footer) prevents the page and the animated gif from rendering.
    I am sure that this is very much possible… any help would be very much appreciated.
    Thanks.
    Alex.

  • ITunes store won't load. The progress bar freezes at about 50% and I get nothing but a white screen.

    I'm running iTunes 10.5 beta 7 but this issue has been happening since I was running 9.  One day I clicked on a link for an app I saw on techcrunch and it pulled up in iTunes as being in the UK store.  I clicked ok and my iTunes hasn't worked since.  I can log into my account but can't access anything in the store or Ping.  I've googled this issue and found some similar sounding stories but none of the solutions have worked.  I've uninstalled and reinstalled, turned of the itunes store in parental settings and checked "except for iTunes U", I've uninstalled apple aplication suport and installed safari and every other option I have found and nothing has worked.
    Sometimes if I let it sit long enough what looks like an unstyled version of the store comes up but is completely unusable.
    Just to be clear, this has been happening since before I was running any beta software or OS.
    Any help would be greatly appreciated.

    Thank you gchin.
    I emailed apple support and they got back to me, I did what he said and it's fixed! SOLUTION found- see below.
    I said:
    "I can't access the iTunes Store. When I click on it the progress bar stops at 50% and I'm left with a blank white screen (no error msg). I have uninstalled and reinstalled, run the iTunes diagnostics (it said all was ok), gone through all of the online help material and I've tried turning off my firewall. Nothing works. I can't sync my iphone either (stops on verifying iPhone so I think it's getting stuck on trying to contact the store). Plzz help."
    They replied:
    "Greetings from Apple iTunes Store Customer Support! I am ########.
    I understand that you have had issues accessing the iTunes Store. I know how eager you are to have this issue resolved. I will certainly assist you.
    #########, for this, I recommend that you attempt to resolve this issue by once again uninstalling iTunes and QuickTime, and then reinstalling the latest version of each. To do this, first ensure that you are logged in to an Administrator user account on your computer, then follow the instructions in the appropriate article:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista:
    http://support.apple.com/kb/HT1923
    Note: Titles you purchased from the iTunes Store or imported from CDs are saved in your iTunes folder by default and are not deleted by uninstalling iTunes. Backing up your iTunes Library regularly is recommended.
    After successfully uninstalling iTunes and QuickTime, please ensure you have upgraded to the latest Service Pack for Windows by installing all updates available to you on Microsoft Windows Update:
    http://update.microsoft.com
    Once you have the latest Service Pack for Windows installed, download and install iTunes for Windows (which includes QuickTime):
    http://www.apple.com/itunes/download
    If you continue to experience difficulty with this issue, you may wish to contact Apple technical support. A representative will be able to tell you about Apple's complimentary and fee-based support options and can help you determine which option might be most helpful.
    Please find the appropriate phone number here:
    http://www.apple.com/support/contact/phone_contacts.html
    Thank you for contacting iTunes Store Support. Have a nice day!
    Sincerely,"
    AND IT WORKED happy customer.

  • How to start and stop a progress-bar thread before/after the main thread

    hi. I would appreciate any kind of help on my request.
    I have this as my main() function
         public static void main(String[] args)
              SwingUtilities.invokeLater(new Runnable(){
                   public void run(){                              
                        Options op = new Options();
                        OdessaClient oc = new OdessaClient(op);     
                        oc.setVisible(true);                    
         }Whenever I try to start a simple JFrame with an indeterminate progress bar on it just before the main function and stop it somewhere after I get a StackOverFlow error
    Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError
         at java.awt.Component.show(Component.java:1302)
         at java.awt.Component.setVisible(Component.java:1253)
         at com.client.CylonBar.hide(CylonBar.java:25)
         at java.awt.Component.show(Component.java:1302)
         at java.awt.Component.setVisible(Component.java:1253)
    ...and so on...How must I implement something like it?

    Not precisely that way, but just off the top of my head, you would have to have a handle to the proccess (server) in the first window, then have a monitor program that allows you take this handle and end it. I would make this monitor program be the gateway to starting and stopping your server. To run a .bat file you can use runtime.exec().

  • Progress bar gets stuck at the end

    I’m having problems with Flash Player and Microsoft
    E-Learning Offline Player. The progress bar goes all the way to the
    end but then nothing happends. It just gets stuck there.
    Has anybody had this problem?
    What does the progress bar show, Flash Player loading,
    content loading or something else?

    I've not heard of anyone else experiencing this problem (and I'm not). I've just done a quick search of Google and there's nothing coming up that I can see either. Your best bet would be to either try re-installing (which I know is a bit of a pain) or submitting a bug report to Apple. If you live near an Apple Store you could also try making an appointment at the Genius Bar and getting them to try.
    Force quitting shouldn't be doing any more damage.

  • XP Install - Just Stops at Progress Bar!!

    Hi all
    Hope someone can help please.
    On a laptop running Windows XP MCE SP2 - I have used the web
    page unistaller to remove all previous shockwave players.
    I've modified the ActiveX settings on the security options as
    directed.
    But when I try and install the latest Shockwave player I get
    a page with a graphic that says Adobe Shockwave player is now
    installing, the progress bar moves to the end & then NOTHING
    happens!!
    I do not get any warning bar about Active X controls.
    Having been to the FAQ's on support page I tried the
    alternate executable installer but this just seems to take me back
    to the normal download page. There is no option to right click and
    download an installer.
    Can anyone offer any help please?
    Many thanks.

    You wrote: "I copied to the Applications folder."That's where I'd say it should go. My concern was you may have dropped it in something like /Library/StartupItems.
    You might check /Library/StartupItems just to be sure there are no Dreamweaver-related startup items therein that may be "confused" given that you moved the application from an external drive to your internal drive, esp. if you had been using it previously from the external. It is a long shot, but worth a check.
    I don't use Dreamweaver, but some apps add either Startup Items, Login Items, or both. You can read my "Troubleshooting Startup and Login Items" FAQ for details about such.
    I suspect the Dreamweaver move isn't the case, but since it was the last change you made before this occurred (was it the last change?) it's worth investigating a bit.
    If the earlier Apple KB article I posted does not help, you can also try the steps in my "Resolving Disk, Permission, and Cache Corruption" FAQ. Perform the steps therein in the order specified.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • OS hangs at loading progress bar when restarting after Security Update

    I've searched for other people who have had issues with the Security Update, but my issue doesn't seem to have been solved. Here's the story:
    Just installed the new Security update. Shut the computer down for the night, started it up, and halfway through starting up it restarted itself again. It got past the grey Apple, the blue progress bar started loading, got to the end, but doesn't go anywhere. I've let it sit for 15 minutes, but no progress. The internal fan sounds like an airplane taking off, it just keeps going faster and nothing happens. Tried rebooting in safe mode, but it got hung up on the grey Apple and spinning wheel of death.
    Anything I can do from the Terminal to fix this?
    Thanks guys!

    cPants:
    Welcome to Apple Discussions.
    Have your tried:
    Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report if it says anything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    Good luck.
    cornelius

  • TS1424 When I touch the secret passages icon to play the game it starts to load and then when the progress bar completes the game crashes and goes back to windows. It's very frustrating as I really enjoy this game but if it's not rectified I might have to

    When I touch the secret passages icon to load it the progress bar completes and then the game won't start it goes back to windows. I really like this game but if it carries on I might have to delete it sadly

    Have you checked to see if there is an Update for the game ?
    Also... Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • How do I enable a loading progress bar?

    There's a spinning donut, but no pogress bar to show if anything is actually loading or how much has been loaded

    hello dhermosillo, the spinning throbber will be replaced by a progress bar in firefox 29, the next version scheduled to be released at the end of the month - the feature is currently in beta and if you want to test it, you can download it from https://play.google.com/store/apps/details?id=org.mozilla.firefox_beta

  • Disable or Customize initial Loading Progress Bar

    Is there a way to disable or customize the first progress bar
    that is displayed while the browser is downloading the MXML
    Application SWF?

    Hey Michael,
    Check out this thread on changing the loader:
    http://forums.adobe.com/message/2448040#2448040
    Short answer is, not in Flash Catalyst right now.
    But you can change it in Flash Builder with a little coding.
    Hope this helps,
    Tara

Maybe you are looking for

  • How to do Tap Tempo in Logic Pro 7

    anyone know???

  • Aironet access-point 1231G reboots itself frequently...

    Hi there, We have one 1231G access-point which reboots itself after every certain time, its uptime has never crossed some 30 - 35 mins, usually it remains to 10 -15 mins. Some days ago, I saw a similar problem being discussed on thsi plateform but af

  • Unable to cast object of type OracleXmlType to type XmlDocument

    Hello All: I have an Oracle Procedure that is taking an XML Document as an output parameter. oCommand.Parameters.Add("errorrecord", OracleDbType.XmlType).Value = System.DBNull.Value; oCommand.Parameters["errorrecord"].Direction = System.Data.Paramete

  • Question marks at top of folder when opened

    I am trying to help a friend with his computer, he is completely computer helpless so am trying to see if I can solve his problem. He has a canon ip6700d printer. just recently it stopped printing. when the icon of the printer is on the dock, there i

  • XpauseTarget minimum value

    I noticed that in the documentation for jrockit real time 4.0 eval version, the minimum pause target is 10ms. Can this be set lower if I have a license for the product? If so, what is the minimum value for licensed versions of the product? Thanks.