Joey
Posts: 12
Nickname: joey
Registered: Jul, 2002
|
|
Re: how to run applets in browsers
|
Posted: Jul 24, 2002 1:23 AM
|
|
-it could be there's something wrong with the java instal.
if this is the problem go to http://java.sun.com/ and get the latest version.
-if this isn't the problem, instead of using the <applet> tag try using the <object> tag, it's almost the same
-if you read or write in your applet, it could also gives this problem(I'm trying to solve this problem right now by using a servlet to read and write)
Greetz Joey
|
|