How to fire event at end of div container

barmanvarn

New member
Joined
Nov 14, 2006
Messages
4
Programming Experience
5-10
Fairly new to .net and web forms so please bear with me.

I have a div container on a web form. It contains a terms and licensing agreement. Below that is an "I accept" button. I've set this button to default to disabled and would like to enable it once the user has scrolled to the bottom of the div container that holds the licensing text.

Can this be done? If so, how?

thanks in advance
 
Back
Top