BACK button, Annoying Message

hey guys, i've just upgraded to Safari 3.2.3 and almost every time i click the back button a message "Are you sure you want to send a form again?" and it comes up TWICE!!!!
how can i get rid of it??

Hi
First, trash your Safari Preference file - com.apple.safari.plist file in Your User Account>Library>Preferences folder. Restart Safari.
Then, go to the Safari Menu>Reset Safari. Select "cache", then reset.
Now, reset any Safari custom preference settings, making sure you leave the "ask before sending..." option unchecked.
Let me know if that removes the prompt.

Similar Messages

  • Custom error message for Back Button Error

    I am using JDeveloper 9. I have tried to create a custom error message to handle a "Back button" press.
    But the error message is usually ignored and the system's regular "Stale data" message appears. Is there a way to prevent the system's message from appearing and to raise a custom error message?

    Do the following coding in your processRequest() of the Create or udpate page.
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    // If isBackNavigationFired = false, we're here after a valid navigation
    // (the user selected the Create button) and we should proceed
    // normally and initialize a new employee.
    if (!pageContext.isBackNavigationFired(false))
    // We indicate that we are starting the create transaction (this
    // is used to ensure correct Back button behavior). Note that you
    // can assign whatever name you want to your transaction unit.
    TransactionUnitHelper.startTransactionUnit(pageContext, "empCreateTxn");
    // This test ensures that we don't try to create a new employee if
    // we had a JVM failover, or if a recycled application module
    // is activated after passivation. If these things happen, BC4J will
    // be able to find the row that you created so the user can resume
    // work.
    if (!pageContext.isFormSubmission())
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    // Call your method to handle creating the new row.
    am.invokeMethod("createEmployee", null);
    else
    if (!TransactionUnitHelper.isTransactionUnitInProgress(pageContext, "empCreateTxn", true))
    // Get the purchase order number from the request.
    String orderNumber = pageContext.getParameter("headerId");
    MessageToken[] tokens = { new MessageToken("PO_NUMBER", orderNumber)};
    OAException message = new OAException("ICX", "FWK_TBX_T_PO_UPDATE_CONFIRM", tokens,
    OAException.CONFIRMATION, null);
    // We got here through some use of the browser "Back" button, so we
    // want to display a state loss error and disallow access to the page.
    // If this were a real application, we would probably display a more
    // context-specific message telling the user they can't use the browser
    // "Back" button on the "Create" page. Instead, we wanted to illustrate
    // how to display the Applications standard NAVIGATION_ERROR message.
    OADialogPage dialogPage = new OADialogPage(message);
    pageContext.redirectToDialogPage(dialogPage);
    } // end processRequest()
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I filled in a PDF form. When finished, I could not find how to save the completed form. So I took a chance and used the phone's back button. A message popped up saying the form was saved and to go to the cloud to view it. What cloud?

    I tried all I could think of but found nothing. In addition, I checked the phone's memory and found the file with a created date/time only about 15 minutes old. When I opened it, I was at first relieved. The portion showing on the screen was filled in. Then I looked at the other 3 and ¾ pages. All fill spaces are empty! What's up with that? And where do I find the finished form in that illusive cloud?

    Form document will automatically be saved after closing the file. As far as cloud message is concerned, it seems your Mobile link setting has been turned on. When you pressed device back button after filling the form, it was saved to your Acrobat.com account. You can access this document by going to Acrobat.com tab present in left pane. Its a cloud storage area where you can upload/save any document.
    Thanks,
    Adobe Reader Team

  • LOve Firefox but it's annoying that if I'm using a search engine (I use lots of subscription legal search databases), when I press the back button all the data I entered in the search boxes has disappeared. I'm sure Firefox didn't use to do that?

    Love Firefox but it's annoying that if I'm using a search engine (I use lots of subscription legal search databases), when I press the back button all the data I entered in the search boxes has disappeared. I'm sure Firefox didn't use to do that?

    Please do the following.<br><br>
    #Click the Firefox button, go to '''Options '''| '''Options''' | '''Privacy'''.<br><br>
    #In the dropdown menu at the top, change it to "'''Use custom settings for history'''"<br><br>
    #Checkmark the option: "'''Remember Search and Form history'''".<br><br>
    #Remove the checkmark from: "'''Clear history when Firefox closes'''".

  • Page has expired message on clickiong the "Back" button on Browser

    Hi ,
    I get Page has expired message on clicking the "Back" button in the browser. I want the user to get directed to the previous page with out viewing this message.
    I am using tomcat 5.0 web server and struts framework for my application.
    Kindly help me in this regard.

    me too i am facing the same problem,
    what i found is:
    1.you can use get instead of post method action.
    2 remove the no cache from your system and make the system caching normally.
    any one has any other solution?

  • Hello, i have one issue when i hit back button of F Fox than it will show me " Document Expired " alert message.. i need to avoid this alert.

    Hello, i have one issue when i hit back button of F Fox than it will show me " Document Expired " alert message.. i need to avoid this alert.
    because my site is based on ajax so i need same page with my all activity i perform before i go next page when i hit back button..
    Please give me solutions of this problem if possible.
    Thank you

    Are you sending HTTP response headers that instruct Firefox not to cache the pages?
    You can get a "document expired" message if you use the back button to return to a specific page and the web site has instructed Firefox not to cache the page.<br />
    Firefox tries to retrieve the page from the server, possibly by sending POST data.

  • Keep getting "Document Expired" when hitting back button! Very annoying

    Document Expired when hitting back button! Very annoying This has been ongoing intermittently for years Why cant this be fixed? Is anything being done about it?

    Locking since you have a duplicate thread at [https://support.mozilla.org/en-US/questions/922734 https://support.mozilla.org/en-US/questions/922734] .

  • Browser back button does not work (IE) - Error On Page message

    Just take over website from our designer; I'm new, probably doing more fiddling on the live remote website than I should be...
    http://www.cmcwny.org
    Error On Page message, internal links work, but the browser Back button does not (at least in IE). 
    I have a backup of my local site from before this happened, but I do not know how to actually replace it.
    Any help on either issue will be appreciated, thanks!
    Larry Congdon
    Buffalo, NY, USA

    Hi
    First, get rid of your designer, the page design/code is a mess.
    There are a number of problems with the page, not least being the disabling of the back button in all browsers I tested it in, (visitors may visit once with this, but are unlikely to do so a 2nd time).
    The menu system is a fixed size so that when the browser is resized it overflows the browser window.
    The use of tables for layout is not recommended as it is inaccessible to users using assistive devices.
    To put this more politely, if you paid for this, ask for your money back. If you did not pay, then start again and use one of the dreamweaver layouts for your page, for more info, see - http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html.
    PZ

  • When I'm typing and have to hit the back button to correct the preceding letter, my correction becomes a correction of the whole message. It begins erasing very quickly, one letter at a time but doesn't stop. Help!

    I need help with my back button. It goes crazy and instead of erasing one letter, it very quickly starts erasing the whole message...one letter at a time. But very quickly!

    Try resetting your phone: hold the on/off and home buttons simultaneously until you see the Apple logo (ignoring the off slider that appears first), then release.  If the problem persists, try restoring your phone.

  • Since the latest upgrade, my bookmarks have been wiped out, not funtioning nor is my back button or History function working. There was a message after following links provided that said this couldn't be fixed. Seems incredible.

    I don't know what the update was called. I always trust them. Yet after I opened Firefox, I could not use my bookmarks since they were gone. The back button nor the History feature no longer works either. I followed the prompts and the diagnostic said there wasn't anything that could be done with this version.
    I am not a computer wiz. This kind of diagnostic/troubleshooting gives me the willies. If I can remove firefox and then reinstall with another version. I don't mind building up my HUGE data base of bookmarks again. Yet if there is no way to have bookmarks for my Master's research, then I must switch browsers.

    Thanks Tony for your link. Unfortunately I do not have the capacity to deal with the greek that page reads to me. Is there any way someone out there can walk me step by step on how to even start? I have no idea where any of those files can be found or what is required once I get there.
    There must be a place for luddites like me to get help? Do I go to an apple store? Hire a techie? Why should I have to fork out money to work a free browser. I do have an extensive library of bookmarks with all the internet research I have done, and would consider paying someone to help me restore this. sqlite file.
    I am really upset that Firefox doesn't supply an operator to help folks like me since this problem developed with their stinking upgrade. How can I trust future upgrades from now on? Who would a contact person be that I could share how absolutely frustrating and unfair this experiment is for the less technical population. I think there must be more people like me that this happened to and they probably just switched browsers.
    FIREFOX, your mission states you want to be user friendly and of service to the people, that your a non-profit organization here to help navigate the web. Your upgrade has just diminished the quality of that experience by more than half of my previous effectiveness. PLEASE help me resolve this problem beyond just sending me to a page in your lexicon of solutions. I go to the chat room and it's been closed every time. I would like an email address of a customer service rep. but haven't found that either.
    Anyone know how to get through to a real person in this company? +Diana

  • URGENT : On clicking back button of IE error message in the content area

    Hi all,
    On clicking of a link in my navigation area KM folders are displayed in the content area via a KM iview. On 1st level navigation in this iView and clicking the explorer back button there is no problem. But if we navigate to inner folders and click on back button I get a warning in the Content Area:
    " Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
    To resubmit your information and view this Web page, click the Refresh button."
    This is not the case when I navigate through Bread Crumb.
    The isolation method for my iView is Embedded and for my Page is also Embedded.
    Please reply soon.
    Thanks and Regards,
    Sweta.

    I am pretty sure that nothing can be done about this. A Lot of other websites/applications also have this same problem. You try playing with the browser cache settings so that the back button doesn't try and get the page from the cache. You could also try and experiment with the cache-control and expires HTTP headers, to see whether this has any effect.
    Other than this, I am unsure as to whether it can be resolved
    Sorry
    D

  • Annoying back button behavior

    New Mac user. I find that often, not always, hitting the back button displays a list of previously visited sites instead of just returning to the previous site - is there a fix for this?

    Ok. Then this is not normal behavior. As first step, do you have the most recent version of OS X and of Safari? According to your signature, you don't. You should update to OS X 10.6.7 and Safari 5.0.4. Assuming that doesn't fix it, the next step is to create a new user account and test it to see if the same thing happens there. To do that:
    - Go to >System Preferences>Accounts
    - Click on the + sign to add a new account (you may have to enter you admin password). Just name is test or temp or something like that.
    - Log out of your normal account and into the new one. Try Safari and see if it still happens. Note that your trackpad preferences won't carry over to this new account. So, for example, if you had Tap To Click enabled, it won't be by default in this account, but you can set them how you like in >System Preferences>Trackpad.
    Let me know if the problem persists in the new account (I'm guessing it won't).

  • Safari's back button dont work sometimes

    Sometimes on my new macbook pro with mountain lion,  in Safari if I want to go back to the previous page the button is gray and non responding, so I have to click the red button and go back ti safari's main page, it happen sometimes not allways and is kind of annoying, can someone tell me what to do?

    This seems to have fixed it for me as described below in another discussion:
    https://discussions.apple.com/message/19227613#19227613
    I went to Safari.
    I opened Preferences.
    I chose "Tabs."
    When offered the option "Open pages in tabs instead of windows," I changed “Automatically” to “Never” as described in the link above.
    Apparently, in the latest version of Safari, if you choose a link that takes you to a new site, you don't get a new Safari window (As you know, when you open a new window, it has no "history," so you automatically know that you can't click the back button). But because this new version of Safari opens the link in the same Safari window that you already have open, you instinctively expect to be able to click "back." But in reality, you're in a window now that has no history and your old Safari window can only be accessed via the History button. (At least that's how I think it's working. I'm no computer whiz.)
    On one of the sites that I went to, it still resisted letting me use the back button exactly the way I used to. However, at least the back button was black instead of gray and when I held down the back button, it gave me the option to return to one of several pages, including the one I had been using previously.
    Switching Automatically to Never seems to have (almost) returned things back to what I was accustomed to. Way, way better than having to resort to the History pulldown menu every time.
    Hope this helps.

  • TS2755 Hi All - I sent a text using my iphone 5 - It is PAYG and had no money in it. It tried to send as an SMS but gave the 'green button reject message'. After deleting the convo, the phone keeps trying to send the deleted text via SMS and wont stop not

    Hi All - I sent an sms using my iphone 5 - It is PAYG and had no money in it. (stupidly)
    It tried to send as an SMS but gave the 'green button reject message'.(no money)
    Step 2 in this stupidity - the phone keeps trying to send the deleted text via SMS and wont stop notifying me of this. Totally ruining the functionallity of my phone, and more so totally annoying. All I want to do is stop the constant re-trying of sending the deleted SMS.
    Any ideas?
    Many Thanks!

    Hi, many thanks for your help - Pressing and holding sleep/reset hasn't worked, the msg is still continually reporting it is failing to send. I can restore to a previous version however I'll lose my paid apps. Is there any way to work around this. I'm only concerned about one app - Epocam HD which I purchased last month. My last backup on PC is 4 March 13 - before I bought the paid app - Itunes advises me I'll have to re-pay to get my apps (app) back. Even though it advises that icloud backed up this morning at 1:30 am (which although it is before the text, I cannot manually select this restore).
    What a mess!

  • Forum bug: Browser Back button doesn't work

    You have to press Back twice to go from a message thread back to the forum main page.
    System: Windows 7, Browser: Firefox 16.0.2

    Original topic http://forums.adobe.com/thread/988260
    There was also a topic recently where John C. explained why this occurs, and why this cannot be fixed, but I cannot find that topic now.
    For me this is one of the most annoying bugs on the Internet ever!  If you spend a lot of time in the Adobe forums, you start to automatically double-click the back button.  Then when you go somewhere else, your fingers continue double-clicking, with quite idiotic results!
    Another side effect of that bug is that after you double-backed, the browser's forward button disappears.  This can also be quite annoying if you just quickly went back to check something, then want to go forward where you came from.

