At variance with Firefox 3, Firefox 4 does not ask me to save the opened tabs when I quit on having multiple opened tabs. How can I do this in Firefox 4?

In Firefox 3, when I happened to close the program on having multiple opened tabs, Firefox asked me if I wanted to save and remember the opened tabs, so that I could retrieve them at the next Firefox restart. Firefox 4 does not do this anymore. Is it because I have not configured it correctly somehow, or is this normal? How can I recover this function?
Thanks in advance,
Andrea

One change in Firefox 4 is to by default stop Firefox displaying the warning message, but it can be turned back on by changing some preferences.
# Type '''about:config''' into the location bar and press enter
# Accept the warning message that appears, you will be taken to a list of preferences
# Locate the preference '''browser.tabs.warnOnClose''', if its value is set to '''false''', double-click on it to change its value to '''true'''
# Repeat this for these 3 preferences '''browser.warnOnQuit''', '''browser.warnOnRestart''' and '''browser.showQuitWarning'''

Similar Messages

  • TS1702 After installing the new software to my iPhone 4S , my dream zoo either will not start or when it does it has a blank screen that has a few icons on it that wont work. How can I fix this is it possible to go back and reinstall the older software ?

    After installing the new software to my iPhone 4S , my dream zoo either will not start or when it does it has a blank screen that has a few icons on it that wont work. How can I fix this is it possible to go back and reinstall the older software ?

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

  • I have an ipad mini. From one moment to another a document that was created and used on pages app ( on the ipad mini) does not want to open ( When pressed it states " document cant be opened). How can I make this document open again?

    I have an ipad mini. From one moment to another a document that was created and used on pages app ( on the ipad mini) does not want to open ( When pressed it states " document cant be opened). How can I make this document open again?
    I have tried back ups and  restoring, resetting, and even updating the pages app. And nothing has worked.

    I have an ipad mini. From one moment to another a document that was created and used on pages app ( on the ipad mini) does not want to open ( When pressed it states " document cant be opened). How can I make this document open again?
    I have tried back ups and  restoring, resetting, and even updating the pages app. And nothing has worked.

  • I have a Mac Pro with four hard drives. I currently have Lion installed on one hard drive. I want to have the option to boot from either Lion or Snow Leopard. How can I do this?

    I have a Mac Pro with four hard drives. I currently have Lion installed on one hard drive. I want to have the option to boot from either Lion or Snow Leopard. How can I do this?

    It's best to install Snow Leopard on one of the three remain drives without an Operating System.
    You can then install the applications you need from the original media. Create a User Account using Setup Assistant.
    Do you want to migrate User Accounts from the OSX LIon boot drive, or are you keeping the User Accounts separate?
    Dual-booting just requires holding the option key during startup and selecting either Lion or Snow Leopard.

  • I purchased the multi-user iworks and recently had to replace my white imac's hard drive but didn't pay to fix the CD drive.  My iworks does not have a serial number on the box and now that my CD drive isn't working how can I reinstall this software?

    I purchased the multi-user iworks (yes back when it was new, 2009 or 2010 and recently had to replace my white imac's hard drive (but didn't pay to fix the CD drive).  My iworks does not have a serial number on the box and now that my CD drive isn't working how can I reinstall this software?

    Buy or borrow an external USB optical drive.
    See the confirmation email or covering letter to obtain the serial number. If you have lost it, contact the supplier.

  • "save as" pop up box does not allow me to save the document.

    Hello ,
    "save as" pop up box does not allow me to save the document. Shows a blank screen. Any idea what would cause this? I just purchased acrobat pro dc.
    Thanks!

    Found this solution:
    The default "Save As" dialog in Acrobat DC is different than the dialog that you've had in earlier releases of Acrobat, it also allows you to save to the cloud and previous locations you've saved files to. It is possible that when Acrobat tries to connect to "the cloud", it runs into problems. You may want to try to turn this feature off to see if that brings your save as dialog back: Open up Acrobat's preferences, then go to the "General" category and deselect "Show online storage when saving files":

  • I reorganised my music organisation totally in iTunes on my Mac (Lion). iTunes does not sync this new artist organisation to the iPod and many albums are divided over several artists. How can I change this?

    I reorganised my music organisation totally in iTunes on my Mac (Lion). iTunes does not sync this new artist organisation to the iPod and many albums are divided over several artists. How can I change this?

    I've called the Apple helpline. The only way to organise music on the iPod classic, is to use playlists. They themselves can be organised in playlist folders.

  • The contained field name "ADTAGR" does not exist in any of the database tab

    hı all
    how can l  solved thıs problem
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
    not caught in
    procedure "PUT_QMFECAT" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    An Open SQL clause was specified dynamically. The contained field name
    "ADTAGR" does not exist in any of the database tables from the FROM clause.
    Information on where terminated
        Termination occurred in the ABAP program "SAPDBZQNQ" - in "PUT_QMFECAT".
        The main program was "ZQMR_BILDIRIM ".
        In the source code you have the termination point in line 732
        of the (Include) program "SAPDBZQNQ".
    Error occurred during batch input processing
        The termination is caused because exception "CX_SY_DYNAMIC_OSQL_SEMANTICS"
         occurred in
        procedure "PUT_QMFECAT" "(FORM)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPDBZQNQ "; its source code begins in line
        715 of the (Include program "SAPDBZQNQ ".
    FORM put_qmfecat.
      DATA: l_tab_fields  TYPE  rsfs_tab_fields.
      DATA: l_ds_clauses  TYPE  rsds_where.
    Dynamische Feldselektion
      MOVE 'QMFECAT_C' TO l_tab_fields-tablename.
      READ TABLE select_fields WITH KEY l_tab_fields-tablename
                                    INTO l_tab_fields.
      IF sy-subrc <> c_rc00.
        CLEAR l_tab_fields.
      ENDIF.
    Dynamische Selektionskriterien
      MOVE 'QMFECAT' TO l_ds_clauses-tablename.
      READ TABLE dyn_sel-clauses WITH KEY l_ds_clauses-tablename
                                 INTO l_ds_clauses.
    DB-Zugriff
      >>>>> SELECT (l_tab_fields-fields) FROM qmfe
      INTO CORRESPONDING FIELDS OF TABLE qmfecat_tab
       WHERE qmnum  =  rqmqmel-qmnum
       AND kzloesch =  space
       AND (l_ds_clauses-where_tab)
       ORDER BY PRIMARY KEY.
    regard sinan
    Edited by: eyup_sinan on Jan 6, 2012 3:21 PM
    Edited by: eyup_sinan on Jan 6, 2012 3:30 PM

    You seem to have made a copy of the standard program. You'll have to make sure that you are handling this field correctly in your code.
    Rob

  • I created an Apple ID for my daughter with her own gmail address, but I want her Apple ID and primary email address to be an iCloud email address. How can I do this? I can't set up an icould email address for her without first creating an Apple ID?

    I have created an Apple ID for my daughter with her own gmail address as the primary email address, but I want her Apple ID and primary email address to be an iCloud email address. How can I do this? I can't set up an icould email address for her without first creating an Apple ID right?
    I'm not good with computers so please explain in simple way...:)
    I also wonder what the best way is to set up accounts for children in a family. I dont want them to be able to purchase apps etc through the parents accounts, also some things we like to share as a family and others we don't want to share. Is there any good. clear, simple explanation from Apple Support about these issues? Or best to go to Apple store and go to genius bar or one to one advise?
    thanks

    You can set up an iCloud account which makes the iCloud email address you choose the Apple ID and thus the login for it:
    https://discussions.apple.com/message/22283348#22283348
    though I have to say I think it's more sensible if the ID is another address, both for security reasons (so people don't know what the login is) and as a contact address from Apple if the account were to stop working and they needed to contact you. So personally I would to to System Preferences, enter the GMail address which is an ID, and then choose a nerw @icloud.com address.
    If she has her own iCloud account she will need either her own computer or her own user account on your Mac to be able to make use of it. You should note that under Apple's terms of use Apple IDs are only available to children of 13 and over.
    As to purchasing apps, this is nothing to do with iCloud: it's iTunes, and the login can be different. So you can all sign into the same iTunes account but have different iCloud accounts. Or she can have her own iTunes account if she is of suitable age (credit card needed for purchasing apps).
    If you have other children you should be aware that any one Mac or device can create only three iCloud accounts - this is tied to the serial number, not the user account, and once reached cannot be bypassed. You can of course sign into an iCloud account created on another device.

  • Firefox 4.1 does NOT ask me if I want to update when I have that item checked, and will NOT tell me what the update version is so I can decide whether or not I want it.

    Firefox 4.0.1 on Windows 7 Ultimate
    With update settings as follows:
    "Ask me what I want to do" is checked
    Firefox, Add-ons, Search Engines checkboxes are all unchecked
    If I choose "Check for Updates" from the Help menu, I am not told what the update is and am not given a choice about downloading it. It automatically downloads the update and then gives me an "Apply" button. As far as I can tell, there is no way to find out the version number for the update before downloading or installing it. A button that is labeled "Check for Updates" should do only that--CHECK, not download.
    I want to know what the version information is for the update BEFORE anything is downloaded, so I can choose whether or not I want it. That's the way Firefox 3.x worked.
    How can I restore the 3.x behavior regarding updates?

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Firefox > Preferences > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • Firefox closes my Bell Sympatico mail after a minute or so after it opens. How can I stop this from happening? I have to keep logging back on, over and over, and pressing ESC to stop it from closing the site.

    As soon as Bell Email opens, the corner symbol continues to turn and then closes my email web account. Usually hitting the ESC keys stops this but not always. I just upgraded to the new Firefox and am still having the same problem. This does not happen if I log onto my Bell Email account through Internet Explorer. This is unique to Firefox.

    Freezes and system crashes should be virtually non-existent with a new machine (assuming it has not been polluted with bad third party software).  If this were happening to me with a new machine I would return it.

  • Firefox will not save my user name and password for one of my sites. How can I fix this problem. It is getting annoying having to reenter every time I check this site. Is there a solution.

    I had my user name and password saved for my library site. My grandson hit something and now the saved user name and password are gone. It asks me every time to enter it and it is getting annoying. How do I fix this. I want Firefox to remember these codes.

    You can create a bookmark with the JavaScript code via a right-click on the "Remember Password" link on the squarefree.com website and choose "Bookmark This Link" and select the "Bookmarks Toolbar" as the destination folder for easy access.
    * https://www.squarefree.com/bookmarklets/forms.html#remember_password
    You need to use the "Remember Password" bookmarklet before or after filling the name and password field on the website with the <u>login form</u>, but before submitting the login form by clicking a button on the web page.
    If the site is using autocomplete="off" then you see a number not equal to 0 (i.e. attributes were removed) in the pop-up alert from the bookmarklet and Firefox should offer to remember the name and password via a drop down dialog of the key icon that will appear on the location bar (Firefox 4+) or via an info bar at the top (Firefox 3).

  • Using webmail in Mozilla Firefox 17.0.1 on Windows 8, original messages get turned into html code when I reply to or forward them. How can I fix this?

    I have tried re-setting Firefox and working in Safe Mode, but the problem still recurs. I use Fastmail as my webmail server and never had this problem on Windows XP or Windows 7. When I reply to a message, the original message is turned into html code. The same happens when I forward a message.
    My JavaScript is up to date, in case that's relevant. The Fastmail support team suggested the problem would be Firefox-related.
    The other function of my Fastmail account that isn't working properly in Firefox 17.0.1. is the search function.
    Do I need to get new plugins or something? I don't know where the HTML editor is in Firefox or if that's what's wrong.
    Regards,
    Rachel

    Thanks for your reply, cor-el. Norton 360 came pre-installed on the laptop as part of the package I bought. I haven't changed the pre-set firewall or anti-virus settings. Should I change something?
    I will try rebooting in Windows Safe mode as you say and report if that makes any difference.
    Rachel

  • When I receive invitations from outlook, it goes onto my calendar. However, when i "accept" the invitation it does not appear as accepted to the inviter, even when my "status" says "accepted".

    I am on a MAC OS X 10.7.4 (Lion).  In essence, I cant really tell if when I check the acceptance, it notifies the inviter that I have accepted. Therefore, I worry that my appointment may not be registered with them. So I send an email to confirm that I have accepted the appointment. It is a  MAJOR inconvenience as I am a consultant working with corporations and I am always a little uncertain as to whether my appointment will be on the other's calendar.  I see many issues with calendar invites not showing up, but my problem is that it DOES show up, it does appear on my calendar and I AM able to click "accept", but I am never really sure if the inviter receives the acceptance. Any thoughts on how to fix this problem?  Thanks!

    The original install had 3 regular users, and I'm also seeing the "Shared" user when looking at the volume via Terminal. On my new disk, I created a user (with admin rights) with the same name as one of the users on the back up. When I log in as this user and then start Backup again, the home directory of that user is visible in Backup. However, the home directory I want is still hidden.
    On a side note: I'm wondering whether these full or incremental backups are somehow similar to .dmg files, since they seem to appear in the /Volumes list while Backup is restoring from a backup file.
    What I am doing right now, is to have Backup do a complete restore. But as soon as I started Backup, I opened a terminal window,did a cd (change directory) to the backup file (which appears as a volume). Then I copied the contents I of the home directory I want (via cp -R <home-directory-name> <destination>) to another hard disk.
    Interestingly enough, I noticed that Backup, while it was doing the restore, opened a dialog indicating that it could not close the backup file because it was in use by me having a Terminal window open in one of its directories. As soon as I closed the terminal window, and allowed Backup to re-try, it successfully continued, opening the next backup file in succession.
    As soon as it continued, I cd-ed into the home directory of that next backup file, and copied the contents of the home directory from it. So, I'm doing this for the home directory in question for all backup files. I assume that this gets me as many copies (versions) of the home directory as there are backup files.
    The next thing I need to to after all backup files have been processed, is to manually try to consolidate all the extracted home directory versions into a single one. Yes, this sounds insane, and it is, but until I know of another way to solve this problem, it's the only thing I can do
    What a fantastic way to spend a weekend!

  • TS1368 Why does iTunes keep declining my payment method on my iPhone when I have funds in my account? How can I rectify this?

    I have been trying to make a purchase but my payment method keeps being declined even though I have funds in my account. What do I do?

    This does not have anything to do with iPhoto - you need the forum for your system or App store support depending on what you are doing and where the error is coming from
    LN

Maybe you are looking for

  • Set to print in B&W but come out in colour

    Hi, I have just bought a license for adobe acrobat X and installed on a PC running Windows 7 64-bits. Lately, I have noticed that whenever I wanted to print some PDF from the Internet, I have a problem with printing it black & white. By default, it i

  • Prong stuck in bottom of iPod... Any ideas on how to remove it??

    I bought a Belkin TuneBase FM to go along with my iPod mini about a year ago. Both items still work great, but not too long ago, I had a small problem. The TuneBase had little plastic stablizing prongs that fit into the two holes on the bottom of the

  • Do I need a transformer to use my macbook in europe?

    I have a Macbook bought new in spring of 2008, with a 60 W magsafe power adapter.  It was bought in the USA and I've always used 110 AC to power it. I'm traveling to France, where power is 220 volts.  It sounds like the magsafe power adapter automati

  • Control authorization of mass change functionality via PCUI

    Hi, We are having the following issues with the Opportunity iview, com.sap.pct.crm.opp.opportunities_s.(Business package for CRM 5.0 and contains functionality CRMD_BUS2000111). Once the user clicks Go..he has the list of Opportunities. He can select

  • Jdbc err

    Can anybody what does this messahe mean Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SKUMASTER' (structure 'insert'): java.sql.SQLException: FATAL ER