RE: Back Button Issue?

2004-06-17 Thread Marlon Moyer
Or wrong depending on your last answer :)

> -Original Message-
> From: Kristopher Pilles [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 17, 2004 3:17 PM
> To: CF-Talk
> Subject: RE: Back Button Issue?
> 
> Noticed a problem with the quiz is if you press the back button then
> refresh, when the next question loads up it makrs teh previous one as
> correct...
> 
> 	-Original Message-
> 	From: Asim Manzur [mailto:[EMAIL PROTECTED]
> 	Sent: Thursday, June 17, 2004 4:12 PM
> 	To: CF-Talk
> 	Subject: Re: Back Button Issue?
> 
> 
> 	Thanks for appreciation
> 
> 	>Now that's interesting. Never thought of that, I like it!
> 	>
> 	>Asim Manzur wrote:
> 	>
> 	>> http://quiz.rr.nu
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Back Button Issue?

2004-06-17 Thread Marlon Moyer
Still, as long as the user doesn't have _javascript_ enabled, you can
still go back.  Nice solution though.

> -Original Message-
> From: Asim Manzur [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 17, 2004 3:12 PM
> To: CF-Talk
> Subject: Re: Back Button Issue?
> 
> Thanks for appreciation
> 
> 
> 
> >Now that's interesting. Never thought of that, I like it!
> >
> >Asim Manzur wrote:
> >
> >> http://quiz.rr.nu
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Back Button Issue?

2004-06-17 Thread Kristopher Pilles
Noticed a problem with the quiz is if you press the back button then
refresh, when the next question loads up it makrs teh previous one as
correct...

	-Original Message-
	From: Asim Manzur [mailto:[EMAIL PROTECTED] 
	Sent: Thursday, June 17, 2004 4:12 PM
	To: CF-Talk
	Subject: Re: Back Button Issue?
	
	
	Thanks for appreciation
	
	>Now that's interesting. Never thought of that, I like it!
	>
	>Asim Manzur wrote:
	>
	>> http://quiz.rr.nu 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Back Button Issue?

2004-06-17 Thread Critter
you could add 

window.history.forward()

on your pages...

- Original Message -
From: Asim Manzur <[EMAIL PROTECTED]>
Date: Thu, 17 Jun 2004 16:12:15 -0400
Subject: Re: Back Button Issue?
To: CF-Talk <[EMAIL PROTECTED]>

Thanks for appreciation

>Now that's interesting. Never thought of that, I like it!
>
>Asim Manzur wrote:
>
>> http://quiz.rr.nu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Back Button Issue?

2004-06-17 Thread Asim Manzur
Thanks for appreciation

>Now that's interesting. Never thought of that, I like it!
>
>Asim Manzur wrote:
>
>> http://quiz.rr.nu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Back Button Issue?

2004-06-17 Thread Bryan F. Hogan
Now that's interesting. Never thought of that, I like it!

Asim Manzur wrote:

> http://quiz.rr.nu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Back Button Issue?

2004-06-17 Thread Asim Manzur
http://quiz.rr.nu

does this works in your case?

>I think they are referring to the page expiring after the form is being
>submitted. AFAIK you cannot disable a back button - even if you could it is
>part of client browser of which you have only as much control as the user
>(owner) of the browser gives you.
>
>TK
>  -Original Message-
>  From: Greg Luce [mailto:[EMAIL PROTECTED]
>  Sent: Thursday, June 17, 2004 9:14 AM
>  To: CF-Talk
>  Subject: Back Button Issue?
>
>
>  Here's my situation, we have a form submission that processes a payment
>and
>  takes the user to a confirmation page. I have programmed logic in the
>  processing page to prohibit duplicate entries. But the clients are asking
>  that if the user is on the confirmation page and hit's the browser "Back"
>  button, that they don't get the form again. Is this possible? They tell me
>  "The banks do it".
>
>
>  Thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Back Button Issue?

2004-06-17 Thread Tom Kitta
I think they are referring to the page expiring after the form is being
submitted. AFAIK you cannot disable a back button - even if you could it is
part of client browser of which you have only as much control as the user
(owner) of the browser gives you.

TK
  -Original Message-
  From: Greg Luce [mailto:[EMAIL PROTECTED]
  Sent: Thursday, June 17, 2004 9:14 AM
  To: CF-Talk
  Subject: Back Button Issue?

  Here's my situation, we have a form submission that processes a payment
and
  takes the user to a confirmation page. I have programmed logic in the
  processing page to prohibit duplicate entries. But the clients are asking
  that if the user is on the confirmation page and hit's the browser "Back"
  button, that they don't get the form again. Is this possible? They tell me
  "The banks do it".

  Thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]