Maybe you are looking for

  • Another hard drive swap question - re: 8GB partition for OSX in iMac 266

    I have a Tangerine iMac 266 that I am setting up for a neighbor's son. The original 6GB hard drive was toast, so I swapped in an old 10GB drive that had previously been removed from an iMacDV 400. The 10GB "new" drive had OSX 10.3.1 and OS 9.1 on a s

  • US Ipod, UK Warrenty

    My friend got someone to bring him back a shuffle from America to him in the uk because its much cheaper. However, his earphones are knarked, and, since there covered by the warranty, he should be able to get them replaced/fixed right? Does it matter

  • Delivery Notification: Delivery has failed

    I keep receiving a "Delivery Notification: Delivery has failed" message about a message that I apparently sent 4 years ago. How can I stop it? Also please see notes at bottom of post! thanks and regards vats3 Delivery Notification: Delivery has faile

  • Error 1310

    Adobe reader stopped working and when I reinstall, I get this message:  error 1310  error to writing to file c\program files......verify that you have access to that directory. I am using windows 7.  Can anyone help me?  Thanks!

  • Can't Refresh PC, can't chkdsk, many other issues

    I have a HP ENVY dv6-7210us Notebook PC, Windows 8. To begin, I realized some video extensions weren't working and then the Video App wouldn't work,  Others Apps I found out not to be working: - Music (Won't open) - Store App (Starts to open but then