Re: <br>Have question on using <strong>servlets</strong>
Posted By:
travis_woods
Posted On:
Monday, February 4, 2002 12:59 PM
ok, i will attempt to answer.
when the user checks the "agree" button, store something in the session so you know they checked it
in your pages or servlets after the "agree" page check the session for the variable and if it is not set to yes or whatever, redirect the user back to the "agree" page...