View Single Post
Old 01-23-2012, 09:23 PM   PM User | #3
hustler2k
New to the CF scene

 
Join Date: Jan 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
hustler2k is an unknown quantity at this point
Quote:
Originally Posted by felgall View Post
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?
hustler2k is offline   Reply With Quote