PDA

View Full Version : Block html page unless visiting from particular page



ethomson
09 Jul 2009, 12:36 PM
Hi, what I am trying to do is set up an html form page (an application page) that a user cannot access until passing through the terms and conditions page. Basically terms and conditions are on apply.html. I have a checkbox where user must check for the submit button to appear to take them to application.html. What I want to prevent is a user directly typing application.html. Is there a way to pull access the info about where the user is coming from and if it is anything but ..../apply.html it will redirect them there? Or is there a less complicated way?