Copy link to clipboard
Copied
I have paragraphs on a page and I want to make sure the user has scrolled the page before they are able to move on. Is there a way to do this in Coldfusion or do I have to do it another way? Thanks in advance.
Copy link to clipboard
Copied
What do you mean by "able to move on"? Does user move on by clicking a button or link, or by submitting a form? In any case, there is one thing that is generally inadvisable for you to do: disable the browser forward or back buttons.