How do I know if a user has reached my page byhitting the Back Button?

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Re: How do I know if a user has reached my page byhitting the Back Button?

    would those variables be processed on the Server or Client side?
    Purple Haze Guest

  2. Similar Questions and Discussions

    1. How do I know if a user has reached my page by hittingthe Back Button?
      I have an online store that is having a problem because if a user's order fails, they're hitting the back button to re-enter their payment...
    2. Adding A Back Button to a page
      I am using Publisher 2002 and I would like to know how to add a back button to a page that would take me back to the previous page. I would also...
    3. logout(without getting page using back button)
      hi i would like to implement a logout page which is very secure so that after logging out a user cannot use the back button for accessing the...
    4. My Page and BACK button
      Can you rephrase your question? -- Dan Vallejo, Visual Studio and .NET Setup Team This posting is provided "AS IS" with no warranties, and...
    5. after logout, how to retrieve an expired page if user click 'back' button?
      hi everyone, i've made a login and logout page, after user have logout, i want to retrieve an expired page if user click the 'back' button to...
  3. #2

    Default Re: How do I know if a user has reached my page byhitting the Back Button?

    Server, of course.
    Mr Black Guest

  4. #3

    Default Re: How do I know if a user has reached my page byhitting the Back Button?

    That's what I thought. Then how will it even be reprocessed to check for the
    mismatched variables? When the user hits the back button, it does not reprocess
    all the server side scripts, it just displays the last cached result.

    Purple Haze Guest

  5. #4

    Default Re: How do I know if a user has reached my page byhitting the Back Button?

    You will know that user come from the "Back button" page, when it will be
    submitted to you for processing. I thought this is what you want. If you are
    truing to control user's action controlling his browser - this is definitely a
    bad idea. Never will work reliably.

    Imaging that I do not use the Back button, but I am speedy enough and click
    quickly Stop and Pay buttons, let's say, 10 times. Will you process CC 10
    times also? Or refresh a confirmation page? Users are very "creative".


    Mr Black Guest

  6. #5

    Default Re: How do I know if a user has reached my page byhitting the Back Button?

    MTC:

    You might want to read some Jacob Nielsen reports and rethink your philosophy.
    As a merchant, I want to make it EASY for customers to retry their purchase.

    As a user, if someone messes with my back button, I will take my money to a
    friendlier site and call up the merchant to give them an earful. The merchant
    loses money and gains a terrorist. (Heaven forbid they try to restrict me to
    IE).

    You need to track states, to guard against accidental double-purchase, but
    still allow your vict..., er I mean users, to operate your site in ways that
    they are comfortable with.

    Regards,
    -- MikeR


    MikerRoo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139