Java Applet and HTML

I made one Simple Java Applet and trying to run on the Internet Explorer.

But when my applet is loaded on web page it is not allowing me to scroll the web page not even with the page down and page up.

I have to click on the web page first other than applet area then only it is allowing me to do the scroling.

After this also if i gain click on applet. It is again not allowing me to scroll.

Can you help me?

[440 byte] By [Prince@javaa] at [2007-11-27 11:10:54]
# 1

When the applet has focus, the browser doesn't, so the browser isn't getting the scroll events. Not much you can do about it, and nor is there really any need to. Loads of sites are like that, not just ones with applets on them. Users know what to do

georgemca at 2007-7-29 13:44:42 > top of Java-index,Java Essentials,New To Java...