Here's a snip of the page source that I found, pretty funny nonetheless.
<div class="popQuestion" id="question3" style="display: none;">Finally, we are required to verify you are over the age of 18. Are you at least 18 years old?</div>
<div class="popBtns"> <a href="javascript:void(0);" class="btnYes">YES</a> <a href="javascript:void(0);" class="btnNo">NO</a>
Literally the first time I've seen an age check not care if the user claims they are not of age.
|