Button in applet doesn´t work

P

Pontus

I have a button in an applet. Everything displays and seems ok, but nothing
happens when I press the button in IE 6.0. The button works when I run the
applet in appletwiever or Firefox. What could be wrong here?

/Pontus
 
M

Mickey Segal

AppletViewer and Firefox always use Sun's Java, but IE can be running either
Sun's Java or Microsoft's Java. Since Microsoft's Java is frozen at version
1.1, it is not hard to imagine an applet that would run under Java 2 but not
under Java 1.

You can test this hypothesis by checking your Java version at
www.segal.org/java/config/.
 
A

Andrew Thompson

Pontus said:
I have a button in an applet.

URL? Code?
..Everything displays and seems ok, but nothing
happens when I press the button in IE 6.0. The button works when I run the
applet in appletwiever or Firefox. What could be wrong here?

Mickey probably pegged it. Note that some codes
that break in IE 6 *can* be made to run in it
if the code is '1.1 compatible'. IE came with
1.1, before MS decided to supply it with no Java.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top