Re: "force" user to use site in defined order?
Geoff Cox <gcox@freeuk.notcom> writes:
> On Tue, 01 Apr 2008 06:04:36 GMT, "rf" <rf@invalid.com> wrote:
>>
>>"Geoff Cox" <gcox@freeuk.notcom> wrote in message
>>news:h3j3v315jrg4ttj011l8r0ajodatgasaas@4ax.com. ..
>>>
>>> I am preparing a site where it is important that the user moves from
>>> page 1 to page 2 to page 3 etc as a series of tests are presented and
>>> the order is important.
>>>
>>> Is it possible to make sure that this happens?!
>>
>>No.
>>
>>Make the all the same page and control the content server side, probably
>>with a session.
>
> I've thought of putting all on the one page - trouble is that would
> involve a lot of scrolling ...
>
> Could you say what you mean by "control the content server side,
> probably with a session"?
You store a on the client side. Your server displays page one
if the is missing. Page one sets the to show that page
1 has been seen. The "next" button just re-loads the page but now the
server will show page 2. Rinse and repeat.
If are not acceptable, you can do this with form data.
--
Ben.
|