Preserved Topic: Backing Up (Beep beep beep...) (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 07-13-2000 00:05
Someone has come to me inquiring about a problem he has with a particular Web site and I want to look smart and give him a good answer. So, I need you guys to help me look smart. <img border=0 align=absmiddle src="http://www.ozones.com/forum/smile.gif"> |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-13-2000 21:11
Set a cookie when he submits the form. Them when he hits it again it can redirect him elsewhere |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-13-2000 22:16
If the form contains information such as their name or a screen name or something similar, I would do a test when the form is submitted to make sure that someone with that name/screenname/whatever hasn't submitted the form before. If they have, then it should simply change the current entry. |
Maniac (V) Mad Scientist From: :morF |
posted 07-30-2000 12:17
I know nothing about all this programming stuff, but I have heard of a way you can actually delete the page from the browser's history so that if they go back it just skips over the form. It is placed in the thank you page so that if there is a problem in the form, the user can still go back to it. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-30-2000 21:36
I think that may be possible with JavaScript... the location.replace("newurl"); function should go to the newurl page and not put it in the history (this is helpful for forwarding stuff). Give it a shot, both at the entrance and exit of the page. |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 07-31-2000 18:39
Thanks, guys. I'm letting the guy know about the different possibilities. I forget now why submitting the form twice is actually a problem. You would think it could just reject a submission with the same user name, etc... Actually, that may be the problem. They might be backing up and changing the user name, resulting in extra, unused accounts, rather than their using the account management form to change it. I dunno, but these ideas will get him started, thanks. |