Although I do not know of a way to disable the back button on a browser,
there are two other methods that I know of to prevent the user from
submitting information again.  The can be used separately or in conjunction.
1. Use the javascript onsubmit() function for your form so that a javascript
alert window pops up telling the user that the form has been submitted and
processing may take several minutes.
2. Use the javascript onsubmit() function to change the appearance of the
submit button to say "Processing order..." or something similar.

Good luck, unfortunately, I cannot give you the details of the javascript,
but this should point you in an alternative direction.

Jon St. John



On Wed, 1 Nov 2000 15:50:33 -0500, [EMAIL PROTECTED] wrote:

>  I really just want to clear the history of the back button.  What
suggestion
>  do you have for stopping a user from clicking the back button after a
form
>  update to avoid a second update?
>  
>   -----Original Message-----
>  From:        Christian Gustafson [mailto:[EMAIL PROTECTED]]
>  Sent:        Wednesday, November 01, 2000 3:41 PM
>  To:  CF-Server
>  Subject:     RE: Clear history() - Controlling CF Updates
>  
>  Why disable the back button?
>  
>  Why break with the way web interfaces 'work' for your users?
>  
>  cf http://www.useit.com/alertbox/990530.html
>  
>  
>  Christian Gustafson
>  Senior Software Engineer
>  Onvia.com
>  Work. Wisely.
>  http://www.onvia.com
>  (p) 206.373.9307
>  (c) 206.852.6095
>  
>  
>  -----Original Message-----
>  From: Dan [mailto:[EMAIL PROTECTED]]
>  Sent: Wednesday, November 01, 2000 12:36 PM
>  To: CF-Server
>  Subject: Clear history() - Controlling CF Updates
>  
>  
>  Hi Everyone,
>  
>  I know this isn't a java group but everyone has been so great with their
>  replies.
>  
>  My problem has to do with controlling CF Updates.  Rather than putting
all
>  kinds of session variables to make sure a user can't update twice if they
>  should click the 'Back' button and click update again.  I figured there
has
>  to be a way to disable the 'Back' button.  I've read some books and the
best
>  I found was that past pages are held in memory and using the
>  document.history(x) can take you back however far you set x.  Then I
found
>  something about window.location.replace() method but no examples.  I
figure
>  there must be some way to clear the history() which basically disables
the
>  'Back' button.  Any help anyone.
>  
> 
----------------------------------------------------------------------------
>  --
>  To unsubscribe, send a message to [EMAIL PROTECTED]
with
>  'unsubscribe' in the body or visit the list page at www.houseoffusion.com
> 
----------------------------------------------------------------------------
>  --
>  To unsubscribe, send a message to [EMAIL PROTECTED]
with
>  'unsubscribe' in the body or visit the list page at www.houseoffusion.com
>  
> 
------------------------------------------------------------------------------
>  To unsubscribe, send a message to [EMAIL PROTECTED]
with 'unsubscribe' in the body or visit the list page at
www.houseoffusion.com





_______________________________________________________
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html

------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to