Change to blank page after loaded a page

I am using Firefox 32.0.3 with Windows 7. Recently, when I load some pages, at first, every images, words, links are coming out as usual. When all the elements of the pages are loaded, that means the "Stop loading this page" symbol changes to "Reload current page" symbol, the page change to a blank page.
If I press the "Stop loading this page" symbol during loading the page, it stops and all the contents are there. I can use this method to solve the above error. However, it will be hard to know when should I press the "Stop loading this page" symbol to avoid changing to the blank page. If I press early, only part of the page could be loaded. If I press late, it change to the blank page. It is very annoying.
Except this current problem, there are 2 long-term error at Firefox. It uses a lot of memory to load the Firefox. I have only activated the Flash plug-in, no others, no toolbars. And open 1 to 2 tabs, but it still occupy a lot of memory. The second error is the Flash plug-in always crashed with Firefox. Please also fix it.

Yes, tried Safe Mode, still the same. And just updated to latest version, also the same, problem is still here.
And I have already cleared the history, caches, and cookies before I posted the question here.

Similar Messages

  • Project will not open. blank screen after load

    I have a pretty major issue, I just finished a rough cut of a feature film and I decided to change my hard drive drive letters so they were more organized. Now premiere pro 2014 (up to date version) will not open the project properly.
    The file loads then it says looking for media then that goes away and it sits at a blank screen forever.

    I have a pretty major issue, I just finished a rough cut of a feature film and I decided to change my hard drive drive letters so they were more organized. Now premiere pro 2014 (up to date version) will not open the project properly.
    The file loads then it says looking for media then that goes away and it sits at a blank screen forever.

  • Blank screen after loading Creative Cloud?

    When I try to run the file, 'Launching creative Cloud does not finish installing and a blank screen appears.  (Windows 7)  I have tried uninstall/reinstall, I have tried removing the OOBE file step by step, neither of which have helped.  Suggestions?  I've now lost a day of my 'free trial.'

    I have Windows 7 Premium, but maybe this will help with your Windows 8.
    I've tried all the following solutions in many posts to no avail, except for creating new windows account. New account was the only way for it to work and I did not want that.
    I finally figured out the root of all evil. The ampersand in Windows user folder name (not the Windows displayed user name).
    If you have ampersand (&) or other non-alphabet characters in windows user folder name (Example: C:\Users\Bob & Mary), then Flash Builder will fail to install (happened to me), Creative Cloud will display white screen, and/or other miscellaneous problems.
    I confirmed this to be true and works:
    1) I had blank Creative Cloud window as shown in the first post.
    2) I renamed the display username and window user folder name by doing the instructions here:
       http://www.ghacks.net/2011/03/28/how-to-change-a-windows-account-name-and-user-profile-fol der-name/
       (Example: Change from "Bob & Mary" to "Bob n Mary" - without the quotes)
    3) After logging back in my newly renamed account, I opened Creative Cloud and login interface shows up! :-)

  • Loader changes the pixel value after loading as bitmap

    Hi all,
    My aim is to load two images and compare its color information pixel by pixel. For this purpose i used "flash.display.Loader" class to load the images, and once load completes i'll typecast the loaded content to bitmap object (loaderObj.content as Bitmap). Finally i'll get the bitmapdata from the bitmap of both the images and compare the pixels.
    Now the problem is the color information of the original image and the loaded bitmap is slightly different. For example the color value of pixels of the attached image image1.jpg is 0xDDDDDD for complete 1366x768. And for the same image when it is loaded as bitmap the color value of pixels are different from the original value (For some pixels only, not all pixels are different).
    I’ve given the source code and sample images.
    Please can anyone help me out how to resolve this issue?
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                                         xmlns:s="library://ns.adobe.com/flex/spark"
                                                         xmlns:mx="library://ns.adobe.com/flex/mx"
                                                         width="1376" height="800"
                                                         showStatusBar="false">
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
              <fx:Script>
                        <![CDATA[
                                  private function loadBtn_ClickHandler():void{
                                            var file:File = new File(File.desktopDirectory.nativePath);
                                            file.addEventListener(Event.SELECT, onFileSelectionHandler);
                                            file.browseForOpen("Open an image",[new FileFilter("Images", "*.jpg;*.gif;*.png;*.jpeg")]);
                                  private function onFileSelectionHandler(ev:Event):void{
                                            var loadedFilePath:String = (ev.target as File).nativePath;
                                            loadImageAsBitmap(loadedFilePath);
                                  /* Load image as bitmap using Loader */
                                  private function loadImageAsBitmap(url:String):void{
                                            var loader:Loader = new Loader();
                                            // load content as bitmap
                                            loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onContentLoadComplete);
                                            loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, onContentLoadFail);
                                            loader.load(new URLRequest(url));
                                  private function onContentLoadComplete(ev:Event):void{
                                            var loaderInfo:LoaderInfo = ev.target as LoaderInfo;
                                            var bitmap:Bitmap = loaderInfo.content as Bitmap;
                                            printPixelValue(bitmap.bitmapData);
                                            container_ID.addChild(bitmap);
                                  private function onContentLoadFail(ioe:IOErrorEvent):void{
                                            trace("Image Load Failed");
                                  private function printPixelValue(bmData:BitmapData):void{
                                            var initPixelValue:Number = -1;
                                            //for (var countI:int = 0; countI < bmData.height; countI++) {
                                            var countI:int = 1;
                                            for (var countJ:int = 0; countJ < bmData.width; countJ++) {
                                                      var pixelValue:Number = bmData.getPixel32(countJ, countI);
                                                      if(pixelValue != initPixelValue){
                                                                initPixelValue = pixelValue;
                                                                // Print the pixel value only for one row
                                                                trace("Pixel Value at " + countI + "x" + countJ + " is: " + pixelValue);
                                            trace("Pixel Value at " + countI + "x" + countJ + " is: " + pixelValue);
                        ]]>
              </fx:Script>
              <s:Button id="loadBtn_ID" label="Load!" click="loadBtn_ClickHandler()"
                                    x="5" y="5" height="20"/>
              <mx:UIComponent id="container_ID" x="5" y="30" width="1366" height="768"/>
    </s:WindowedApplication>
    Sample Image:

    Thanks all,
    Updating the sdk to 4.6.0 fixed the issue

  • Blank page after connecting via SAP HTML GUI through web vpn

    Hello,
    SAP HTML GUI connection works fine while internally.  Trying to connect via web vpn provides logon screen fine.  After entering credentials, an SAP stlogo appears and immediately changes to blank page.
    Any help is appreciated.

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

  • Change Blank Page when opening New Tab

    Is there anyway in Safari 3 to change the blank page that opens when starting a new tab? Anyway to change it to Google or any page you like?

    I don't believe this is possible, but even if it were, setting it to Google would be pointless, since you can already do a Google search from the browser search bar.
    You can suggest this as a feature to Apple if you like here: Mac OS X Feedback
    Mulder

  • After load test is completed, "90% Page Time", "95% Page Time" columns appear blank and "99% Page Time" column is not available.

    Hi,
    I am using visual studio 2013. After running a load test on my application, I need to view the "90% Page Time", "95% Page Time" and "99% Page Time" percentile data in tabular results view. But since I have started
    using visual studio 2013, these columns appear blank after load test execution is completed. Is there a specific configuration change is required to view data from these columns ?
    Please refer attached screen shot -
    Help much appreciated.
    Thanks,
    Rahul S.

    Hi Rahul S,
    To collect the data, in the Load Test Editor, under the Run Settings node, select the run setting node to change. In the
    Properties window, for the Timing Details Storage property, select
    All Individual Details.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Loads google then changes to a blank page

    Was working fine until yesterday. I tried to open google. it loads the page then after about 5 secs it turns into a blank page. It did this to all google sites, nothing else.

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    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 or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • After loading Acrobat XI, Facebook pages have errors.  Can't find what changed in IE8.  XP OS.

    After loading Acrobat XI, Facebook pages are blank with errors.  Can't find what happened to IE8.  XP OS.  Any suggestions?

    I agree. The Facebook failure must have been coincidental in that machine.  I have a notebook that I loaded the same Acrobat into and it's Facebook is OK - It's on Win 7 OS.  This laptop's (XP)  Facebook works, but it doesn't have the Acrobat loaded into it.  Also have a networked desktop for business on Win 2000 and it's Facebook works too.  Haven't tried another browser in the suspect machine yet.  There's definitely something wrong with it's IE8.  What it boils down to in it, is that it won't logout of Facebook properly. I have to logout on some other machine.  Then when I login on the bad one, Facebook only partially loads it's pages and I can't logout from it.

  • How to print blank page after group change

    Hi,
    I would like to print my report like this:
    (No1)
    Page1
    Page2
    Blank Page
    (No2)
    Page1
    Page2
    Blank Page
    No3
    How can I make this?
    Thanks
    Gregor
    gt

    Insert an empty frame with a Page Break Before and Page Break After, or use these properties to see if you can get the result you want in your current layout model.

  • HP 6510 printing only blank pages after changing print cartridges

    Hi,
    My HP 6510 is printing only blank pages after I installed new print ink cartridges. I tried cleaning the print heads, aligning the printer... which did result in some pages printing with a little color (but it seemed "off" to me). That said, when I try to print a regular document from my PC it only prints a blank page. 
    I can't seem to figure this one out on my own - please help!
    Thanks!
    Chloe

    The document here may help resolve black not printing on your Photosmart 6510.  Be sure the cartridges are vented as shown in solution two.
    Is your printer still in warranty? You can check with HP's warranty tool here.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Firefox loads but will not access the Internet, showing only a blank page with a single tab "Untitled," and "Done" in the progress indicator.

    When I load Firefox, I get a blank page. There is a single tab with "Untitled," and an indication "Done" at the bottom. The program does not respond to any of my bookmarks--it works but the end result is the blank page described above.

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.<br />
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.<br />
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls<br />
    See also http://kb.mozillazine.org/Error_loading_websites
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your 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]] and [[Troubleshooting plugins]]

  • Google browser in "go to" option shows blank page upon loading.

    Hello there, I am a newbie in the blackberry world. I just got mine, Bold 9700 for my engagement present. I am using it for about a week form. I am Malaysian and I am using the DiGi carrier. At first everything going smoothly, web browsing is excellent. I downloaded some great application mainly form google mobile, such as google maps, google for mobile and gmail.
    since last 2 days, I encounter some problem with the web browser. when i tried to search something using the blackberry browser in the "go to" option. I often encounter the blank page, especially using the google browser option. when i turn to yahoo, the browser works well. The blank screen also happen when i tried to type some web address such as wikipedia.org and so on. The blank page still happen. Regarding the "blank page", the loading screen appear when finish loading, the screen leave only blank space. left was only the scroll down bar on the left.
    I tried to solve why it was happening, the google browser in the "go to" option can be functioning when I change the "set encoding". I tried each of the encoding and I found one is functioning (partially). Initially the encoding was in auto and shows the ISO-8859-1. the partially working encoding is ISO-2202-CN. the google was working but the web adress bar encounter the "blank screen" problem.
    I called the service center of my carrier, DiGi. They did guide me to solve the problem. The pull out the battery methods, the changing of the TCP/IP in advance option, the enabling the APN setting. And the last option the guide me was the "security wipe". I did make the back up of my data. After all the instruction followed, I still encounter the problem. More worst, I tried to download the google application again after the "security wipe" the goolgle said my phone number was invalid.
    I still cant figure out what happen with my phone. At first I got the phone, I was really excited and impress with blackberry. After this things happen, I am quite disappointed. Is there anyone out there that could help me?  I love my blackberry..
    regards,
    latifnoh
    Solved!
    Go to Solution.

    Hi there, I solved my problem. It it is not about the connection of the browser, its about the setting of the blackberry, the OS maybe. I called several time (my carrier DiGi) and the solution wasnt there either. so the I thing  it must be my BB is the problem, then I send it back for the warranty service and they "re-format the OS".
    I just got mine back yesterday, and everythings turn back to normal. Everything inside seems a new, like a new BB haha..thank God.
    hope it help!! HAPPY!!

  • Cannot load any site, it seems loading and then appears a blank page "untitled"

    Everything was working properly and i used mozilla to view internet sites, and then one day i double clicked the shortcut icon to run mozilla as always, waiting to load the default homepage that i had set, and all i saw was a blank page "untitled", and every attempt to fix it hasn't worked, all i have managed was once to remove the programme download it again and re-install it, it worked properly but the next time i tryed to use mozilla it happened the same thing.

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]
    * http://kb.mozillazine.org/Browser_will_not_start_up

  • When i login to a website, it loads then gives me a blank page ?

    I can view a page regularly, like everything is normal until i go to log in. I get a blank page as soon as the page loads, and this happens to many websites. Ive tried searching in safemode, editing my firewall settings, removing cookies, disabling plug-ins, clearing history/cache, but i've had no luck so far. Anyone have any solutions ?
    I notice that every page i load includes ".php" in the URL bar.
    Thanks in advance

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

Maybe you are looking for

  • WBS Account assignment problem in Sales Order

    Dear Expert,                    I have one material whose I am creating sales order.After pricing , when I assign respictive WBS element as account assignment It is picking default Project name and which is not respective of what i want to assign.Can

  • 16:9 Video Transition

    I created a 16:9 video menu, and I also created a 16:9 video transition. I can set the menu to 16:9 but I can't figure out how to set the video transition to 16:9. When I view the transition it fills the screen from left to right, but it is verticall

  • Mm functional specifications needed

    hi friends   can any body send some sample functional specifications related to MM and the steps to prepare specification and the situations when we prepare such docs thanku

  • Can´t read page containing XML using GET HTTP Document

    Hello forum users,  I'm have a problem with the LabVIEW Internet Toolkit and I'm woundering if its me that is doing something wrong or if it is a limitation of the VI.  I have a robotic application which comunicates with LabVIEW via internet.  the ro

  • How to hide edit markup?

    This is probably a really simple thing to do, but for the life of me I can't figure it out.  I'm trying to read the latest revision of a document, but Reader insists on showing it with the changes thus: removed text/pictures are in red with a line th