Although there are JavaScript scripts that will disable the back button, these are not foolproof. One of the only ways that I know of to guarentee prevention of this is to use the <@ARG> values in a search action to see if a record exists that contains the same values. Check the value of <@ACTIONRESULT NAME='searchaction' NUM=1> and if it is empty, display the appropriate message, if it is not empty, allow the insert.
Hope this helps, Steve Smith Oakbridge Information Solutions Office: (519) 624-4388 GTA: (416) 606-3885 Fax: (519) 624-3353 Cell: (416) 606-3885 Email: [EMAIL PROTECTED] Web: http://www.oakbridge.ca > -----Original Message----- > From: Steve Campbell [mailto:[EMAIL PROTECTED] > Sent: February 24, 2003 12:19 PM > To: [EMAIL PROTECTED] > Subject: Re: WiTango-Talk: overcoming the browser back button > > > The mail action is fixed...the logs showed that I relayed myself > out..so the > idea to que is a good one..and iss now working. > > Now on to the next problem. > > I have a simple form entry, that checks against a few columns > to make sure > the user has entered data in the form already. I am only allowing the user > to enter once. > > I have found that hitting the "browswer back" button that they can keep > entereing. > > Anyway around this? > > > Steve > > Thanks for eveyrthing guys.. > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
