Java Applet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to import a java applet on my site. All I get
is the a big scrolling text box like this.
 
I don't see anything. Did you mean to attach a picture? When you import
the applet into your site you need to make sure you have all of the class
files and that the "codebase" is pointing to the correct location for them
(you can see this in HTML View). You won't see the applet in Normal View,
just a gray square. You need to do a Preview in Browser to see it. Also,
since it's a Java Applet you need to have the Java Virtual Machine on your
PC to see it. If you don't see it in your browser you can download the JVM
at http://java.sun.com
 
Keep in mind that you users must also have the JVM installed to see the
applet as well.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top