Quote:
Originally Posted by felgall
You can't force your visitors to do anything using JavaScript - they can always either turn off your script or override it with their own.
There is no guarantee that a lightbox will ever open to start with but if you were to open one without any controls to close it your visitors would still be able to disable JavaScript for the page and then refresh the page in order to access the main content behind the lightbox without having to interact with it at all.
If you want to force people to complete something before being able to access something then you need to make it two separate pages linked together with a server side script that only permits access to the second page when sufficient information is passed from the first page.
|
Oh ok. But how will my website know they have fully completed the surveys/offer? Also, what kind of language would I be using if I did this?