FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » multi-page form
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: multi-page form [message #174720 is a reply to message #174717] Wed, 29 June 2011 15:09 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 6/29/2011 9:10 AM, Jeff North wrote:
> On Wed, 29 Jun 2011 07:59:12 -0400, in comp.lang.php Jerry Stuckle
> <jstucklex(at)attglobal(dot)net>
> <iuf42j$m2e$1(at)dont-email(dot)me> wrote:
>
>> | On 6/29/2011 12:52 AM, Jeff North wrote:
>> |> On Tue, 28 Jun 2011 20:21:40 -0400, in comp.lang.php Jerry Stuckle
>> |> <jstucklex(at)attglobal(dot)net>
>> |> <iudr6o$263$1(at)dont-email(dot)me> wrote:
>> |>
>> |>> | On 6/28/2011 7:30 PM, Jeff North wrote:
>> |>> |> On Tue, 28 Jun 2011 18:58:42 -0400, in comp.lang.php Jerry Stuckle
>> |>> |> <jstucklex(at)attglobal(dot)net>
>> |>> |> <iudmb4$168$1(at)dont-email(dot)me> wrote:
>> |>> |>
>> |>> |>> | On 6/28/2011 3:46 PM, Bill B wrote:
>> |>> |>> |> On 6/28/2011 3:02 PM, Jerry Stuckle wrote:
>> |>> |>> |>> On 6/28/2011 2:00 PM, Bill B wrote:
>> |>> |>> |>>> On 6/28/2011 12:13 PM, William Gill wrote:
>> |>> |>> |>>>> Don't know what I was really expecting to find. Guess I'll just go the
>> |>> |>> |>>>> ECMA script (JavaScript); XMLHttpRequest and session variable route.
>> |>> |>> |>>>
>> |>> |>> |>>> If the issue is users pressing the back button to look at previously
>> |>> |>> |>>> entered data, revisit the idea of providing the cumulative information
>> |>> |>> |>>> that has been entered, thus taking away the need to go back. Once
>> |>> |>> |>>> posted, the data can be placed in session variables and will follow the
>> |>> |>> |>>> user as s/he goes from page/form to page/form. This eliminates the need
>> |>> |>> |>>> for a complex coding solution.
>> |>> |>> |>>>
>> |>> |>> |>>> Bill B
>> |>> |>> |>>>
>> |>> |>> |>>>
>> |>> |>> |>>
>> |>> |>> |>> Saving the data in the $_SESSION array and displaying it if it exists
>> |>> |>> |>> isn't really a "complex coding solution". Plus the user can then go back
>> |>> |>> |>> and change a response if necessary.
>> |>> |>> |>
>> |>> |>> |> Would you not be inclined to offer the user a submit button to give some
>> |>> |>> |> control over going backwards rather than force the user to use the
>> |>> |>> |> browser back button?
>> |>> |>> |>
>> |>> |>> |> Bill
>> |>> |>> |
>> |>> |>> | Users are already familiar with the operation of the back button. Why
>> |>> |>> | force them to change to something abnormal? And even if you do, they'll
>> |>> |>> | still press the back button...
>> |>> |>> |
>> |>> |>> | Of course, you can effectively disable the back button - at the risk of
>> |>> |>> | needlessly aggravating your users.
>> |>> |>
>> |>> |> No you can't disable the back button!!!!!
>> |>> |> http://www.jibbering.com/faq/#disableBackButton
>> |>> |
>> |>> | Actually, it's quite easy to effectively disable the back button. I do
>> |>> | it quite regularly for pages where I don't want the user to be able to
>> |>> | go back - like payment processing confirmation. And no client-side
>> |>> | programming such as javascript required.
>> |>
>> |> Enlighten me. How do you disable the back button without using
>> |> JavaScript?
>> |
>> | By using the Location: header call to redirect the browser to the new page.
>
> You still haven't disabled the browsers back button.

Yup. Try it. It doesn't work.

And I did say "effectively disable" - which is what this does.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to get php5-mbstring where people can use it
Next Topic: Copying data between databases
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 23:26:01 GMT 2024

Total time taken to generate the page: 0.03758 seconds