
BrightNail
Novice
Jul 28, 2001, 3:57 PM
Post #2 of 2
(19697 views)
|
hey, are you in frames...? If your in frames,, when a user Hits submit, he/she then sets a variable in another frame. Since the frame is always there, the set variable will still be there even if someone goes back to the page. SOOO, when someone submits, the variable in another frame is checked...its false (that is the default setting), so it submits...document.submit()...then have the javascript set the variable in the other frame to "true"....if the variable was true, then the form wouldn't submit, or it can launch an alert.... If you don't have frames, you can use a cookie, or check the history of the URL, if your coming from a certain url, then on your form page, it redirects....
|