Ok, this was the idea:
On the opening page you would have to fill in a password to proceed to another page, that was no problem but offcourse anyone who would find the filename of the referring page could go directly to this page without having to pass through security.
So I figured that I could pass a variable after the password was filled in and then the second page could check if this variable was valid, if it was it would show the real page, otherwise it would display an error message.
Now my problem began, how to pass on a variable, for the second page it was no problem, I would just do a check if the password filled in on a form on page 1 was correct, but what if there were links on the second page that lead to other pages that needed to be secured, then I would have to perform my little variable trick with passing a variable but my question is, how do I do this, how do I pass on a variable automaticly without having the user to submit another form?
Please help me out here
cya
Peter