Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to seamlessely embed an applet into a webpage. If a user clicks a button in the applet, immediately the applet has focus, and when you attempt to scroll thereafter, it does nothing (since the applet has no scrollbar). Is there a way to keep the browser in control of the scrollbar so even after clicking inside an applet, it will continue to scroll on the webpage when the scroll wheel is used?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.