"Back" button problem

I have only the back button. The next button is no more. But my problem is that I can't use the back button. It is always gray and cannot select. I have to use the BACKSPACE on the keyboard to get back on the web. Could you help me with this problem please?

I found the solution. This is an extension that was causing the problem. The extension name is grant WinToFlash. Just removed and restarted Firefox. Now, not only the back button works again, but the next button appears again.

Tags: Firefox

Similar Questions

  • Back button problem rear keyboard

    Sir/Madam,

    I use os windows7, my keyboard BACKSPACE button couldn't erase the letters continuously. It took a further delay to clear a continuous line. I tried in the keyboard also settings by changing the repeat rate slider. Please help me solve this problem.

    Thanking you

    This is probably the first sign of a port on the keyboard...

    If yours is a desktop computer, the solution is simple and cheap.  Buy a new

    If your laptop (aka), the solution is much more expensive and requires the services of a competent technician and the right part.  I insist on correct.   To diagnose, borrow an external keyboard and try it.

    Very unlikely it has nothing to do with the software.

  • All of a sudden, multiple problems suddenly, as no address bar, back button works do not, etc.

    On my computer starts, when I opened firefox, everything was different (at the time I installed Lavafox and darker Google) home page has not been loaded (instead, it was the new tab page with recent history pages), the address bar was visible, but did not show any page or tab unless I started typing something in it the back button didn't work, my toolbars have been stripped and do not show up until I switched their show/hide, there is an empty space of 1 inch at the top of the browser between (the border with the mini/max/close buttons. and the tab dropdown Firefox mainmenu)

    It seems that all my problems have been resolved by simply disable all my Addons and reset of firefox. Must have been one of the addons do not behave.

  • The Back button only allows me to return a page at a time instead of select a previous page from a drop-down list. It is a real problem: someone has any ideas?

    In the previous version of Firefox, I could go back to a previous page by clicking on a part of the previous button which brought up a list of recently visited sites and clicking on one of them, might go back to this page. This installation does not seem to be available in the latest Firefox, and the back button only goes back one page at a time. It's really embarrassing, like,

      it now takes longer to get to an earlier page
      there is no visibility of previous pages visited
      any actions carried out on webpages are undone when going back through them - this does not happen when jumping back several pages in one go.
    

    It is a real problem, I used the old system constantly and cannot continue to use Firefox 4.0 unless there is a way around it.

    Use it to open the history list:

    • Right-click on the back or next button
    • Press and hold the left button of the mouse on the active back or forward button until the list opens

    You can watch this extension:

  • Problem using the Safari browser's ' back' button

    Hi, when I use the back button of the browser Safari in a site, the page remains white (white) and I need to use Refresh to make it appear. Who would confuse some people to use the back button in a site. But it is only with Safari. Other browsers work fine. Does anyone have a similar problem? How did you solved it? Thank you.

    It is a known issue with Safari, (with no final solution) try to clear the cache and browser history.

    If you do a search for the problem there are a number of other suggestions to solve the problem, (little useful, isn't much).

    https://www.Google.co.uk/?client=Firefox-b-AB#q=Safari+back+button+goes+to+blank+page&GFE _ rd = cr

  • problem with "back" button when using workflow to navigate through the pages

    I use a task flow to browse my pages
    in page 2 I added the back button so I can go back to page 1 using the A2 action


    Workflow 1
    Page 1 - A1-> page 2
    Page 2 - A2-> page1

    the problem when I used page 2 in a different workflow

    Workflow 2

    page 3 - A3-> page2
    page 2 - A4-> page3


    here when I click the back button it take me to page 1

    How can I go back to the page 3?

    I created an example here http://tompeez.wordpress.com/2011/11/27/jdev-11-1-2-1-0-using-router-to-conditionally-set-navigation-target/ because it is a little difficult to show the declaratively without some photos.

    Timo

  • IE back button issue/problem with RAM form

    I am trying to solve an error that users get when using the ie browser back button after completing a form.  The problem is after getting results (instead of using the Nice rear link button that I created that works), they use the back button of the browser, that caches the form variables that they previously selected and displays them in the fields.  I want to erase these variables.  I must be misunderstanding the cfflush and cfcache like these tags are not clear variables.

    I tried < cfcache action = "FLUSH" expireurl = "mypage.cfm" >, < cfflush interval = "1" > and I even tried to use meta tags < meta http-equiv = "refresh" content = "300" / > < meta http-equiv = "Cache-Control" content = "max - age = 2" / > but they are not the thing.

    Without turning off the browser's back button (which I said is a bad idea) how get variables to eliminate the screen every time a user comes back to the form?

    Thanks for your help,

    Wendy

    PS I forgot to say that the error comes when the user clicks on the submit button and does not see their form variables displayed from the previous hour always asked in the forms as well as new search parameters.

    These 3 commands



    prevent your page cached at all.   We place them in a custom tag.

  • How to avoid the focus problem when browsing via browser back button

    Hello

    I am facing a problem in setting focus on the buttons.
    Please see application: http://apex.oracle.com/pls/otn/f?p=47869:2

    login details:
    Workspace: vsanthanam
    user: vijay
    PSWD: apex_demo

    In this application, I have 2 pages.
    #2 has the "submit" button
    Page no. 3 contains the Cancel button

    The two buttons are basic HTML and can be accessed using access key ALT + s and ALT + c.

    The problem is:
    When I go back to the previous page (pgid #2) of the application using back button of the browser pgid IE #3.
    due to the onFocus event located in the button "submit", control returns to pgid #3.

    Is there a possible way to set the focus to other elements. so that whenever IE brower back button, application would stay in
    page #2.


    I took approaches:
    -------------------------
    If we use onclick, onfocus instead and then the problem remains because we have onfocus = "this.click (); in equipping the Accesskey.
    Another way is onKeyup event. If we use onKeyup, we can avoid this browser back problem, but disappears from the access keys functions.

    Pointers on this would be a great help.

    Thank you very much
    -Vijay

    PLEASE NOTE: I have created intentionally two buttons on each page. It is necessary to have HTML buttons with the key features of access,
    otherwise application gives a few flaws in HTML accesskey.

    Hi Vijay,

    Crikey, aren't annoying browsers! It took a while to get out, but I've updated your SUBMIT1 button attributes:

    class="t20Button" AccessKey="s" tabindex="-1" onclick="javascript:this.blur();doSubmit('SUBMIT1');" onfocus="javascript:this.blur();doSubmit('SUBMIT1');"
    

    Note that I removed the spare semicolons you after each attribute - these are only required in javascript code.

    The important point to note are the statements of "this.blur" () - this tells the browser to move away from the current item to the next. On your page, only for this purpose, I have added a text element of Temp - I am assuming that your actual page will have at least one other element on the page that will accept the focus? Everything gets focus of the call "this.blur ()", should be the element with focus when the Back button is used.

    Andy

  • How to make Firefox exit reloading web pages of several times (while I read a page), so that the back button to return to the previous page

    The back button did not work correctly for perhaps a month. I have finally addressed the problem but have no solution. Updated for Firefox 43.0, turned off all my Add-ons back to header by default, then also ran the refreshment of deleted my Add-ons. This problem occurs on many web sites. I'll click on Rawstory.com (for example), and then click an article and start viewing. While the page does not appear to charge that I read, I noticed that the small icon in the tab of Rawstory winks (as if reloading the page). This happens over and over again. Now I know to pull down the window under the left arrow to see what happened. The last page I read ended show 9 times under the arrow to the left, even if all I did was click top once and read the article. I wondered if my click on the scroll bar to read to the bottom of the article is somehow cause this problem (same for the use of my fingers on the touchpad). Thanks for your help.


  • "Back" button does not work and lost bookmarks

    I followed the instructions that Firefox has been extremely slow. He said my favorites would be saved and everything should work as usual. However, I lost all my precious Favorites, and now the back button does not work. She is pale grey all the time, and itls drives me crazy, that I can't go back to the search page. I have to type everything in full again.
    If I can't change it, I'll have to switch to another web browser, after being with Firefox for more years than I care to remember.
    I liked using Firefox and have recommended it to all my family and friends.
    I'm very angry on my favorites, because I used these regularly and had a few coordinates links and important model for my sewing and knitting, as well as time-saving links. Now, I'm completely lost without them.
    If this isn't the page said it would be saved, then I would not have changed anything.
    It's very frustrating and annoying, after spending months, where I wanted and now he lost get it all because of the wrong information. I am very anxious.
    Lesley

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

    You can see if you can restore bookmarks to a JSON or a compressed backup of JSONLZ4 in the bookmarkbackups folder in the "Old data Firefox" folder on the desktop.

  • 29 Firefox "back" button will not return to the previous form

    Previous screen is a form of research and the results returned. Clicking on one 'other info' button moves to the next screen and print more information. The 'back' button will return to the previous screen, which gives the message "document is no longer available.

    Firefox is standard installation of vanilla. All the other major browsers properly return to the previous screen. If this cannot be fixed, we will be forced to give up FIrefox and recommend our customers to 46 000 to switch to a different browser, especially when you use our Web site.

    To reproduce this problem, go to www.mybfl.com/search.php, get a book, when displayed, click on the "More info" button By clicking on the "back" button on Firefox illustrates the problem.

    Yes, Firefox 32 is at the beginning of this behavior.

    I just went and checked tools-> Options-> auto-Cache Management override and for now at least, the problem disappeared.

    Thanks, hope that this action has resolved the problem.

  • Google web toolkit plugin for firefox (1.23) disables the back button of the browser. How do fix us this?

    I have Google Web Toolkit Developer Plugin for firefox (1.23). It worked for me, but I recently discovered that in my browser back button has been disabled. By trial and error, I discovered that it's the GWT developer Plugin that is the culprit. When I disable the plugin, the previous button starts working again. When I re - activate the plugin, the back button stops working. Has anyone else encountered this problem? My firefox is version 19.0. Anyone know what would cause the plugin to start to disable the back button?

    Have you tried to use Firefox 23? This is the version you should be running.

  • I can't find "back" button or remove the tabs in the new view of firefox.

    Today, out of the blue, Firefox seems different. The main problems are that I can't find the back button and I can't understand how to remove tabs. Can I get my old Firefox back, or am I missing something on the new Firefox?

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot.

    Make sure the toolbars like the toolbar 'Navigation' and the 'personal bar' are visible.

    • Firefox menu button > Options
    • View > toolbars (press F10 to display the menu bar)
    • Right click on empty toolbar space

    Use the toolbar (Customize) to open the Customize and set the toolbar to display items.

    • Make sure the "bookmarks toolbar items" are on the personal bar
    • If "Bookmarks Toolbar items" is not on the bookmarks toolbar, then FRY it in the palette of the toolbar in the window the bookmarks toolbar Customize

    You can check the problems caused by a corrupt localstore.rdf file.

  • ff22 has two high bars of the page, who act in the same way at the same time. In addition, the BACK button would not light on many web pages. This means that I cann

    Problem #1.

    First the top bar has a logo of firefox in the upper left corner and the words "Ask a Question/Mozilla Support-Mozilla Firefox" are on the right side of the logo. The first bar of the high a minimize, overlap and close the buttons at the top right. When I click on the logo, a short menu unfolds, has a choice as ' restore "..." "" loved ones ".

    The second bar from the top has the word "Firefox" in the upper left corner with an arrow down beside him. They resemble contrast white letters on an orange background of a huge button. When I click on it, displays a menu double glazing. He has a lot of choice as the new tab, new window private... Favorites, history, download... out. The second top bar has also minimize overlap and close the buttons at the top right, too. There are 7 Word securities "file, editing, display, history, bookmarks, tools and help" under this huge button orange at the top left. The logos and the address bar is less than 7 words.

    I don't have 2 best bars. They worry too much about property screen.

    Problem #2
    The BACK button isn't light upward, and may not work on many web pages.

    Thank you

    Looks like it is an application or a Firefox extension that causes this problem.

    You can start Firefox in safe mode to identify the problems: http://mzl.la/MwuO4X

    In addition, this article may be of interest to you: http://mzl.la/NjT73w

    --

    In addition, you can try to do a reset software Firefox, if you are not able to solve this problem: http://mzl.la/MnSTZB

  • "Back" button does not work on any site. Thanks in advance for your help.

    On a laptop with XP Pro. SP3. 32 bit. use FireFox 18. I restarted Firefox and restarted my laptop several times. This has been a problem since the last FireFox security update. I noticed the back button worked on your support site. Please help me solve this problem because it's a real pain in the ass. Thank you.

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

Maybe you are looking for

  • Configurator Apple can't update &gt; s 5 iPhones

    Hello I received a mysterious problem with my apple Configurator: All iPhones that are newer than the 5s cannot be updated. Here are the facts: -Apple Conifgurator 2 (latest version) on Mac OS 10.11.6 -Works great with iPhone 4/5/5s -Does not work wi

  • Satellite A300 - how to disable the fingerprint

    In my A300 using Vista Home laptop request a print whenever I start it, I do not wish to use this feature and I am worried I or a member of my family might accidentally turn on, my question is how can I permanently turn it off, it has so far not summ

  • Pavilion model 17-e135nr: message mobile disabled hp 57201254

    need help unlocking a mobile phone to friends. If enabled, all you get is a box asking for a password. admin with a code 57201254 disabled. She said she had it worked on one of those tv ads, now it does not start and locks. any help please,. I would

  • HP Envy 14 t: bios administrator password

    I don't remember my bios password After three unsuccessful attempts, he told that system disabled with a code. the code is 68681729 Laptop: HP ENVY 14 t Help, please

  • Lollipop Android G2 Brazil bike 5.0

    Forecasts of arrival android 5.0 Lollipop for motorcycle G2 to the Brazil?