![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, 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?! |
#3
| |||
| |||
|
|
"Geoff Cox" <gcox (AT) freeuk (DOT) notcom> wrote in message news:h3j3v315jrg4ttj011l8r0ajodatgasaas (AT) 4ax (DOT) com... Hello, 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. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
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?! |
|
One thought I've had is that to stop a user arriving at say page 2 by using Google, I can put all these pages into a password protected folder (using htaccss/htpasswd). The users would be presented with the same user name and password on the public page. Is there any other way? |
#6
| |||
| |||
|
|
I've thought of putting all on the one page - trouble is that would involve a lot of scrolling ... |
#7
| |||
| |||
|
|
I am preparing a site where it is important that the user moves from page 1 to page 2 to page 3 etc |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Geoff Cox <gcox (AT) freeuk (DOT) notcom> writes: On Tue, 01 Apr 2008 06:04:36 GMT, "rf" <rf (AT) invalid (DOT) com> wrote: "Geoff Cox" <gcox (AT) freeuk (DOT) notcom> wrote in message news:h3j3v315jrg4ttj011l8r0ajodatgasaas (AT) 4ax (DOT) 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. |
|
[...] You store a cookie on the client side. Your server displays page one if the cookie is missing. Page one sets the cookie 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 cookies are not acceptable, you can do this with form data. |
#10
| |||
| |||
|
|
Thomas 'PointedEars' Lahn <PointedEars (AT) web (DOT) de> writes: Ben Bacarisse wrote: snip If cookies are not acceptable, you can do this with form data. Cookies are as susceptible to a forging attack as is form data. http://getfirebug.com/ and see how easy it actually is. Of course. I never suggested otherwise. |
![]() |
| Thread Tools | |
| Display Modes | |
| |