Hello there once again...
I came up with an strange idea but I have no clue if it's possible to do it.
Let's say that I have, 2 html pages. First (index.html) contain a button somewhere. The button serves to proceed on second page (proceed.html).
Basically... I want somehow to prohibit direct access such as copy/paste or access from history... And to allow only access to the page by click on specified button from index.html.
Is there any possibility to make this ? Jquery cookie or .htaccess? Thank you for your time.