tropicalisland
MIS
Hi,
A visitor visits page a.html. When he clicks on a submit button, he is directed to page b.html. How can I prevent the visitor from accessing page b.html directly without first going to page a.html?
Illustration:
a.html --> b.html (OK)
going to b.html directly without first going through a.html is not allowed.
A visitor visits page a.html. When he clicks on a submit button, he is directed to page b.html. How can I prevent the visitor from accessing page b.html directly without first going to page a.html?
Illustration:
a.html --> b.html (OK)
going to b.html directly without first going through a.html is not allowed.