Unlike IE When back button is pressed it takes too long. pleas do something for that. thnx.

Unlike IE When back button is pressed it takes too long. pleas do something for that. I like firefox and i get to use the back button more often.
thnx

In order to be able to find the correct solution to your problem, we require some more non-personal information from you. Please do the following:
*Click the Firefox button at the top left, then click the ''Help'' menu and select ''Troubleshooting Information'' from the submenu. If you don't have a Firefox button, click the Help menu at the top and select ''Troubleshooting Information'' from the menu.
Now, a new tab containing your troubleshooting information should open.
*At the top of the page, you should see a button that says "Copy text to clipboard". Click it.
*Now, go back to your forum post and click inside the reply box. Press Ctrl+V to paste all the information you copied into the forum post.
If you need further information about the Troubleshooting information page, please read the article [[Use the Troubleshooting Information page to help fix Firefox issues]].
Thanks in advance for your help!

Similar Messages

  • Disable page display when back button is pressed after logout

    hi,
    I dont want the old pages to appear once the back button is pressed after loggin g out. That is .... when logged in, if the user presses back button then his previous pages must be shown....but once the user logs out and then if he presses back button then some message like session has been closed....like message should be displayed.
    Hope you understood the problem

    If you expire a page then back button will not take it to the previous page.
    expire is a HTTP-EQUIV meta tag in the header of the page. You can set the content to some time in the "past" when serving the page first time.
    Expires
    This tells the browser the date and time when the document will be considered "expired." If a user is using Netscape Navigator,
    a request for a document whose time has "expired" will initiate a new network request for the document.
    An illegal Expires date such as "0" is interpreted by the browser as "immediately." Dates must be in the RFC850 format, (GMT format):
    <META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT"> Hope this works for you, there are browser dependencies as well.
    vr,
    Sudhakar B.

  • How to retain the java applet generated code when back button is pressed!!

    I've a jsp page in which i've wirtten the code which specifies the word which i write in the text box, then through the applet i'm showing the word which is written in the text box. It means my applet is running and it show the words which i've written in the text box. Now when i click on submit it goes to the next page and when i click on browser's back button then except the applet generated code everyone retains its values. Is there any way to find it out when it encounter the back button click then applet should be restarted. so in this way without writing the whole application form and in the applet generated code i can submit it again.
    My question is how do i reatin the applet generated code when a click button is being pressed (b'coz for the textbox, textareas everything retains it)
    any suggestions or guidance are most welcome.
    thanks in advance....

    you don't need to navigate explicitly. Just clear the back stack till your specific page and say goback. below is the  code you can use.
     protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e)
                        e.cancel=true;
                    RemoveBackStackTillSpecificPage("page2.xaml");
                    GoBack();
    public static void RemoveBackStackTillSpecificPage(string pageName)
    PhoneApplicationFrame frame = Application.Current.RootVisual as PhoneApplicationFrame;
    var previousPage = frame.BackStack.FirstOrDefault();
    if (previousPage != null && previousPage.Source != null)
                    while (!previousPage.Source.ToString().Contains(pageName))
                        frame.RemoveBackEntry();
                        previousPage = frame.BackStack.FirstOrDefault();
            public static void GoBack()
                PhoneApplicationFrame frame = Application.Current.RootVisual as PhoneApplicationFrame;
                LastPageUri = frame.Source;
                frame.GoBack();
    Please mark this as answer if this answers your question
    Purushothama V S

  • How to go to previous page in windows phone 8 when back button is pressed

    I have a home page or landing page in my windows phone c# based app where user enters login details and upon successful login user is redirected to page2 . Here the user will see a list box with few items . Upon selecting an item from this list box a new
    page called "Threadx" opens.(where x is the each page that opens upon clicking the x item in the list box)
    While user is on this Thread page "Threadx" he may receive the toast notifications and the thread gets updated with new replies or answers on that thread.
    But When user clicks on back button the "ThreadX" page doesn't get closed and instead it goes to its previous state where it has less number of messages , and so on until the app gets closed.
    protected override void OnNavigatedTo(NavigationEventArgs e)
    base.OnNavigatedTo(e);
    if (e.NavigationMode == NavigationMode.Back)
    return;
    I would like to know if this "Threadx" page can be closed upon clicking back button without affecting other "Threadx+1","Threadx+2"..."Threadx+n" pages.
    Any help would be really appreciated.

    you don't need to navigate explicitly. Just clear the back stack till your specific page and say goback. below is the  code you can use.
     protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e)
                        e.cancel=true;
                    RemoveBackStackTillSpecificPage("page2.xaml");
                    GoBack();
    public static void RemoveBackStackTillSpecificPage(string pageName)
    PhoneApplicationFrame frame = Application.Current.RootVisual as PhoneApplicationFrame;
    var previousPage = frame.BackStack.FirstOrDefault();
    if (previousPage != null && previousPage.Source != null)
                    while (!previousPage.Source.ToString().Contains(pageName))
                        frame.RemoveBackEntry();
                        previousPage = frame.BackStack.FirstOrDefault();
            public static void GoBack()
                PhoneApplicationFrame frame = Application.Current.RootVisual as PhoneApplicationFrame;
                LastPageUri = frame.Source;
                frame.GoBack();
    Please mark this as answer if this answers your question
    Purushothama V S

  • To check values in a subscreen when back button is pressed

    Hi,
    I have few fields in a subscreen and if user changes any of the values and presses 'back' button in the main screen, then I need to give a pop up asking whether to save or not.
      But the problem is, the processing wont go to the PAI of the subscreen unless and until any button is pressed.
    I have put all the fields in chain-endchain and also have written a module on chain-request. But it doesn't work.
    What do I do?
    Thanks in advance,
    Hema.

    Hi
    The PAI of subscreen is in the PAI of mainn screen:
    PROCESS PBO
    -> MODULE for main screen
    CALL SUBSCREEN SUBSCREEN INCLUDING <PROG> <SCREEN>.
    PROCESS PAI
    CALL SUBSCREEN SUBSCREEN.
    MODULE USER_COMMAND.
    So if you have a flow like that the system before trigger the PAI of subscreen and after the PAI of main screen. So now before triggering user-comand, the system run PAI of subscreen.
    If you insert the fields in the CHAIN/ENDCHAIN you could have some problem, because the fields of subscreen can't be inseterted in the chain control of fields of main screen.
    Max

  • What to do when 'Back' button is pressed on the browser

    Hi,
    In my APEX application, 2 of my pages have updateable reports.
    When I carry out the following sequence of steps :
    * enter data into the first updateable report page,
    * submit the page
    * branch to the second updateable report page by clicking on a 'next' button
    * click on the 'Back' button in the browser
    * this takes you back to the first updateable report page
    * click on 'next' to branch to the second updateable report page again
    the following error message is encountered :
    Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process. current checksum = "906775940285549CB76B11266BA4E3FF", item checksum = "D52870AB188799BE563B8BE7E53DB2AF"., update <name of table that updeable report is based on>
    How can I prevent this error message from appearing when the user clicks 'back' and then submits the page?
    Many Thanks.

    Andy,
    Thanks for sticking with it. I read (past tense) the OP's description both ways.
    click on 'next' to branch to the second updateable report page again
    the following error message is encountered :
    Error in mru internal routine: ...Why would that error occur after a redirect from a Next button?
    So I don't know what the exact scenario really is, but it seems to me that if you submit a page and it updates the row and the page branches back to itself, the resulting page now current in the browser is "submittable" whether you submit it at once or navigate (by redirect) away from it and then go back through the browser history to retrieve it and then submit it. That the OP got the error she got makes me think the Next button is an Apply Changes and Fetch Next Row kind of button.
    In any case, I don't think clearing session state is a remedy.
    Scott

  • Display data when Back button of Browser is pressed

    Hi All,
    Thanks for Reading my query.
    I have an issue with display of data in Jsp page:
    I have 2 JSP pages, wherein i entered data in page1 and clicked submit to see page2.Now i pressed back button of browser and im able to see data which i entered.I require the feilds in page1 to be cleared when back button is pressed in page2.Could any one please tell me how to handle this issue.
    Please help me out.
    cheers,
    sharath

    you can use the HTML header set pragma - no-cache expires - 0 and cache-control - no cache property so whenever you will press back button of browser it will show the message page has been expired. You can find the proper syntax on any HTML site

  • Reloading a Page when Browser back button is pressed

    Hi There
    We are designing a web site in which all the pages are dynamic depending on what he does with his email and addressbook system. Problem is when the uers request a change to the his email accounts or addressbook entries he is sent to editable pages .After editing he is sent back to view page .Now when he uses the back button he sees the old record that he modifed which i dont want to do that Instead i want him to show the updated version of that page
    Now how to achieve this.
    Is there any way to send a request to the server everytime the back button is pressed.
    Also i am trying to remoce the cache using the code below but it does not work i just dont know why?
    response.setHeader("Cache-Control","no-cache"); // HTTP 1.1
    response.setHeader("Pragma","no-cache"); //HTTP 1.0
    response.setHeader("Expires" , "0");
    Any help would be appreciated.
    Thanks.
    Mumtaz

    I also have noticed that in the latest version of Explorer it ignore the no-Cache header when the back button is pressed. Is this an undocumented "feature" put in place by MS or is there a newer header tag that needs to be set. The no-cache and expires tags work fine in Netscape and ealier versions of MS with my existing code. The version I am having difficulties with is 6.00
    Thanks

  • Phone restarts when Camera is recording in flyout and back button is pressed.

    I am developing an app in which I have some tabs which are shown on every page. In one of screens I need to click a picture and I can't hide the tabs. So I created a flyout and put a captureElement and buttons to capture image in it. But when the camera
    is recording and hardware back button is pressed then the phone freezes and restarts. I could not find the reason. Can anybody help? 
    My Code is
    <Grid Grid.Row="1" x:Name="ContentRoot">
                <TextBlock Text="Capture Image" FontSize="26" Tapped="TextBlock_Tapped" VerticalAlignment="Center" HorizontalAlignment="Center">
                    <FlyoutBase.AttachedFlyout>
                        <Flyout Placement="Full">
                            <StackPanel>
                                <CaptureElement Name="captureElement" Stretch="UniformToFill" HorizontalAlignment="Stretch"/>
                                <Button Content="Capture" Tapped="Button_Tapped"/>
                                <Button Content="Save" Tapped="Button_Tapped_1"/>
                            </StackPanel>
                        </Flyout>
                    </FlyoutBase.AttachedFlyout>
                </TextBlock>
            </Grid>
    private void TextBlock_Tapped(object sender, TappedRoutedEventArgs e)
                captureElement.Width = 620;
                captureElement.Height = 800;
                var element = sender as FrameworkElement;
                if (element != null)
                    FlyoutBase.ShowAttachedFlyout(element);
            MediaCapture _capture;
            async private void Button_Tapped(object sender, TappedRoutedEventArgs e)
                try
                    _capture = new MediaCapture();
                    await _capture.InitializeAsync();
                catch { } 
                captureElement.Source = _capture;
                _capture.SetPreviewRotation(VideoRotation.Clockwise90Degrees);
                _capture.SetRecordRotation(VideoRotation.Clockwise90Degrees);
                await _capture.StartPreviewAsync();
            async private void Button_Tapped_1(object sender, TappedRoutedEventArgs e)
                StorageFile sfa = await KnownFolders.CameraRoll.CreateFileAsync("Demo.jpg", CreationCollisionOption.GenerateUniqueName);
                StorageFile sf = await ApplicationData.Current.LocalFolder.CreateFileAsync("Demo.jpg", CreationCollisionOption.GenerateUniqueName);
                await _capture.CapturePhotoToStorageFileAsync(ImageEncodingProperties.CreateJpeg(), sfa);
                await _capture.StopPreviewAsync();
                _capture.Dispose();

    It sounds like you're running into some kind of driver bug. Are you specifically handling the back button press?  If not, can you listen for that and see if the problem still reproduces?
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Changing Navigation when cancel button is pressed

    Hello All,
    We are having custom responsibility for Offer and vacancy creation. New Menu of type(App Pref Menu Container) is created and the required functions and sub menus are attached to it. This was done earlier by someone else. Now when ever i start a transaction (i.e. create offer) and then cancel it, it goes to the custom home page of that responsibility. Now i want to change the navigation page when cancel button is pressed. I believe it was achieved through menu only. Can anyone suggest how?
    Thanks and regards,
    Pradeep

    If a user is halfway ....Look at it this way...Various wizard pages insert rows into various tables. Mark all of them (or some appropriate "master" record) with a "Pending" flag.
    Pressing Cancel is nothing special, just like closing your browser window, the Pending data would continue to hang around.
    You could set up background jobs that purge pending data older than N days or something if you like.
    What I was suggesting was that the "start wizard" button/process should first delete all these Pending rows before starting its real work.

  • Add a new check box when a button is pressed??

    I was trying to add a check box dynamically when a button is pressed.
    The check box contains title and a textbox for the user to enter data.
    For example , when the user hits addnew button , a new check box (title-name)
    with a textbox for entering name should appear on the form.
    Please help
    thanks

    ganeshpuppala wrote:
    Hi ,
    Thanks for the reply , I want to just do the task in java script.
    Can you explain with an example.
    thanksSince you are on a Java forum, I can only assume you want to be talked out of using JavaScript. And since you didn't indicate your choice of GUI toolkit, the default assumption is that you want to use Swing. Congratulations! Start here:
    [http://java.sun.com/docs/books/tutorial/]

  • Matchcode in OO (call the search help when the button is pressed )

    Hi Guys,
    I'm using the class cl_dd_document in order to fill a form that contains a input element (cl_dd_input_element) and a button element (cl_dd_button_element).
    What I need to do now is to simulate (or build) a matchcode for the button.
    For example, the input field is for entering the name of a table, and with the button i want to show all the tables that are elegibles for that field.
    Any suggestion?
    Regards,
    Eric
    Message was edited by:
            Eric Hernandez Pardo

    Hi Uwe,
    What I want to know is how to call the search help when the button is pressed. (Like the one in SE80 Transaction)
    Regards,
    Eric
    Message was edited by:
            Eric Hernandez Pardo

  • Detect when a button is pressed for more than a certain period of time

    How do I detect if a button is pressed for more than a certain amount of time? E.g. if you press on the delete button on the dialer and hold it there, it continues to delete. Or if you hold down the .com button for more than a sec, it changes to .net and so forth.
    Thanks

    Start a timer when the button is pressed. Reset the timer when the button is released. If the timer expires before being reset then you know the button has been held down at least as long as the timer was set for.

  • Create a validation that runs when a button is pressed

    Hi good people from this forum, I was wondering if it's possible to create a validation that runs when a button is pressed.
    I'm using Oracle Apex 4.2.2 with Oracle Apex Listener 2.0 and Oracle Database XE 11g
    Thank you so much for your time
    P.S. On another note, How can I change my display picture =P?

    You can create a validation and give it's condition like 'When Button Pressed' and select a button name or select the Condition Type as 'Request=Expression1' and give request(button name) in Expression1.
    Thanks
    Lakshmi

  • My iPhone 6 wont come on when home button is pressed and screen pixels out and fades.  Any one have fix or same problem?

    My iPhone 6 wont come on when home button is pressed and screen pixels out and fades.  Any one have fix or same problem?
    When I press the home page the screen activates but stays black.  I have to press the side button to turn if off then may have to repeat several times to get my phone to come on.  Sometimes while using the phone the screen will become pixelly and start to fade away leaving a white screen with vertical line on it.  I have to use the close button to make it go away.

    If one of the two major buttons of your phone is broken, it is unfair to expect normal operation to be available. The first resolution to any problem involves a usable Home button, as does the second option for resolving any problem.  Get your Home button fixed.

Maybe you are looking for

  • How do I transfer "Plays" from iTouch to new iTunes

    Over the holidays, I received a new laptop with Windows 7: 64bit. I copied my entire iTunes library from my old desktop tower (still running on XP) using a portable hardrive.. All the files had transferred just fine, but all the playlists and "Plays"

  • Windows 8 installation problem, please help..

    I tried to install windows 8 (legal) on my 5/2012 Macbook Air using Bootcamp. Everything was ok since I entered the disc-choosing part. On "bootcamp partition" the installation program says "unable to install windows to this partition because of miss

  • Download 8i w/Win Me

    I have noticed several posters with problems downloading 8i w/Win Me and the suggestion given most of the time is to modify the WIN.INI file adding the the section [Compatibility95] the string: Jrew=0x00080000, then reboot before installing it. A co-

  • Deleting queued email notifications in SCSM 2012

    Hi, We have disabled the email notification channel in SCSM 2012 and the workflows which are used to trigger the email notification were running. Now, we need to enable the notification channel. But, we suspect that all the old emails which are queue

  • Take count on consecutive selections of SELECT-OPTIONS.

    Hi Experts, i am new to ABAP    Development. My client has given a requirement in which i have to calculate count of Documents under selected Document types. The Document types is to be selected in Select-options. i have to to do multiple selections