Mattlee:
what I'd do, is in login.cgi (or whatever you called it) right after
add
Then at the end of the script after mainHTML }
add this:
Then in the page you're protecting add this:
In that case, when someone tried to access the 'protected' page, the script will check whether the referer is right. If it's not, the user will get an error. I hope that works.
![[Linked Image]](http://ubbcodehacking.com/ubb/smile.gif)